.h-bg{
    background-color: #f7f7ff;
    border: 2px solid #eaeaf0;
    border-radius: 10vw;
    margin: 2vw 8%;
    padding: 0 3vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-shadow: rgba(13, 15, 51, 0.5) 0 0 1vw;
}

.h-left, .h-right, .h-menu{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

h1.h-logo{
    font-family: "Lulo Bold", sans-serif;
    font-size: 2.5vw;
    color: #0d0f33;
    margin: .06vw 0 .5vw 0;
    letter-spacing: -.15em;
}

.h-menu, .h-utils{
    margin: 0 2vw;
}

.h-utils{
    display: flex;
    align-items: center;
    justify-content: center;
}

.h-menu a, .h-utils a{
    font-size: 1.25vw;
    font-family: Tenorite,sans-serif;
    text-decoration: none;
    color: #5d5e76;
    margin: .1vw .4vw;
    padding: .5vw .5vw .3vw .5vw;
    background-color: rgba(0, 0, 0, 0);
    border-radius: .4vw;
    transition: ease-in-out .3s;
}

.h-menu a:hover, .h-utils a:hover{
    background-color: rgba(0, 0, 0, 0.05);
}

.h-drop-menu:hover + .h-menu-display,
.h-menu-display:hover{
    display: flex;
}

.h-menu-display{
    padding-top: 2.5vw;
    display: none;
    position: absolute;
    top: 65%;
    transform: translateX(-3vw);
    flex-direction: column;
}

.h-menu-hover{
    background-color: #f7f7ff;
    border: 2px solid #eaeaf0;
    border-radius: .85vw;
    padding: .3vw 0.02vw .3vw 0;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.h-menu-hover a{
    width: 6vw;
}

.f-bg{
    background-color: #0D0F33;
    border-radius: 4vw;
    padding: 0 8vw 4vw 8vw;
    margin: 0 14% 2% 14%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #f7f7ff;
    box-shadow: rgba(13, 15, 51, 0.5) 0 .2vw 1vw;
}

.f-name h1{
    font-family: "Lulo Bold", sans-serif;
    text-align: center;
    font-size: 8vw;
    letter-spacing: -.15em;
    margin: 0;
}

.f-line{
    background-color: #f7f7ff;
    height: 2px;
    width: 36vw;
}

.sbhalf{
    margin-bottom: .35vw;
}

.f-links{
    display: flex;
    flex-direction: column;
    margin: 0;
}

.f-links a, .f-links p{
    font-family: Tenorite, sans-serif;
    font-size: 1.35vw;
    text-decoration: none;
    text-align: center;
    color: #f7f7ff;
    margin: .25vw 0;
}

.f-socials{
    display: flex;
    flex-direction: row;
}

.f-socials a div{
    height: 1.35vw;
    width: 1.35vw;
    text-align: center;
    background-color: #f7f7ff;
    border-radius: 5vw;
    padding: .5vw;
    margin: 1vw .5vw 0 .5vw;
    color: #0D0F33;
    font-family: "Font Awesome 6 Brands",sans-serif;
    font-size: 1.25vw;
}

.f-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2vw;
}

.f-logo img{
    height: 6vw;
    width: auto;
}