/*Cookie Consent Begin*/
#cookieConsent {
        background-color: #231f20;
        background-color: rgba(35,31,32,0.8);
        min-height: 32px;
        font-size: 14px;
        color: #ffffff;
        line-height: 30px;
        padding: 16px 30px 16px 30px;
        position: fixed;
        bottom: 0;
        left: 0px;
        max-width: 650px;
        display: none;
        z-index: 9999;
    }
/*
#cookieConsent a {
        color: #ffffff;
        text-decoration: none;
    }
*/
#closeCookieConsent {
        float: right;
        display: block;
        cursor: pointer;
        height: 20px;
        width: 20px;
        margin: -20px -20px 0 0;
        font-weight: bold;
    }
#closeCookieConsent:hover {
        color: #FFF;
    }
#cookieConsent a.cookieConsentOK {
        background-color: #6c6762;
        color: #fff;
        display: block;
        border-radius: 12px;
        padding: 0 10px;
        cursor: pointer;
        float: right;
        margin: 0 20px 0 0px;
    }
#cookieConsent a.cookieConsentOK:hover {
        background-color: #beab9a;
    }
/*Cookie Consent End*/


/* Style used for header and footer */
.nav-dark .link {
        /*  border-bottom: 2px solid transparent; */
        color: #beab9a;
        margin-left: 10px;
        margin-right: 10px;
    }
.nav-dark {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 0px;
        margin-bottom: 0px;
        background: #f7f7f8;
        color: #beab9a;
        line-height: 40px;
        align-items: center;
        text-align: center;
    }

/* Common content style */
.content_light {
        background: #f7f7f8 no-repeat 50% 50%;
        color: #beab9a;
        background-size: cover;
    }
.content_light .link {
        color: #beab9a;
    }

.content_light .block {
        border: 2px solid rgba(255, 255, 255, 0.15);
    }
.content_light .block img {
        max-width: 70%;
        max-height: 70%;
    }
      
.content_dark {
        background: #231f20 no-repeat 50% 50%;
        color: #ffffff;
        background-size: cover;
    }
.content_dark .link {
        color: #ffffff;
    }

.link:hover {
        color: #6c6762;
    }

.h2 {
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 42px;
        line-height: 52px;
        font-weight: 800;
    }
.h3 {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 24px;
        font-weight: 400;
    }

.radius-ok {
        border-radius: 12px;
    }

@media (max-width: 991.98px) {
        .content_light .text-adaptive, 
        .content_dark .text-adaptive {
          margin-top: 15px;
        }
        .nav-dark a {
            margin: 0 10px;
        }
        .nav-dark a, 
        .nav-dark form {
            margin-left: 10px;
            margin-right: 10px;
        }
    }

@media (max-width: 767.98px) {
        .content_light h2, 
        .content_dark h2 {
            margin-top: 0px;
            margin-bottom: 0px;
        }
        .content_light .text-adaptive, 
        .content_dark .text-adaptive {
            margin-top: 10px;
            margin-bottom: 30px;
        }
    }

@media (max-width: 575.98px){
    .container {
        margin-left: 1px;
        margin-right: 1px;
        padding-left: 2px;
        padding-right: 2px;
      }
}
    
