body {
    font-family: 'Nunito', sans-serif;
    background: #f5d9d5
}

#mainNavbar {
    font-size: 1.5rem;
    font-weight: 100;
}

#mainNavbar li a {
    color: white;
}

#mainNavbar li a:hover {
    color: #EA1C2C;
}

#mainNavbar .navbar-brand {
    color: #EA1C2C;

}

#headingGroup span {
    color: #EA1C2C
}

#headingGroup h1 {
    font-weight: 100;
    font-size: 4rem;
    white-space: nowrap;
}



.blurb h2 {
    color: #EA1C2C;
    font-weight: 100;
    font-size: 2.5rem;
}

.blurb p{
    color: #f498b8;
    font-weight: 100;
    font-size: 1.125rem;
    line-height: 2;
}
.content {
    margin-top: 100px;
}

.navbar.scrolled {
    background: rgb(222,192,222);
    transition: background 500ms;
}

@media (max-width: 1200px) {
    #headingGroup h1 {
        font-weight: 100;
        font-size: 3rem;
    }
}


#backNav {
    background-color: #455A64ad;
    width: 150px;
    height: 50px;
    position: fixed;
    left: 0;
    bottom: 0;
    text-align: center;
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: center;



}
#backNav a {
    color: white;
}