

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    background-color: #6E8898;
}

nav {
    background-color: #124559;
}

footer {
    background-color: #124559;   
}

.navbar-brand {
    font-size: 1.5em;
    font-weight: bold;
}

.nav-link {
    font-size: 1.25em;
}

.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #c0c1c2;
}

h2 {
    font-family: Nunito Bold, sans-serif;
}

.contact-paragraphs {
    font-size: 1.375em;
}

.main-body {
    background-color: white;
    border-radius: 10px;
    padding: 3%;
}

#second_nav.active {

    text-decoration: underline;
}