:root {
    --clr-white: #fff;
    --clr-black: #2c2726;
    --clr1: hsl(10, 49%, 91%);
    --clr2: #eddbd9;
    --clr3: #5c2018;
    --clr4: #b96b61;
    --clr5: #fffafa;
    --clr6: #d4a59a;
    --clr7: #f3e0dc;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "ubuntu", sans-serif;
    scroll-behavior: smooth;
    text-decoration: none;
}

#home main {
    min-height:calc(100vh - 8rem);
    background-color: var(--clr1);
}

#blog main {
    min-height:calc(100vh - 8rem);
    background-color: var(--clr1);
    padding: 1%;
}

h1{
    color: var(--clr5);
    font-family: "Bell MT", serif;
    text-transform: uppercase;
    font-size: 68px;
    margin: 0;

}
h2{
    color: var(--clr5);
    font-size: 30px;
}
h3{
    font-size: 2.5rem;
    /* padding-left: 1rem; */
    /* border-left: 0.5rem solid; */
    border-color: var(--clr3);
    text-transform: uppercase;
    color: var(--clr3);
    text-align: center;
    padding-bottom: 15px;
    padding-top: 10px;
}
h4{
    font-size: 2rem;
    /* padding-left: 1rem; */
    /* border-left: 0.5rem solid; */
    border-color: var(--clr4);
    text-transform: uppercase;
    color: var(--clr4);
    text-align: left;
}
h5{
    font-size: 2rem;
    /* padding-left: 1rem; */
    /* border-left: 0.5rem solid; */
    padding-top: 10px;
    padding-bottom: 10px;
    border-color: var(--clr4);
    text-transform: uppercase;
    color: var(--clr4);
    text-align: left;
}
h6{
    font-size: 1.5rem;
    /* padding-left: 1rem; */
    /* border-left: 0.5rem solid; */
    padding-top: 5px;
    padding-bottom: 10px;
    border-color: var(--clr7);
    text-transform: uppercase;
    color: var(--clr7);
    text-align: left;
}

a {
    text-decoration: none;
    color: inherit;
}

.navbar-header {
    background-color: var(--clr4);
    height: 9ch;
    padding: 0 5vw;
}
nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: rgba(92, 32, 24, 0.7);
    backdrop-filter: blur(3px);
    padding: 0 5vw;
}

/*.navbar-nav {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}*/

.navbar-link {
    color: var(--clr2);
    font-size: 1.7rem;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 1.5rem;
}
nav ul {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

nav li {
    height: 80px;
    line-height: 80px;
}

nav li:first-child{
    margin-right: auto;
}

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 70%;
    height: 100vh;
    background: var(--clr4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.menu-button {
    display: none;
    align-self: flex-start;
}

.home-container {
    display: flex;
    position: relative;
    height: 45vh;
    align-items: center;
    text-align: center;
    justify-content: center;
    background-image: linear-gradient(var(--clr4) 75%, rgba(0, 0, 0, 0) 95%);

}

.home_content{
    flex-basis: auto;
    padding: 50px;
    box-sizing: border-box;
    background: white;
    border: 2px solid white;
    border-radius: 10px;
}


.button1 {
    color: var(--clr5);
    width: 20ch;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 5%;
    background-color: var(--clr4);
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.5ch;
    border-radius: 2.5ch;
    height: 5ch;
    font-weight: 600;
    font-size: 1.2rem;
}

.problem {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    text-align: center;
    padding-left: 10%;
    padding-right: 5%;
    padding-top: 2%;
    width: 100%;
}

.solution {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    text-align: center;
    padding-left: 5%;
    padding-right: 10%;
    padding-top: 2%;
    width: 100%;
}

.project-container {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: center;
}
.section-container {
    padding-top: 9ch;
}

.styled-paragraph {
    font-size: 1.3rem;
    color: var(--clr3);
    text-align: justify;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.update-container {
    padding-left: 10%;
    padding-right: 5%;
    align-items: center;
    justify-content: center;
}
.blog-title {
    padding-top: 1%;
    font-size: 1.9rem;
    text-transform: none;
}
.blog-text {
    font-size: 1.3rem;
    color: var(--clr3);
    text-align: justify;
    display: flex;
    flex-direction: column;
    padding-right: 5%;
    padding-top: 1%;

}

.button {
    color: var(--clr5);
    width: 20ch;
    margin: 20px;
    background-color: var(--clr4);
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.5ch;
    border-radius: 2.5ch;
    height: 5ch;
    font-weight: 600;
    font-size: 1.2rem;
}

.blog-button-container {
    display: flex;
    flex-direction: row;
    height: 20vh;
    justify-content: center;
    align-items: center;
}
<!-- -->

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, 285px);
    text-align: center;
    justify-content: center;
    
}

.member-link {
    width: 100%;
    padding: 20px 0;
}

.member-img {
    width: 50%;
    border-radius: 50%;
}

.member-name {
    color: var(--clr4);
    font-size: 2rem;
    font-weight: 600;
}

footer {
    position: relative;
    bottom: 0;
    display: flex;
    width: 100%;
    background-color: var(--clr4);
    min-height:8rem;
}

.footer-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    width: 100%;
    margin: 25px 10%;
    gap: 50px 200px;
}

.contact-info {
    display: flex;
    align-items: center;
    justify-content: center;
}

.darken:hover {
    transform: translateY(5px);
    transition: 0.7s;
    color: white;
}

.parallax {
    background-image: url("../images/background2.png");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100px;
}

.coming-soon-container {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 50px;
}

.blog-post {
    border: #5c2018 solid 1px;
    border-radius: 10px;
    margin: 2%;
    padding-top: 2%;
    padding-left: 2%;
    padding-bottom: 4%;
    width: 96%;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
}
h4.blog{
    text-transform: none;
}
.navbar-title {
    display: none;
}

.blog-images-container {
    display: flex;
    flex-direction: row;
}

.blog-img {
    position: relative;
    width: 30%;
    height: auto;
    padding-right: 2%;
    padding-top: 1%;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

/* Hover effect: Dim image */
.blog-img:hover {
    opacity: 0.8;

}

.box-images-container {
    display: flex;
    flex-direction: row;
    justify-content: start;

}

.box-images {
    width: 15%;
    height: 10%;
    margin: 1%;
}



/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    align-items: center;
    justify-content: center;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    position: relative;
    display: flex;
    margin: auto;
    max-width: 900px;
    align-items: center;
    justify-content: center;
}

.modal-content img {
    width: 90%;
    height: auto;
}

.modal-content img.img03 {
    width: 100%;
    height: auto;
}
/* Add Animation */
.modal-content {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

.video-container video {
    width: 1280px;
    height: 720px;
    max-width: 100%;
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 0;
    right: 8%;
    -webkit-animation-name: zoom;
    animation-duration: 1.2s;
    color: var(--clr3);
    font-size: 40px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
.sponsor-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2%;
    margin-bottom: 2%;
}

.material-img {
    height: 216px;
    width: 384px;
    margin-top: 2%;
}
.video-images {
    width: 20%;
    height: 20%;
}
.build-images-container {
    padding-top: 2%;
    display: grid;
    grid-template-columns: repeat(auto-fit, 200px);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: start;
    justify-content: start;
}
.build-images {
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 600px) {
    .hideOnMobile {
        display: none;
    }
    .ul {
        display: flex;
        flex-direction: column;
    }
    .menu-button {
        display: block;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    nav {
        height: 8vh;
        align-items: start;
        justify-content: start;
    }
    .navbar-header {
        height: 8vh;
    }
    .parallax {
        display: none;
    }
    .home-container {
        height: 40vh;
    }
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 20px;
    }
    h4{
        font-size: 20px;
    }
    .blog-title {
        font-size: 18px;
        text-transform: none;
    }
    .project-container {
        flex-direction: column;
        padding: 10%;

        align-items: center;
        justify-content: center;
    }
    .solution {
        align-items: center;
        justify-content: center;
        padding-top: 5%;
        padding-right: 0;
        padding-left: 0;

    }
    .problem {
        align-items: center;
        justify-content: center;
        padding: 0;
    }
    .blog-post {
        padding: 6%;
    }
    .navbar-title {
        display: inline-block;
        color: var(--clr2);
        font-size: 1.4rem;
        text-transform: uppercase;
        font-weight: 700;
        text-align: center;
        align-items: start;
        justify-content: center;
    }

    .blog-images-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .blog-img {
        width: 95%;
        height: auto;
        padding: 3%;
    }

    .modal [hidden] {
        display: none;
    }

    .modal-content {
        display: none;
    }
    .form-images-container {
        display: flex;
        flex-direction: column;
        justify-content: left;
        align-items: flex-start;
        margin-top: 5%;
    }
    #forms1 {
        width: 75%;
    }
    #forms2 {
        width: 90%;
    }
    #forms3 {
        width: 60%;
    }
    .material-img{
        width: 100%
    }
    .video-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .video-images {
        width: 100%;
        height: 100%;
    }
    .sponsor-grid{
        display: flex;
        flex-direction: column;
    }

    .build-images-container {
        padding-top: 2%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .build-images {
        width: 75%;
    }

    .box-images-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .box-images-container video {
        width: 79%;
    }

    .box-images {
        width: 75%;
    }

    .video-container video {
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 1730px) and (min-width: 1139px) {
    .team-grid {
        display: grid;
        grid-template-columns: repeat(3, 285px);
        text-align: center;
        justify-content: center;
    }

    @media screen and (max-width: 870px) and (min-width: 601px) {
        .blog-images-container {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

    }
    hr {
        display: block;
        height: 1px;
        border: 0;
        border-top: 1px solid var(--clr3);
        margin: 1em 0;
        padding: 0;
    }
}

