.nav-toggler {
    position: fixed;
    z-index: 1002;
    top: 0.25%;
    left: 30px;
    height: 50px;
    width: 50px;
    border-radius: 20%;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
}

.line {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #235573;
    transition: transform 0.3s ease-out, opacity 0.1s ease-out;
}

.l1 {
    transform: translateY(-10px);
}

.l3 {
    transform: translateY(10px);
}

.nav-toggler.active .l1 {
    transform: translateY(0px) rotate(45deg);
}

.nav-toggler.active .l2 {
    opacity: 0;
}

.nav-toggler.active .l3 {
    transform: translateY(0px) rotate(-45deg);
}

nav {
    position: fixed;
    width: 12vw;
    height: 101vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #1B4056;
    border-right: 0.3px solid black;
    border-radius: 0.5rem;
    transform: translateX(-100%);
    transition: transform 0.3s cubic-bezier(.17,.67,.17,.67);
    z-index: 1001;
}

nav.active {
    transform: translate(-1%);
}

nav a {
    font-family: Quicksand, sans-serif;
    color: #000000;
    font-size: 20px;
    display: flex;
    margin: 10px 0;
    text-decoration: none;
    background-color: #235573;
    justify-content: center;
    align-items: center;
    width: 10rem;
    height: 2rem;
    border-radius: 0.4rem;
}

nav a:hover {
    background-color: #2a658a;
    border: 1.5px solid #142c3b;
}

#ingame {
    position: fixed;
    z-index: 1002;
    border-radius: 20%;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #235573;
    width: 70%;
    height: 5%;
    border-radius: 20px;
}

.wallpaper {
    height: 55rem;
    background-image: linear-gradient( #1b1b1b00, #1B4056 );
}

#nav-menu {
    position: relative;
}

#logo {
    margin-left: 90%;
}

#header-box, #nav-ui button {
    margin-left: 10px;
}

body #arrow-down {
    display: flex;
    flex-direction: row;
    justify-self: center;
    align-items: end;
    position: fixed;
}

#arrow-down {
    background-color: #ffffff00;
    top: 42rem;
    left: 48.75%;
    border: none;
    z-index: 1;
}

.wallpaper {
    display: flex;
    justify-content: center;
}

#title {
    display: flex;
    flex-direction: column;
    color: #ffffff;
    align-items: center;
    justify-content: center;
}

h1 {
    position: fixed;
    font-size: 60px;
}

h2 {
    position: fixed;
    margin-top: 10rem;
    font-size: 30px;
}

body #footer-box {
    width: 100%;
    height: 5.10rem;
    width: 100%;
    bottom: 0;
    background-color: #173344;
    z-index: 100;
}

body header {
    background-color: #173344;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.level-one{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}


#footer-box a {
    font-family: Quicksand, sans-serif;
    color: #0a1d29;
    display: flex;
    text-decoration: none;
}

t {
    color: #265370;
}

#footer-box a:hover {
    background-color: #1d445e8e;
    border: 1.5px solid #142c3b;
    border-radius: 0.4rem;
}

#footer-box .level-two{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    gap: 1rem;
}

.level-two p {
    color: black;
    font-size: 12px;
}

#footer-box .level-three{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: small;
}

nav fieldset {
    color: #447797;
    border: 0.15rem dashed #834206ec;
    border-radius: 2rem;
}

nav legend {
    padding: 0.5rem;
}

#field-ing legend {
    margin-left: 3.3rem;
}

#field-rp legend {
    margin-left: 2.8rem;
}

#field-outofgame legend {
    margin-left: 2.9rem;
}

#bar {
    background-color: #000000;
    padding: 0.5px;
    width: 80%;
    margin-left: 11rem;
    margin-right: 4rem;
}