/* CSS Document */

body, p{
    font-family: 'Jaldi', sans-serif;
    font-size: 17px;
    color: #484849;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: 'Jaldi', sans-serif;
}

.bg-light {
    background-color: #FDF5EB !important;
}

.bg-white-trans{
    background-color: rgba(255, 255, 255, 0.9);
}

.fs-hero.dark-overlay:before, .page-tittle.dark-overlay:before{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+48,000000+48&0.65+0,0+48 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 48%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 48%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 48%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}

.font-theme, .logo{
    font-family: 'Charm', cursive;
}

.h-100{
    height: 100%;
}

.header-sticky .logo-dark{
    display: none;
}

.header-sticky.sticky .logo-light{
    display: none;
}

.header-sticky.sticky .logo-dark{
    display: block;
}

.logo{
    font-size: 35px;
}

.w-100{
    width: 100%;
}

/* BACK TO TOP */

#return-to-top {
    position: fixed;
    z-index: 999;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

@media (min-width:992px){

    .d-flex{
        display: flex;
        align-items: center;
    }

    .fs-hero>div{
        height: 100%;
        display: flex;
        align-items: center;
    }

    .fs-hero img{
        border: 5px solid white; 
    }

    .header.header-transparent .navbar-collapse ul.navbar-nav > li:hover > a, .header.header-transparent .navbar-collapse ul.navbar-nav > li:focus > a, .header.header-transparent .navbar-collapse ul.navbar-nav > li.active > a{
        color: #ffffff;
        text-decoration: overline;
    }
}

@media (min-width:1199px){
    .margin-left-neg{
        margin-left: -300px;
        box-shadow: 3px 0px 5px grey;
    }
}

@media (max-width:991px){
    #map{
        width: 100%;
    }
    .section-2.fixed-bg{
        background-attachment: unset !important;
    }
    .fs-hero{
        display: flex;
        align-items: center;
    }
    .kenburn-bg .kenburn-img {
        top: 0px;
        left: 0;
        width: auto;
        height: 100%;
    }
}

@media (max-width:1199px){
    .fs-hero .bg-light{
        background-color: rgba(252, 244, 234, 0.85) !important; 
    }
}

h1.h1-seo, h2.h2-seo{
    text-align: center;
    font-size: 12px;
    color: #959494;
}

h3.h3-seo {
    font-size: inherit !important;
    color: inherit !important;
    font-weight: inherit !important;
    display: inline !important;
}

h4.heading-1::after {

    height: 90px;
    width: 62px;

}

ul.disclosure{
    list-style: disclosure-closed; padding-left: 30px;
}

ul.inside{
    list-style: initial; padding-left: 30px;
}


.lb-nav a.lb-next, .lb-nav a.lb-prev{
    opacity: 1 !important;
}


@media (max-width:576px){
    .logo , .font-theme{
        font-size: 25px !important;
    }
}