body {
    font-family: 'Lato', sans-serif;
}

@media (min-width: 991.98px) {
    .main-lead {
        position: absolute;
        bottom: 0;
    }
}

.font-xl {
    font-size: 1.5em;
}

.font-md {
    font-size: 1.3em;
}

.quote {
    font-size: 1.2em;
    font-style: italic;
}

.text-italic {
    font-style: italic;
}

.brand-color {
    color: #0098a1;
}

.bold {
    font-weight: 700;
}

.nav-pills .nav-link {
    color: black;
}

.nav-pills .nav-link.active {
    background-color: inherit;
    color: #0098a1;
}

.hidden {
    display: none !important;
}

#nav-mobile-btn {
    position: absolute;
    top: 5px;
    right: 5px;
}