@font-face {
    font-family: 'Shortcut';
    src: url('../fonts/Shortcut.eot');
    src: url('../fonts/Shortcut.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Shortcut.woff2') format('woff2'),
    url('../fonts/Shortcut.woff') format('woff'),
    url('../fonts/Shortcut.svg#Shortcut') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NewsGoth BdXCn BT';
    src: url('../fonts/NewsGothicBT-BoldExtraCondensed.eot');
    src: url('../fonts/NewsGothicBT-BoldExtraCondensed.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NewsGothicBT-BoldExtraCondensed.woff2') format('woff2'),
    url('../fonts/NewsGothicBT-BoldExtraCondensed.woff') format('woff'),
    url('../fonts/NewsGothicBT-BoldExtraCondensed.svg#NewsGothicBT-BoldExtraCondensed') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.text-green {
    color: #267634!important;
}
.font-newgoth {
    font-family: 'NewsGoth BdXCn BT', sans-serif;
}

body {
    font-family: 'Roboto', sans-serif;
    background: url("../images/background.jpg") repeat top center transparent;
    background-size: contain;
    color: #000;
}

.overlay-grass {
    background: url("../images/background-grass.png") no-repeat bottom transparent;
    background-repeat-x: repeat;
    background-size: 600px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 200px;
}

#title-main path {
    fill: transparent;
}
#title-main text {
    font-family: 'Shortcut';
    font-weight: normal;
    font-style: normal;
    font-size: 44.8px;
    fill: #000000;
}

.icon-img {
    width: 40px;
}

.baseline {
    font-size: 30px;
    line-height: 1;
}
.maintenance-message {
    font-size: 44px;
    line-height: 1;
}
.logo-guy {
    height: 300px;
}
.list-services {
    font-size: 25px;
    line-height: 40px;
    color: #267634!important;
}
#logos .logo {
    width: 150px;
}
.contact-phone .icon-img {
    width: 40px;
    margin-bottom: 7px;
}
.contact-phone .name {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 30px;
}
.contact-phone .function {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 18px;
}
.contact-phone .phone-number {
    margin-bottom: 0;
    font-size: 56px;
    line-height: 55px;
}
.contact-email {
    font-size: 40px;
}
.contact-phone .phone-number a,
.contact-email a {
    text-decoration: none;
}
.contact-address {
    font-size: 20px;
}

@media (max-width: 575px) {
    #title-main text {
        font-size: 56.8px;
    }
    #logos .logo {
        width: 100px;
    }
    .icon-img {
        width: 26px;
    }
    .baseline {
        font-size: 18px;
    }
    .maintenance-message {
        font-size: 30px;
    }
    .logo-guy {
        height: 150px;
    }
    .list-services {
        font-size: 22px;
        line-height: 32px;
    }
    .contact-phone .icon-img {
        width: 30px;
        margin-bottom: 5px;
    }
    .contact-phone .name {
        font-size: 24px;
        line-height: 26px;
    }
    .contact-phone .function {
        font-size: 14px;
        line-height: 16px;
    }
    .contact-phone .phone-number {
        font-size: 40px;
        line-height: 40px;
    }
    .contact-email {
        font-size: 26px;
    }
    .contact-address {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    body {
        font-size: 100%;
    }
}

@media (min-width: 992px) {
    body {
        font-size: 100%;
    }
}

@media (min-width: 1200px) {
    body {
        font-size: 100%;
    }
}

@media (min-width: 1400px) {
    body {
        font-size: 100%;
    }
}