body {
    font-size: 18px;
}
.wrapper > .header {
    min-height: 400px;
    background-position: center center;
    background-size: cover;
}

.col-md-6 #company_logo {
    max-width: 100%;
}

.intro {
    font-size: 16px;
}
#terms {
    font-size: 16px;
}

.choices {
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-bottom: 1px black ;
}

.module-heading {
    color: red;
}

.mission {
    background-color: darkkhaki;
    height: 200px;
    width: 100%;
    color: white;
}

.vision {
    background-color: lightcyan;
    height: 200px;
    width: 100%;
}

.values {
    background-color: lightseagreen;
    color: white;
}
td>a:visited {
    color: inherit;
}