body {
    background: #979ba1;
    font-family: 'Montserrat', sans-serif;
}

/* Heading styles */
.blurb h2 {
    color: whitesmoke;
    font-weight: 100;
    font-size: 2rem;
}

.blurb p {
    color: whitesmoke;
    font-weight: 100;
    font-size: 1.125rem;
    line-height: 2;
}

/* Content spacing */
.content {
    margin-top: 100px;
    margin-bottom: 100px;
}

/* Navbar styles */
#mainNavbar {
    font-size: 1.00rem;
    font-weight: 100;
    border-radius: 20px;
}

/* Navbar links */
#mainNavbar .nav-link {
    color: whitesmoke;
    background-color: black;
    margin-top: 20px;
}

#mainNavbar .nav-link:hover {
    color: black;
    font-weight: bolder;
    background-color: darkgray;
}

/* Navbar brand */
#mainNavbar .navbar-brand {
    color: whitesmoke;
    background-color: black;
    border-radius: 20px;
     margin: 0 0.5rem;
    padding: 1rem;
}

/* Heading group styles */
#headingGroup span {
    color: black;
}

#headingGroup h1 {
    font-weight: 100;
    font-size: 3rem;
}

/* Navbar scroll effect */
.navbar.scrolled {
    transition: background 500ms;
    background: black;
}

/* Responsive styles for screens up to 1200px */
@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;
       
       
    }
   
    #Brandpic {
        width: 100%;
        height: auto;
        
        
    }
    .skills {
        font-size: 1.5rem;
    }
    /* Style nav links for small screens */
    #mainNavbar .nav-link {
        border-radius: 5px;
        margin-top: 5px;
        text-align: center;
    }
}


/* Contact page styles */
.Contact-Details h1 {
    color: whitesmoke;
    margin-top: 50px;
}
a {
    color: darkblue;
    font-weight: bolder;
}
.Contact-Details {
    padding-top: 100px;
}

/* About page styles */
.about-page {
    color: whitesmoke;
    margin-top: 100px;
    font-weight: bolder;
}

.about-page h1 {
    font-weight: bolder;
}

/* Projects section */
.Projects {

    color: whitesmoke;
   
    font-weight: bolder;
    font-size: 1.5rem;
}

#caseStudyImage {
  max-height: 360px; /* adjust to taste */
  object-fit: contain;
 margin: 0 0.5rem;
}



/* Other layout styles */
#HeadingGroup {
    padding-top: 100px;
}

#Brandpic {
    padding-top: 0;
}

/* Skills hover effect */
.skills:hover {
    font-size: 500%;
    color: #4f9162;
}
