.navbar .menu-icon {
    background:#6A6BF4 !important;
}

.hero {
    height:90vh;
    background-image:linear-gradient(rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.3)), url('../../images/Classroom-shots/0F7A1132.jpg');
    background-position: 50% 30%;
    background-repeat: no-repeat;
    background-size: 100%;
    color:white;
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    padding: 0 5vw;
    padding-bottom:5vh;
}

.hero h1 {
    font-size:7vw;
    font-weight:400;
    line-height:1;
    letter-spacing:-5px;
    margin-top:10vh;
    font-family: 'Space Mono', monospace;
    text-transform:uppercase;
}

h3 {
    font-weight:400;
}

.hero .title-container {
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    width:90vw;
}

/* .navbar {
    background:rgba(255,255,255,0.4);
    backdrop-filter: blur(40px);
    border: 1px solid rgba(255,255,255,0.15);
} */

.content div {
    display:flex;
    flex-direction: column;
    gap:3vh;
}

.content .links {
    display:flex;
    flex-direction: row;
    gap:0;
}

.content {
    width:100%;
    padding:10vh 10vw;
    padding-bottom:0;
    display: flex;
    flex-direction: column;
    gap:3vh;
}

p {
    font-size:var(--small-font-size);
}

.scroll-container h2 {
    margin-bottom:1.5vh;
}

.content > div {
    margin-top:3vh;
}

.content a {
    text-decoration: none;
    display: inline-block;
    color: black;
    padding:1vh 1.5vw;
    border-radius: 1000px;
    border: 2px solid black;
    font-size: var(--small-font-size);
    width:max-content;
    transition: background 0.3s ease, color 0.3s ease-in-out;
}

.content a:hover {
    color:white;
    background:black;
    transition: background 0.3s ease, color 0.3s ease-in-out;
}

.content .links {
    display:flex;
    gap:1.5vw;
    flex-wrap: wrap;
}

.content ul {
    display:flex;
    flex-direction: column;
    gap:1.5vh;
    font-size: var(--small-font-size);
    margin:1.5vh 5vw;
}

.content div a {
    font-size:var(--ascii-font-size);
}

@media screen and (max-width:1710px) {
    .projects {
        display:none;
    }

    .projects-mobile {
        display:block;
        width:100%;
        display:flex;
        flex-direction: column;
        padding:3vh 2.5vw;
        gap:1vh;
    }

    .projects-mobile .project {
        width:100%;
        height:30vh;
        background-size:cover !important;
        background-position: center !important;
        padding:2vh 2.5vw;
    }
}

@media screen and (max-width:1300px) {
    .hero a {
        margin-bottom:0;
        display:none;
    }
    .hero {
        background-size:cover !important;
        height:90vh;
    }

    
}

@media screen and (max-width:1000px) {
    .hero h1 {
        font-size:14vw;
    }
    
    .apply .image {
        transform:translate(0);
    }

    .apply .text p {
        margin-left:0 !important;
        width:100%;
    }

    .how p {
        width:100% !important;
    }

    .how .more-info {
        width:100% !important;
    }

    .how .main-text {
        font-size:var(--large-font-size-mobile);
    }

    .project h1 {
        font-size:var(--extreme-font-size-mobile)
    }

    .how .more-info p {
        font-size:var(--small-font-size-mobile);
    }

    .panel p {
        font-size:var(--small-font-size-mobile);
    }

    .apply, .how, .scroll-container > h2, .services, .cohort, .footer, .services h2 {
        padding-top:7.5vh;
        margin-top:0;
        margin-bottom:0;
        padding-bottom:0;
    }

    .footer {
        padding-bottom:5vh;
    }

    .services h2 {
        margin-bottom:1vh;
    }

    .content div a {
        padding:1vh 3vw;
    }
}
