header {
    background-color: #F7F7F7;
    margin-bottom: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
}

footer {
    /*background-color: #F7F7F7;*/
    margin-top: 96px;
    padding-top: 16px;
    padding-bottom: 16px;
}

a {
    text-decoration: underline;
    color: #028482;
}

nav a {
    text-decoration: none;
    /*color: #90C649;*/
}
nav a:hover {
    /*color: #028482;*/
}
h2 {
    /*color: #028482;*/
    color: gray;
}
h3 {
     color: #90C649;
     /*color: #028482;*/
}
#nav-toggle {
    font-weight: 700;
    text-decoration: none;
    float: right;
    font-size: 1.1rem;
    margin-bottom: 16px;
}
.title {
    /*color: lightgreen;*/
}

.image-wrapper {
    margin-top: 32px;
}

.main {
    padding-left: 32px;
}

@media (max-width: 639px) {
    /* hide navigation on small screens */
    .small-hidden {
        display: none;
    }
    /* contact page stylings */
    .contact-small {
        margin-bottom: 0;
    }
.bmra-img {
   margin-bottom: 24px;
}
header {
    margin-bottom: 12px;
}
nav {
    text-align: center;
}
.menu a {
    /*background-color: darkgray;*/
    /*color: white;*/
    
}
.menu li {
    /*border-bottom: 1px solid white;*/
}
.menu {
    margin-top: 16px;
    margin-bottom: 16px;
}
}

@media (min-width: 640px) {
    .medium-hidden {
        display: none;
    }
.bmra-img {
    width: 40%;
    margin-right: 24px;
}
.decon-img {
    width: 25%;
}
}


/* Menu Styles */


.menu {
    margin-top: 12px;
}
.menu .active {
    background-color: white;
    color: green;
}
.menu a {
    background-color: #028482;
    color: white;

}
.menu li {
        border-top: 1px solid lightgray;
}
.menu li:first-child {
    border-top: 0;
}
.menu {
    border: 1px solid #028482;
}
.menu a:hover {
    background-color: white;
    color: green;
}


/* End Menu Styles */


/* FAQ Styles */

.hidden {
    display: none;
}

.hidden.show {
    display: block;
}

.callout {
    background-color: lightgray;
    padding: 32px 16px;
}

.callout ol li {
    margin-top: 8px;
    margin-bottom: 8px;
}

.clicker a {
    text-decoration: none;
}

/* Links Styles */

.donation-destinations-list {
    list-style-type: none;
    margin-left: 0;
}

h3.links {
    margin-top: 48px;
}