.logo-top{
    max-width: 200px;
}
.nav-link{
    color:#272727;
}

.nav-link:hover{
    color:#1a1a1a;
}

.nav-link:active{
    color:#1a1a1a;
}

.slick-slider .slick-track, .slick-slider .slick-list{
    display: flex;
    align-items: center;
 }

.button-link{
    background: #EFA53E;
    color: white;
    border-radius: 20px;
}

.main-bg{
    background-image: url('../images/page/hatter.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
}

body{
    font-family: 'Montserrat', sans-serif;
    color: #606060;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Galindo', sans-serif;
}
h1{
    font-size: 60px;
}
h2{
    color:white;
}
.hero-logo-size{
    width: 400px;
}
.carousel-caption{
    padding-bottom: 135px;
}
.bg-purple{
    background: #DD8C2C;
}
.bg-red{
    background: #77BC2A;
    color: white;
}
.bg-purple-big{
    background: #DD8C2C;
    color: white;
}
.bg-blue{
    background: #E56A3F;
    color: white;
}
.bg-pink{
    background:#577511;
    color: white;
}
.bg-orange{
    background:#EDC45C;
    color: white;
}
.bg-green{
    background: #CD2929;
    color: white;
}
.text-yellow{
    color:#FFDD00;
}
.text-blue{
    color:#EDC45C;
}
.shadow{
    box-shadow: 6px 7px 10px -1px rgba(0,0,0,0.75);
}

.text-justify{
    text-align: justify;
}

.bg-box{
    background: #EFEFEF;
}
.text-purple{
    color:#E56A3F;
}
.show-info-box-1{
    cursor: pointer;
}
.show-info-box-2{
    cursor: pointer;
}
.show-info-box-3{
    cursor: pointer;
}
.show-info-box-4{
    cursor: pointer;
}
.blue-big-bg{
    background: #E56A3F;
}
.blue-big-bg-sec{
    background: #E56A3F;
}
.text-white{
    color: white;
}
.text-light{
    font-weight: 300;
}
.bg-middle-hero{
    background-image: url('../images/page/middle-hero.png');
}
.light-button{
    background: none;
    border: 2px solid white;
    color: white;
    padding-left: 30px;
    padding-right: 30px;
    padding-top:6px;
    padding-bottom: 6px;
    font-size: 11pt;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.2);
}
.group-info-box{
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    color: white;
}
.orange-big-bg{
    background-image: url('../images/page/orange-big-bg.png');
}
.bg-purple{
    background:#EFA53E;
}
.mobil-hero{
    min-height: 500px;
    object-fit: cover;
}
.navbar-nav{
    padding-left: 10px;
    padding-right: 10px;
}
.navbar{
    box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.75);
}
li.page-item.active > a.page-link{
    background: #EFA53E;
    border-color: #EFA53E;
    color:white;
}
.dropdown-toggle:hover{
    color:#606060;
}
.dropdown-toggle:active{
    color:#606060;
}
.dropdown-item:active{
    background: none;
    color:#606060;
}
.dropdown-item:hover{
    background: none;
    color:#606060;
}
li.nav-item{
    padding: 10px;
}
.page-link{
    color: #EFA53E;
}
img.d-block.w-100.mobil-hero{
max-height:800px;
}
a.text-purple:hover{
    color: #EFA53E;
}
.button-link:hover{
    color:white;
}
.page-link:hover{
    color: #EFA53E;
}

.fix-gallery-height{
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}

@media screen and (max-width: 1720px) {
    .carousel-caption{
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 1620px) {
    .carousel-caption{
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 1440px) {
    .carousel-caption{
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 1440px) {
    h1{
        font-size: 40px;
    }
}

@media screen and (max-width: 992px) {
    h1 {
      font-size: 20pt;
    }
    li.nav-item{
        padding: 0px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .hero-logo-size{
        width: 300px;
    }
    .carousel-caption{
        padding-bottom: 60px;
    }
    .logo-top{
        width: 150px;
    }
    .button-link{
        background: none;
        color: #272727;
        padding: 0.5rem 0rem !important;
    }
}
