
body, html{
    font-family: 'Roboto', sans-serif;
}

.navbar{
    height: 65px;
}

.logo{
    height: 50px;
}

.pt{
    padding-top: 60px;
}

.pb{
    padding-bottom: 40px;
}

#bg-section{
    height: 700px;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)), linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)), url('/images/bg.jpg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title{
    font-size: 40px;
    letter-spacing: 5px;
}

.subtitle{
    font-size: 19px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.navbar-nav > li > a {
    margin-top: 10px;
    color: #333 !important;
    font-size: 14px;
    text-transform: uppercase;
}

.navbar-nav > li > a:hover {
    color: #333 !important;
}

.navbar-brand{
    padding-top: 10px;
    padding-bottom: 10px;
}

.section-title{
    font-size: 30px;
    text-align: center;
    padding-bottom: 40px;
    padding-top: 20px;
}

.about-content{
    font-size: 18px;
    text-align: center;
    line-height: 1.8;
}

.offer-box{
    font-size: 18px;
    text-align: center;
    line-height: 1.8;
    height: 150px;
    border: 1px solid #333;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.experience-subtitle{
    font-size: 22px;
    line-height: 1.8;
    text-align: center;
}

.experience-title{
    font-size: 18px;
}

.f-bold{
    font-weight: bold;
    font-size: 16px;
}

.mt{
    margin-top: 20px;
}

.person{
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 1.8;
}

.person-description{
    font-size: 16px;
    text-align: center;
    line-height: 1.8;
}

.bg-top-divider{
    height: 250px;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)), linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)), url('/images/bg1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 60px;
}

.bg-bottom-divider{
    height: 250px;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)), linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)), url('/images/bg2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 60px;
}

.contact-title{
    font-size: 21px;
    text-align: center;
}

.contact-subtitle{
    font-size: 18px;
    text-align: center;
}

.gallery-box{
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
    margin-top: 15px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

@media(max-width: 768px) {
    .nav{
        background: #fff;
        text-align: center;
    }

    .logo{
        height: 40px;
    }

    #navbar{
        border: none !important;
    }
}

#cookie-warn{
    overflow: hidden;
    position: fixed;
    bottom: 0;
    background: white;
    margin: 0;
    padding: 3px;
    width: 100%;
    display: none;
    z-index: 99;
}

#cookie-warn p{
    text-align: center;
    font-size: 14px;
    color: black;
    padding: 10px 10px;
    font-family: "LatoRegular";
}

#cookie-warn a{
    color: black;
    font-weight: bold;
}

#cookie-warn a:hover{
    text-decoration: none;
}
  
.paddingTop{
    padding-top: 10%;
}

.close-cookies-warn{
    position: absolute;
    display: block;
}

.cbutton{
    width: 60px;
    display: block;
    margin: 0 auto;
}

.cbutton .cookies-assent{
    display: block;
    text-align: center;
    color: white !important;
    font-weight: normal !important;
}

.politics_cookies{
    text-decoration: underline;
    color: white;
    font-weight: bold;
    text-transform: capitalize;
}

.cookies-txt{
    margin-bottom: 0;
}

.footer-link{
    color: #000;
}

.footer-link:hover, .footer-link:focus{
    color: #000;
    text-decoration: none;
}