@import url('https://fonts.googleapis.com/css2?family=Gotu&display=swap');

$enable-responsive-font-sizes = true

body{

    font-family: 'Gotu', sans-serif !important;
    color: #353535;
}




.blur-image{
    background-size: cover;
    background-position: center;
    
}

.carousel-item{
    min-height: 50vh;
}


.blur-image.loaded > img {
    opacity: 1;
    
}

.blur-image > img {
    opacity: 0;
    transition: opacity 200ms ease-in-out;
}

.blur-image.thumbnail{
    max-width: 200px;
    padding: 0;


}

.nav-link{
    font-family: 'Gotu', sans-serif !important;
    color: #8D0202;
}

.nav-link img{
    max-width: 30px;
    margin-top: -5px;
}

.aboutUsImage{
    max-height: 75vh;
    object-fit: cover;
}

#mission{
    background-color: #e9ecef;
}


a{
    color:inherit;
    text-decoration: none;
}

.hero{
    max-height: 50vh;
    min-height: 50vh;
    object-fit: cover;
}


.auth-fam-thumb{
    max-height: 100px;
}

.postSlug{
    font-size: .9rem; 
}

a.postSlug{
    color: #8D0202;
}

img.newsThumb{
    max-height: 200px;
    max-width: 200px;
}

img.newsImageFull{
    max-height: 600px;
    max-width: 600px;
}

img.member-thumb.rounded-circle{
    border-radius:50%;
    width:100px;
    height:100px;
    object-fit: cover;
}

img.member-profile.rounded-circle{
    border-radius:50%;
    width:200px;
    height:200px;
    object-fit: cover;
}


.postdate{
    font-size: .9rem;
}

img.lc-image{
    width:200px;
    height:200px; 
}

img.lc-image-carousel{
    width: auto;
    max-height: 400px;
}

.footer-links{
    font-size: .5rem;
}

.login-notice{
    font-weight: bold;
    background-color: #f1c40f;
}



img.boat-view-image{
    max-height: 500px;
    max-width: 80%;
}

img.eventsimg{
    max-height: 500px;
    max-width: 80%;  
}

.permits-list li{
    font-size: .8rem;
}
