body    {
    background: #293241;
    color: whitesmoke;
 }
 

 a {
    color: whitesmoke; 
 }
 
 .navbar-brand {
    font-family: 'Yesteryear', cursive;
    font-size: 2.5em;
 }

 .navbar.scrolled {
    background: #3d5a80;
    transition: background 500ms;
}

.nav-link {
    font-size: 1.5em;
}

img {
    border-radius: 25px;
}

.heading {
    margin-top: 1em;
}

 @media (max-width: 1200px) {
    #headingGroup h1 {
        font-weight: 100;
        font-size: 3rem;
    }
    .blurb h2 {
        font-size: 2rem;
    }
}

