body {
    font-family: Arial, sans-serif !important;
}

h1,
h2 {
    color: #00a98f;
}

h3 {
    color: #3190af;
    font-size: 1.50rem !important;
}

p {
    color: #3e3e3e;
    font-size: 18px;
}

ol,
ul {
    color: #3e3e3e;
    font-size: 18px;
}

a {
    color: #3e3e3e;
    text-decoration: underline;
}

#top-address {
    margin-top: 20px;
    margin-right: 20px;
    color: #00a98f;
    font-size: 20px;
    text-align: right;
}

#top-address a {
    color: #00a98f;
}

#top-logo {
    margin-top: -40px;
    margin-left: 10px;
    height: 102px;
    width: 275px;
}

#top-logo img {
    height: 102px;
    width: 275px;
}

.navbar {
    margin-top: -50px;
}

.bg-light {
    background-color: transparent !important;
}

.active {
    color: #3190af !important;
}

a.nav-link {
    color: #3e3e3e;
    font-weight: bolder;
    text-decoration: none;
}

.donate {
    color: #00a98f !important;
    font-weight: bold;
}


header img {
    width: 100%;
}

.row {
    padding: 15px 0;
}

.director-section {
    padding-bottom: 30px;
}

.director-section p {
    padding-left: 20px;
}

.director-title {
    color: #3190af;
    font-weight: bold;
    padding-bottom: 0;
    margin-bottom: 0;
}

.director-image {
    padding-left: 10px;
    float: right;
}

#donate {
    background-image: url(i/banner-bg.gif);
    background-repeat: repeat;
}

#special-donate {
    padding-top: 15px;
    color: #fff;
    font-style: italic;
    font-family: serif;
    font-weight: bold;
    font-size: 35px;
    text-align: center;
}

#special-donate img {
    width: 150px;
}
.donate-button {
  margin:15px 0;
}

.image-right-caption {float:right; font-size:80%; margin:5px 0 5px 12px; text-align:center; width:300px;}

.info-boxes img {
    width: 90%;
    padding-left: 10%;
}

.info-boxes p {
    text-align: center;
    padding: 20px 10px;
    margin: 0 0 10px 0;
}

#gallery-full img {
    margin: 12px 8px;
}

.pdf-image {
    margin: 0 auto 10px auto;
    border: 1px solid #00a98f;
}

footer {
    background-image: url(i/footer-bg.gif);
}

footer div.container {
    padding-top: 20px;
}

footer p {
    color: #fff;
}

footer a {
    color: #fff;
    text-decoration: none;
}

#special-footer {
    color: #fff;
    font-style: italic;
    font-family: serif;
    font-weight: bold;
    font-size: 20px;
}

#webwise {
    text-align: right;
}

@media (max-width: 1095px){
    #top-address {
        text-align: left;
        margin-left: 10px;
    }

    #top-logo {
        margin-top: 10px;
        margin-bottom: 50px;
    }

    .navbar-toggler {
        margin-left: 90%;
    }
}

@media (max-width: 885px) {
    .navbar {
        margin-top: -50px;
    }
}

@media (max-width: 566px) {
    #top-address {
        display: none;
    }

    .navbar-toggler {
        margin-left: 0;
    }
}

/* To eliminate the large white space above the header in some broswers */
.adsbygoogle {
    height: 0px !important;
    display: none !important;
}

#ron-memoriam-border {
    border: 0.6em double #00a98f;
    padding: 10px 15px 10px 30px;
}

.memoriam-hr {
    border: 2px solid #00a98f;
    margin: 25px 0px;
}