body {
    background: #979ba1;
    font-family: 'Montserrat', sans-serif;
}

.blurb h2 {
   color: whitesmoke;
   font-weight: bolder;
   font-size: 2rem;
}

.blurb p {
    color: whitesmoke;
    font-weight: bolder;
    font-size: 1.125rem;
    line-height: 2;
}

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

#mainNavbar {
    font-size: 1.45rem;
    font-weight: 100;
    border-radius: 20px;
   
}

#mainNavbar .nav-link {
    color: whitesmoke;
    background-color: black;
    border-radius: 20px;
    margin-top: 20px;
    
}

#mainNavbar .nav-link:hover {
    color: black;
    background-color: darkgray;
    border-radius: 20px;
    margin-top: 20px;
    
}

#mainNavbar .navbar-brand {
    color: whitesmoke;
    background-color: black;
    /* font-size: 1.65rem; */
    /* border: 20px;
    padding: 6px; */
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;


}

#headingGroup span {
    color: black;
}

#headingGroup h1 {
    font-weight: 100;
    font-size: 3rem;
    padding-top: 100px;
}

.navbar.scrolled {
    background: darkgray;
    transition: background 500ms;
    background: transparent;
    

}

@media (max-width: 1200px) {
    #headingGroup h1 {
        font-weight: bolder;
        font-size: 3rem;
    }
    .blurb h2 {
        font-size: 2rem;
    }
}
/* Responsive styles for screens up to 767px */
@media (max-width: 767px) {
    #HeadingGroup {
        text-align: center;
    }
    /* Ensure hamburger menu button is visible in portrait mode */
    .navbar-toggler {
        display: block !important;
        background-color: black;
       
    }





#HeadingGroup {
    padding-top: 100px;
    
}

#Brandpic {
    padding-top: 0px;
}


/* .skills:hover {
    font-size: 200%;
    color: #f40808;
    background-color: rgb(169, 181, 93);
    font-weight: bolder;
} */

v  