@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");

body {
    min-height: 100vh;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    color: #505050;
    font-size: 18px;
    font-family: Raleway, Arial;
}

html {
    min-height: 100%;
    position: relative;
    font-size: 15px;
}

.cursor-pointer {
    cursor: pointer;
}

.wrapper {
    flex-grow: 1;
    min-height: 100vh;
}

.logo {
    width: 100px;
    margin: 20px 0 20px 0;   
}

a {
    text-decoration: underline;
    color: #00941A;
    -webkit-transition: linear 0.2s;
    -moz-transition: linear 0.2s;
    -o-transition: linear 0.2s;
    transition: linear 0.2s;
}

    a:hover {
        text-decoration: none;
        color: #00941A;
    }

a.silent {
    text-decoration: none !important;
}

a.silent:hover {
    text-decoration: none !important;
}

.big-banner {
    position: relative;
    background: url('/images/slide1.jpg') no-repeat center center;
    background-size: cover;
    min-height: 90vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.big-banner-message {
    padding-left: 20%;
}

.big-banner-message1 {
    display: inline;
    font-size: 18px;
    background-color: black;
    color: white;
    padding: 10px;
    animation: fadeIn 2s;
    animation-delay: 1s;
    animation-fill-mode: both;
}

.big-banner-message2 {
    display: inline;
    font-size: 12px;
    background-color: #3F810A;
    color: white;
    padding: 10px;
    animation: fadeIn 2s;
    animation-delay: 2s;
    animation-fill-mode: both;
}

.big-banner-message-split {
    clear: both;
    margin-bottom: 10px;
}

.banner {
    position: relative;
    background: url('/images/slide1.jpg') no-repeat center center;
    background-size:auto;
    height: 250px;
    width: 100%;
    display: flex;
    align-items: center;
}

h1 {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Raleway, Arial !important;
    font-size: 28px;
    font-weight: normal;
    text-align: center;
    line-height: 28px;
    width: 100%;
}

h2 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 28px;
    text-align: left;
}

h3 {
    display: inline;
    background-color: black;
    color: white;
    padding: 10px;
    font-size: 18px;
}

h4 {
    color: white;
    font-size: 16px;
    font-weight: bold;
}

hr {
    color: #5E91D2;
    background-color: #5E91D2;
    height: 5px !important;
    border-width: 5px;
    opacity: 1;
    width: 50%;
    margin: 30px auto 30px;
}

#main {
    margin-left: 0;
    text-align: center;
}

#footer {
    top: 0;
    color: #B1B1B1;
    background: url('/images/footer-bg.jpg') no-repeat center center;
    background-size: cover;
    padding: 30px 20px 50px 20px;
}

#footer a {
    color: #B1B1B1;
    text-decoration: none;
}

#footer a:hover {
    color: #B1B1B1;
    text-decoration: underline;
}

#footer .link-button {
    color: #B1B1B1;
    text-decoration: none;
}

    #footer .link-button:hover {
        color: #B1B1B1;
        text-decoration: underline;
    }

ul.logos {
    margin: 0 0 30px 0;
    padding: 0;
}

    ul.logos li {
        display: inline;
        padding: 0 20px 0 20px;
        margin: 0;
        text-align: center;
    }

ul.side-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    ul.side-menu > li {
        margin-bottom: 3px !important;
        padding: 0 !important;
    }

        a.side-menu, ul.side-menu > li > a, ul.side-menu > li.selected {
            width: 100%;
            color: #333333;
            background-color: #EEEEEE;
            text-decoration: none;
            padding: 10px !important;
            display: block;
            border-radius: 3px;
        }

            a.side-menu:hover, ul.side-menu > li > a:hover {
                color: white;
                background-color: #00941A;
                text-decoration: none;
                -moz-transition: all ease 0.5s;
                -webkit-transition: all ease 0.5s;
                -o-transition: all ease 0.5s;
                transition: all ease 0.5s;
            }

            a.side-menu.selected, .side-menu > li > a.selected, ul.side-menu > li.selected {
                color: white !important;
                background-color: #93A445 !important;
            }

.clients {
    max-width: auto;
}

.scrolling-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('/images/Life-of-Pix-free-stock-photos-blocks-sky-monument-davideragusa.jpg');
}

a.blue {
    color: #0D6EFD !important;
}

.cookie-consent-bg {
    width: 100%;
    color: white !important;
    background-color: #363A3A;
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    z-index: 10000;
}

a.cookie-consent {
    color: white !important;
    text-decoration: underline !important;
}

a.cookie-consent:hover {
    color: white !important;
    text-decoration: none !important;
}

.cookie-consent-button {
    background-color: transparent;
    text-align: center;
    position: relative !important;
    padding: 10px 15px 10px 15px;
    margin: 5px;
    border: 1px solid white;
    color: white !important;
    text-decoration: none !important;
}

/* FORM VALIDATION */
.field-validation-error {
    display: block;
    color: #DA2327 !important;
    padding-top: 3px !important;
    font-size: smaller;
    text-align: right;
}

@media screen and (max-height: 450px) {
}

@media (min-width: 576px) { /* d-sm */

}

@media (min-width: 768px) { /* d-md */

    .clients {
        max-width: 120px;
    }

    html {
        font-size: 16px;
    }

    .logo {
        width: 100px;
    }

    .big-banner-message {
        padding-left: 20%;
    }

    h1 {
        text-align: right;
        padding-left: 20%;
        padding-right: 0;
        font-size: 38px;
        line-height: 38px;
        width: 90%;
    }
}

@media (min-width: 992px) { /* d-lg */

    .scrolling-bg {
        background-image: none;
    }

    .logo {
        width: 126px !important;
    }

    .big-banner-message {
        padding-left: 25%;
    }

    .big-banner-message1 {
        font-size: 28px;
    }

    .big-banner-message2 {
        font-size: 18px;
    }

    .big-banner-message-split {
        margin-bottom: 10px;
    }
}

@media (min-width: 1200px) { /* d-xl */

    .big-banner-message {
        padding-left: 30%;
    }

    .big-banner-message1 {
        font-size: 38px;
    }

    .big-banner-message2 {
        font-size: 28px;
    }

    .big-banner-message-split {
        margin-bottom: 10px;
    }

    h1 {
        padding-left: 30%;
        font-size: 48px;
        line-height: 48px;
        width: 90%;
    }
}

