body {
    background-color: #dceaf0 !important;
    color: #333;
}

.navbar {
    background: #63a3be;
    background: linear-gradient(0deg, rgba(220,234,240,1) 0%,  rgba(99,163,190,1) 20%, rgba(99,163,190,1) 100%);
    height: 100px
}

.navbar-brand img {
    width: 80px;
    height: auto;
}


#navbarNav {
    background: #63a3be;
    background: linear-gradient(180deg, rgba(220,234,240,1) 0%,  rgba(99,163,190,1) 2%, rgba(99,163,190,1) 100%);
    border-radius: 8px;
    padding: 10px;
    z-index: 999;

}
.container {
    padding-top: 20px;
    padding-bottom: 20px;
}

.logo {
    max-width: 100%;
}

.footer {
    background: #63a3be;
    background: linear-gradient(180deg, rgba(220,234,240,1) 0%,  rgba(99,163,190,1) 20%, rgba(99,163,190,1) 100%);

    text-align: center;
}

.footer p {
    margin-bottom: 10px;
}

.footer-links li {
    display: inline;
    margin-right: 10px;
}

.video-container {
    margin-bottom: 20px;
}

iframe {
    width: 100%;
    height: 315px;
}

h1, h2, h3 {
    color: #3f2212;
}

.text-brown{color:#3f2212!important}
/* Add any additional styles here */

.about-image {
    width: 100%;
}

.about-image-half {
    width: 50%;
    margin: auto
}

.qr-image {
    width: 200px;
}