body {
    background-color: #252523;
    /* font-family: "Arial Verdana Georgia"; */
}
.card-full-height {
    height: 100%;
}
.center-element {
    margin: 0px auto;
}
a,
a:visited,
a:link,
a:active {
    color: #ad974f;
}
a:hover {
    color: #a69348 !important;
}
.top-bar,
.top-bar-left,
.dropdown.menu {
    background-color: #231f20;
}
.top-logo-text {
    color: #ad974f !important;
    padding-left: 0 !important;
}
.anchor-link-adjust {
    position: absolute;
    top: -3.4em;
}
h2 {
    font-weight: bold;
}

.section-banner {
    background-image: url('img/banner.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    color: #fff;
}

.section-banner .banner-message {
    padding: 10vh 0 15vh 0 !important;
}

.section-home {
    background-color: #231f20;
    color: #ad974f;
    font-size: 1.2rem;
    padding-bottom: 3rem;
}

.section-what-we-do {
    background-color: #8e793e;
    min-height: 25em;
    padding-bottom: 3rem;
}
.section-what-we-do .card {
    border: none;
}
.section-what-we-do .card .card-icon {
    max-height: 10rem;
}
.section-what-we-do .card,
.section-what-we-do .card .card-section {
    background-color: inherit;
}

.section-who-we-are {
    color: #ad974f;
    font-size: 1.2rem;
    padding-bottom: 3rem;
}

.section-about-us {
    background-color: #8e793e;
    font-size: 1.2rem;
    padding-bottom: 3rem;
}

.section-about-us dl {
    margin-left: 2rem;
}

.section-about-us dl dt,
.section-about-us h4 {
    font-weight: bold;
}

.section-about-us dl dd,
.section-about-us p {
    font-style: italic;
}

.section-contact-us {
    background-color: #eaeaea;
    font-size: 1.2rem;
    padding-bottom: 5rem;
}

.section-home,
.section-what-we-do,
.section-who-we-are,
.section-about-us,
.section-contact-us {
    position: relative;
}

/* Medium and up */
@media screen and (max-width: 64em) {
    .anchor-link-adjust {
        position: relative;
        top: 0;
    }
    .top-bar .top-bar-right {
        margin-left: 1vw;
    }
}
