@font-face { font-family: MinecraftTen; src: url('./assets/fonts/MinecraftTen.woff'); } 
@font-face { font-family: Minecraft; src: url('./assets/fonts/Minecraft.otf'); } 
@font-face { font-family: MinecraftFive; src: url('./assets/fonts/MinecraftFive-Regular.woff2'); }
::-webkit-scrollbar {
    display: none;
}
@media (prefers-color-scheme: dark) {
    a {
        color: #fd73ff !important;
    }
    body {
        background-color: #232323 !important;
        color: white !important;
    }
    .topnav {
        background-color: #181818;
    }
    .topnav a {
        color: #d3a7ff;
    }
    .topnav a:hover {
        background-color: #8000ff;
        color: white;
    }
    .topnav a.active {
        background-color: #4d009a;
        color: white;
    }
    input[type="checkbox"] {
        border: 2px solid #df40ff !important;
    }
    .hamburger .bar, .hamburger:after, .hamburger:before {
        background-color: white !important;
    }
    .mobile-nav {
        background-color: #181818 !important;
    }
}
@media (prefers-color-scheme: light) {
    .topnav {
        background-color: #FFFFFF;
    }

    .topnav a {
        color: #373097;
    }

    .topnav a:hover {
        background-color: #e9d3ff;
        color: #8000ff;
    }

    .topnav a.active {
        background-color: #4d009a;
        color: white;
    }
}
.contactContainer {
    width: 100vw; 
    display: flex; 
    flex-direction: row; 
    align-items: flex-start; 
    justify-content: space-between; 
    margin-top: 10vh;
}
.topnav {
    z-index: 30;
    height: 5vw;
    top: 0;
    position: -webkit-sticky;
    position: sticky;
}

.topnav a {
    font-family: 'MinecraftTen';
    float: right;
    display: block;
    text-align: center;
    padding: 1.2vw 1.5vw;
    text-decoration: none;
    font-size: 2vw;
    transition: 0.25s;
}
.topnav .icon {
    display: none;
}
.hamburger {
    margin: 2vw;
    margin-left: 85vw;
    z-index: 200;
    display: none;
    position: fixed;
    width: 50px;
    cursor: pointer;
    appearance: none;
    background: none;
    outline: none;
    border: none;
}
.hamburger .bar, .hamburger:after, .hamburger:before {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    margin: 6px 0px;
    transition: 0.25s;
}

.hamburger.is-active:before {
    transform: rotate(-45deg) translate(-8px, 6px);
}

.hamburger.is-active:after {
    transform: rotate(45deg) translate(-9px, -8px);
}

.hamburger.is-active .bar {
    opacity: 0;
}

.mobile-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    min-height: 100vh;
    padding-top: 120px;
    transition: 0.25s;
}

.mobile-nav.is-active {
    left: 0;
}

.mobile-nav a {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto 16px;
    text-align: center;
    padding: 12px 16px;
    text-decoration: none;
}
body {
    overflow-x: hidden;
    background-color: #F8ECEC;
    font-family: 'MinecraftFive';
    margin: 0;
}

h2 {
    font-size: 3vw;
    margin-top: 10vh;
    margin-left: 10vw;
    margin-bottom: 6vh;
}
.email {
    width: 100%;
    height: 20vh;
    font-family: 'Minecraft';
    font-size: 2.5vw;
    font-weight: bolder;
    text-align: center;
    text-decoration: none;
    color: black;
}
form {
    border-radius: 1vw;
    max-width: 50vw;
    width: 80%;
    margin: 0;
    padding: 2vw;
}

label {
    color: white;
    display: block;
    margin: 0.5vw;
    font-size: 2vw;
}

input[type="text"],
input[type="email"],
textarea {
    font-family: 'Minecraft';
    font-size: 1.5vw;
    color: white;
    width: 100%;
    height: fit-content;
    padding: 8px;
    margin-bottom: 10px;
    background-color: #151515;
    border: none;
    border-radius: 20px;
    resize: vertical;
}
textarea {
    height: 20vh;
}
#genericButton {
    color: #832087;
    border: none;
    border-radius: 0.5vw;
    margin-top: 2vw;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #EBA2EB;
    font-family: 'MinecraftTen';
    font-size: 2.5vw;
    transition: 0.25s;
}
#genericButton:hover {
    background-color: #a800a8;
    border-radius: 0.5vw;
    color: #fcf2ff;
}
#genericButton:active {
    transform: translate(10px,10px);
    box-shadow: 0.15vw 0px 0px 0.15vw #a800a8, -0.15vw 0px 0px 0.15vw #a800a8, 0px 0.15vw 0px 0.15vw #a800a8, 0px -0.15vw 0px 0.15vw #a800a8, 0.5vw 0.5vw 0px 0.5vw #2a002a;
}
.form-control {
    font-size: 1.3vw;
    font-family: 'Minecraft';
    border-radius: 5px;
}
.hidden{
    height: 4.5vw;
}
#fakeLogo {
    position: fixed;
    height: 5vw;
    display: flex;
    align-items: center;
    margin-left: 5.5vw;
    font-family: 'MinecraftTen';
    font-size: 2vw;
    line-height: 0.85;
    z-index: 40;
}
#discordButton {
    border: none;
    border-radius: 0.5vw;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #4229B9;
    color: #FFFFFF;
    font-family: 'MinecraftTen';
    font-size: 3.5vw;
    transition: 0.25s;
}
#discordButton:hover {
    border-radius: 1vw;
    background-color: #1b0879;
    color: #fcf2ff;
}
#discordButton:active {
    border-radius: 1.5vw;
    background-color: #100546;
    transform: translate(10px,10px);
}
#mobileNav {
    display: none;
}
.contactText {
    font-family: 'Minecraft'; 
    font-size: 1.5vw; 
    text-align: center;
}
@media (max-aspect-ratio: 3/4) {
    .contactText {
        font-size: 2vh;
    }
    .contactContainer {
        margin-top: 5vh;
        flex-direction: column;
    }
    .contactContainer > :last-child {
        margin-top: 5vh;
    }
    .email {
        font-size: 2.5vh;
    }
    #fakeLogo {
        height: 15vw;
        margin-left: 16vw;
        font-size: 3vh;
    }
    .hidden{
        height: 7vh;
    }
    #discordButton {
        font-size: 8vw;
        width: 40vw !important;
        height: 6vh !important;
    }
    label {
        font-size: 5.5vw;
    }
    textarea {
        width: 80vw !important;
    }
    input[type="text"] {
        width: 80vw !important;
    }
    input[type="email"] {
        width: 80vw !important;
    }
    form {
        height: 43vh !important;
        max-width: 90vw !important;
    }
    h1 {
        margin: 0;
        font-size: 4.5vh;
        letter-spacing: 0.5vw;
        margin-left: 10vw;
    }
    h2{
      font-size: 10vw;
    }
    .averageText{
      font-size: 4vw;
      letter-spacing: -0.75px;
    }
    .mobile-nav {
        display: flex;
        flex-direction: column;
    }
    .hamburger {
        display: block;
    }
    #desktopNav {
        display: none;
    }
    .topnav {
      height: 15vw;
    }
    .topnav a {
      padding: 4vw 2vw;
      font-size: 8vw;
    }
    #genericButton {
        margin-top: 2vh !important;
        font-size: 8vw !important;
    }
}