body {
    font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #024282;
}

/** NAVBAR **/

.navbar.solid {
    background-color: rgb(255, 255, 255, 0.8);
    transition: background-color 1s ease 0s;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.navbar.solid .navbar-brand img {
    width: 170px;
    position: unset;
    padding: 10px;
}
.navbar.solid .navbar-nav {
    justify-content: flex-end;
}

.navbar.solid .navbar-nav .nav-link {
    color: #024282;
}