/* Global */

@import url('https://fonts.googleapis.com/css?family=Libre+Franklin:400,600,700');

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

/* Sections and Features */

.section {
    margin: 0 auto;
    width: 100%;
}

.feature-title {
    font-size: 3rem;
    line-height: 3.2rem;
    font-weight: 600;
    color: #4c4d55;
}

@media (min-width: 768px) {
    .feature-title {
        font-size: 4rem;
        line-height: 4.2rem;
    }
}

.feature-headline {
    color: #1C336A;
    font-weight: 600;
}

.feature-heading {
    background-color: #1C336A;
}

.feature-heading h2 {
    font-size: 3rem;
    font-weight: 600;
}

/* Navigation */

#navigation .navbar {
    background-color: #4C4D55;
}

@media screen and (max-width: 1023px) {
    #navigation .navbar-brand img {
        max-width: 210px;
    }
}

#navigation .nav-link {
    font-size: 1.2rem;
    border-bottom: rgba(28, 51, 106, 0.5) 2px solid;
    padding: 0;
    margin: 8px;
    white-space: nowrap;
}


#navigation .dropdown:hover > .dropdown-menu {
    display: block;
}

#navigation .dropdown-menu {
    border-radius: 0;
}

#navigation .dropdown-menu .dropdown-item:active {
    background-color: #1C336A !important;
}

@media (max-width: 767px) {

    #navigation .nav-link {
        width: fit-content;
    }

    #navigation .dropdown-menu {
        margin-top: 10px;
    }
}

/* Header */

#header .jumbotron {
    background: transparent;
}

#header h2 {
    color: #fff;
    font-size: 2.5rem;
    line-height: 2.7rem;
    width: 85%;
}

@media (max-width: 1023px) and (min-width: 768px) {
    #header h2 {
        font-size: 4rem;
        line-height: 4.2rem;
        width: 75%;
    }
}

@media (min-width: 1024px) {
    #header h2 {
        font-size: 6rem;
        line-height: 6.2rem;
        width: 85%;
    }
}

/* Feature - Error */

#error.feature p {
    font-size: 1.2rem;
}

#error p {
    font-size: 1.1rem;
}


/* Feature - About */

#about.feature p {
    font-size: 1.2rem;
}

#about p {
    font-size: 1.1rem;
}

/* Feature - Accreditations */

#accreditations.feature {
    background-color: #D0D0D0;
}

/* Feature - Contact */

#contact a,
#contact a:hover {
    color: #212529;
    text-decoration: none;
}