/* easier to read text */
* {
    font-weight: bold;
}

/* orange */
body {
    background: #ffcc79;
    font-family: "Montserrat", sans-serif, serif;
}

/* black */
.blurb h2 {
   color: #000000;
   font-weight: 500;
   font-size: 2.5rem;
}

/* gray */
.blurb p {
    color: #5d554d;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 2;
}

.content {
    margin-top: 105px;
    margin-bottom: 105px;
}

/* brand logo display, is set to be slightly larger */
#mainNavbar {
    font-size: 1.75rem;
    font-weight: 200;    
}

#mainNavbar .nav-link {
    color: white;
}

#mainNavbar .nav-link:hover {
    color: #000000;
}

/* Name of Brand Logo */
#mainNavbar .navbar-brand {
    color: #000000;
    font-size: 2rem;
}

#headingGroup span {
    color: #000000;
}

/* landing page brand name spelled out */
#headingGroup h1 {
    font-weight: 500;
    font-size: 5rem;
}

.navbar.scrolled {
    background: #ffa719;
    transition: background 500ms;
}

@media (max-width: 1250px) {
    #headingGroup h1 {
        font-weight: 100;
        font-size: 3rem;
    }
    .blurb h2 {
        font-size: 2rem;
    }
}
