body
{
    background-color: #f3e5ca;
    color: #5f553e;
}

.round-fixed-size
{

    border-radius: 50%;
    height: 230px;
    width: 230px;

    @media (min-width: 300px) {
        height: 250px;
        width: 250px;
    }

    @media (min-width: 400px) {
        height: 280px;
        width: 280px;
    }

    @media (min-width: 576px) {
        height: 310px;
        width: 310px;
    }

    @media (min-width: 768px) {
        height: 330px;
        width: 330px;
    }

    @media (min-width: 992px) {
        height: 330px;
        width: 330px;
    }

    @media (min-width: 1200px) {
        height: 350px;
        width: 350px;
    }

    @media (min-width: 1400px) {
        height: 390px;
        width: 390px;
    }
}

.white-text
{
    color: #fff8ea;
    /*color: #dfe0df;*/
    /*color: white;*/
}

.content
{
    padding: 50px;

    @media (max-width: 575.98px) {
        padding: 40px;
    }

    @media (max-width: 399.98px) {
        padding: 20px;
    }

    @media (max-width: 299.98px) {
        padding: 10px;
    }

    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.content-title
{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 20px;
}

#header-container
{
    @media (max-width: 575.98px) {
        display: none;
    }
}

a.nav-link:link, a.nav-link:visited{
    color: #5f553e;
}
a.nav-link:hover, a.nav-link:active {
    color: #97b1aa;
    text-decoration: underline;
}

#banner-container
{
    background-image: url('res/banner.jpg');

    @media (min-width: 992px) and (max-width: 1199.98px) {
        background-image: url('res/banner-lg.jpg');
    }
}

#about-container, #find-us-container
{
    /* background-color: #769c93;*/
    background-color: #97b1aa;
    font-size: 1.05rem;

    @media (max-width: 1199.98px) {
        font-size: 1rem;
    }
}

#about-desc {
    align-content: center;
}

#about-img {
    align-content: center;
    @media (max-width: 991.98px) {
        margin-bottom: 1rem;
    }
}

#news-container, #contact-container
{
    /*background-color: #abd2c9;*/
    background-color: #b3aa99;
    font-size: 1.05rem;

    @media (max-width: 1199.98px) {
        font-size: 1rem;
    }
}

.news-row
{
    /*color: #342c17;*/
    color: #5f553e;
    background-color: #f3e5ca;
}

.news-img-col
{
    @media (max-width: 991.98px) {
        display: flex;
        justify-content: center;
    }
}

.news-desc
{
    align-content: center;
}

.news-desc-content, .find-us-desc-content
{
    padding: 3px;
}

.news-img-div, .rate-div
{
    /* background-color: #769c93;*/
    background-color: #97b1aa;
    /* color: white; */
    align-content: center;
}

.news-img
{
    height: 70%;
    width: 70%;
    object-fit: contain;
}

a.news-link:link, a.news-link:visited{
    color: #5f553e;
}
a.news-link:hover, a.news-link:active {
    color: #97b1aa;
}

.rate-title {
    /*color: #342c17;*/
    color: #5f553e;
}

.rate-col
{
    display: flex;
    justify-content: center;
}

.rate-div
{
    font-size: 1.05rem;
    @media (max-width: 1199.98px) {
        font-size: 1rem;
    }
    @media (max-width: 991.98px) {
        margin-bottom: 1rem;
    }
}

.find-us-desc {
    align-content: center;
    @media (max-width: 991.98px) {
        margin-bottom: 1rem;
    }
}

#find-us-map-iframe {
    width: 390px;
    height: 390px;

    @media (max-width: 575.98px) {
        height: 350px;
        width: 350px;
    }

    @media (max-width: 439.98px) {
        height: 320px;
        width: 320px;
    }

    @media (max-width: 399.98px) {
        height: 270px;
        width: 270px;
    }

    @media (max-width: 299.98px) {
        height: 250px;
        width: 250px;
    }
}

a.find-us-link:link, a.find-us-link:visited, a.contact-link:link, a.contact-link:visited {
    color: #fff8ea;
}
a.find-us-link:hover, a.find-us-link:active, a.contact-link:hover, a.contact-link:active {
    color: #f3e5ca;
}

.contact-link {
    display: inline-block;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}