body {
    background-color: #f8f4e9;
    font-family: "Nunito", sans-serif;
}

.blurb h2 {
    color: #2c3e36;
    font-weight: 300;
    font-size: 2.5rem;
}

.blurb .lead {
    font-weight: 300;
}

.blurb p {
    color: #4a6b57;
    font-weight: 100;
    font-size: 1.25rem;
    line-height: 1.8;
}

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

.main-page {
    padding: 55px;
}

img.img-fluid {
    width: 100%;
    height: 500px;
}

#mainNavbar {
    background-color: #d4b483;
    font-size: 1.5rem;
    font-weight: 100;
    box-shadow: 0 2px 10px rgba(74, 107, 87, 0.1);
}

#mainNavbar .nav-link {
    color: #2c3e36;
    transition: color 0.3s;
}

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

#mainNavbar .navbar-brand {
    color: #2c3e36;
    font-size: 1.5rem;
    font-weight: 700;
}

#headingGroup span {
    color: #d4b483;
}

#headingGroup h1 {
    font-weight: 100;
    font-size: 3.5rem;
    color: #2c3e36;
    text-shadow: 1px 1px 3px rgba(212, 180, 131, 0.3);
}

.navbar-scrolled {
    background: #4a6b57 !important;
    transition: background 500ms;
}

.navbar-scrolled .nav-link {
    color: #f8f4e9 !important;
}

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