.navbar{
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    
}

.logo{
    height: 50px;
    width: 150px;
}
.logo-large{
    height: 100px;
    width: 300px;
}
#logo{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.navbar-brand{
    padding:0;
}

.font-1-3r{
    font-size: 1.3rem;
}

.hg-50{
    height: 50px!important;
}

.spacer{
    height: 110px;
}

.pt-20{
    padding-top: 20px;
}

.desc{
    margin-top: -1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
    z-index: 1010;
    background-color: white;
    padding: 1.25rem;
    padding-top: 1.8rem;
    border-radius: .25rem!important;
}

.desc-title{
    width: 100%;
    text-align: center;
}

a.lightbox{
    z-index: 1000;
}

a.lightbox img{
    width:100%;
    z-index: 1000;
}

.caption{
    color: white!important;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
    position: relative!important;
    margin-top: -26px!important;
    z-index: 1010;
    background-color: rgba(0,0,0,0.5);
}
.caption h3{
    margin: 0!important;
}

.thumbnail{
    margin-bottom: 20px!important;
}
.tz-gallery{
    padding: 0!important;
    padding-top: 20px!important;
}

.sm-fixed{
    position: fixed;
}

strong{
    font-weight: 700;
}

.btn{
    padding: .84rem 1.5rem;
}

.contact-logo{
    position: relative;
    margin-top: -260px;
}

.contact-desc{
    position: relative;
    z-index: 1010;
    border-radius: .25rem!important;
    margin-top: 130px;
    background-color: white;
    padding: 1.25rem;
    padding-top: 8rem;
    text-align: center;
    font-weight: 400;
}

.container-desc{
    padding: 2.5rem 4rem 1rem;
}

.about{
    width: 100%; 
    min-height: 500px; 
    background-color: white; 
    box-shadow:  0 2px 25px 0 rgba(0,0,0,0.5);
    padding-bottom: 1rem;
}
.about-spacer{
    height: 45vh;
    max-height: 500px;
}
.about p{
    text-align: justify;
}

#main-footer footer{
    margin-top: 0!important;
}

.nav-link {
    display: block;
    padding: .5rem 1rem !important;
}

.container-gallery{
    padding: 1rem 4rem;
}

h1{
    font-size: 1.5rem;
}


@media only screen and (max-width: 991.98px) {
    .about-spacer {
        height: 35vw;
        max-height: 45vh;
    }
}

@media only screen and (max-width: 767.98px){
    .logo-large{
        height: 50px;
        width: 150px;
    }
    .font-1-3r{
        font-size: 1rem;
    }
    .desc{
        margin: 0;
    }
    .container-desc{
        padding-top: 2rem!important;
        box-shadow: none;
        padding: 0;
        border-radius: 0!important;
    }
    .container-gallery{
        padding: 2rem 4rem 1rem !important;
    }
    
    .tz-gallery{
        padding: 20px!important;
    }
    
    
    .spacer{
        height: 50px;
    }
    
    .about{
        margin-top: 0px;
    }

}

@media only screen and (max-width: 575.98px){
    .container-desc{
        padding: 2rem;
        padding-top: 2rem;
        margin: 0;
        width: 100%;
        max-width: 100%;
    }
    .navbar-collapse{
        margin-top: 20px;
    }
        
    .sm-fixed{
        position: relative;
    }
    
/*    .about-spacer{
        height: 45vh;
    }*/
}

@media (min-width: 576px) { 
    .sm-fixed{
        width: 150px;
    }
}

@media (min-width: 768px) {
    h1{
        font-size: 1.75rem;
    }
    .sm-fixed{
        width: 210px;
    }
    
    .mt-m-60{
        margin-top: -60px;
    }
}

@media (min-width: 992px) {
    h1{
        font-size: 2rem;
    }
    .sm-fixed{
        width: 290px;
    }
}

@media (min-width: 1200px) {
    h1{
        font-size: 2.5rem;
    }
    .sm-fixed{
        width: 350px;
    }
}

