body {
    background-color: #C5B783;
    color: #00205B;
    font-family: 'Open Sans', sans-serif;
}

#mainNavBar {
    font-size: 1.5rem;
    font-weight: 100;
    /* background-color: blueviolet; */
}

#mainNavBar .nav-link {
    color: #00205B;
}

#mainNavBar .nav-link:hover {
    color: whitesmoke;
}

#mainNavBar .navbar-brand {
    color: #00205B;
    font-size: 1.5rem;
}

.navbar.scrolled {
    /* background: rgb(222, 192, 222); */
    background: #C5B783;
    transition: 200ms;
}

#operaoverview p {
    font-weight: 100;
    font-size: 1.5rem;
    color: #00205B;
}


/* h1 {
    text-align: center;
    font-size: 50px;
    font-weight: 300;
    font-family: SF Pro, sans-serif;
} */

/*
Navy Blue #00205B
Gold: #C5B783
*/