.bg-primary {
    background-color: #8D9A72 !important;
}

a {
    color: #93c54b;
    text-decoration: none
}

footer {
    padding: 30px;
    background-color: #f8f8f8;
}

.nav-link {
    color: white
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.customText {
    font-size: 16px;
    font-weight: 400;
}

.intro-message {
    position: relative;
    padding-top: 10%;
    padding-bottom: 50px;
    text-align: center;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-divider {
        width: 100%;
    }
}

.content-section-a {
    padding: 20px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 20px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}
