.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/Miscellaneous/Carl-images/ns.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:9vw;
    font-weight:400;
    line-height:1;
    letter-spacing:-5px;
    margin-top:10vh;
    font-family:'Space Mono', monospace;
}

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

.hero a img {
    height:7vw;
}

.hero a {
    position:relative;
    overflow:hidden;
    display:inline-block;
    border-radius:100%;
    width:max-content;
    aspect-ratio:1/1;
    margin-bottom:3vh;
}

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

.hero a {
    z-index:2;
}

.hero a::before {
    z-index:-1;
    background:white;
}

.contact-info {
    width: 90vw;
    display:flex;
    flex-direction: column;
    gap:5vh;
    padding-top:10vh;
    margin-left: 5vw;
    padding-bottom: 5vh;
    text-align:left;
}

.contact-div div {
    display:flex;
    flex-direction: column;
    gap:1.5vh;
    align-items: center;
}

.contact-info .underline-button {
    /* margin-top:3vh; */
}

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

    .contact-div h2, .contact-div p {
        font-size:5vw !important;
    }    
}

@media screen and (max-width:1000px) {
    .hero h1 {
        font-size:13vw;
    }

    .footer {
        padding-top:0;
    }
}