body {
    background-color: #ffffff;
    font-family: "Montserrat", sans-serif;
}

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

.blurb p {
    color: #212121;
    font-weight: 200;
    line-height: 2;
}

/* .content {
    margin-bottom: 100px;
} */

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

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

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

#mainNavbar .navbar-brand {
    color: #ee2c30;
    font-weight: 500;
    font-size: 2rem;
}

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

.navbar.scrolled {
    color: #212121;
    background-color: rgba(33, 33, 33, 0.95);
    transition: background-color 0.3s;
}

.navbar li  {
    display: none;
}

.navbar-toggler {
    display: none;
}

.active li {
    display: inline-block;
}

html {
    scroll-behavior: smooth;
}

@media (max-width: 1365px) {
    #headingGroup h1 {
        font-size: 2.6rem;
    }
}

.navbar.scrolled > div > ul > li > a {
    color: #f4f0eb !important;
}

.navbar.scrolled > div > ul > li > a:hover {
    color: #ee2c30 !important;
}

.logo {
    width: 100px;
    height: 100px;
}

.exerpt {
    font-size: 1.3rem;
    font-weight: 200;
    color: #000000;
}

.navbar.scrolled > a > img {
    content: url(imgs/isolated-filled-bg-dark-bg.png);
}

@media (max-width: 1000px) {
    .title {
        padding-top: 8% !important;
    }
    .exerpt {
        padding: 0.5% !important;
    }
    .active .navbar-toggler {
        display: inline;
    }
}

.bold {
    font-weight: 800;
}