* {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
}

nav {
    background-color: white;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

nav ul {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

nav li {
    height: 50px;
}

nav a {
    height: 100%;
    padding: 0px 30px;
    text-decoration: none;
    color: black;
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    font-family: sans-serif;
}

nav a:hover {
    background-color: #f0f0f0;
}

nav li:first-child {
    margin-right: auto;
    font-weight: bold;
    font-size: 1.4rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.sidebar {
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 999;
    width: 250px;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.458);
    backdrop-filter: blur(10px);
    box-shadow: -10px 0px 10px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    display: none;
}

.sidebar li {
    width: 100%;
    margin-left: 5%;
}

.sidebar a {
    width: 100%;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bolder;
    font-size: 1.5rem;
    color: black;
}

#menubtn {
    color: black;
}

#lander {
    content: "";
    position: relative;
    width: 100%;
    height: auto;
    background: url("bflp.jpg");
    z-index:99;
}

#welhead {
    color: #ff006f;
    font-family: "Madimi One", sans-serif;
    font-weight: bolder;
    font-size: 2.5rem;
    text-align: center;
}

#welat{
    color: white;
    font-size: 2rem;
    font-family: "Bebas Neue", sans-serif;
    text-align: center;
}

#oap{
    font-size: 1.2rem;
    color: white;
    /* margin-left: 15%; */
    font-family: "Germania One", system-ui;
    text-align: center;
}

#aboys{
    font-size: 2rem;
    font-family: "Paytone One", sans-serif;
    color: white;
    /* margin-left: 10%; */
    text-align: center;
}

#lmaa{
    color: white;
    font-size: 2rem;
    font-family: "Fugaz One", sans-serif;
    z-index: 999;
    text-align: center;
}

#lmaa a{
    color: white;
    font-size: 2rem;
    text-decoration: none;
}

#mkfhbox{
    text-align: center;
}

#lm {
    font-family: "Nova Flat", system-ui;
    text-align: center;
    font-size: 2rem;
    color: orangered;
}

#lmp{
    font-family: sans-serif;
    font-size: 1.5rem;
    text-align: center;
    color: darkorange;
}

#mksa{
    text-align: right;
    font-family: sans-serif;
    color: darkorange;
    font-weight: 300;
    font-size: 1.8rem;
}


@media only screen and (min-width:283px) and (max-width:800px) {
    nav li:first-child {
        font-size: 1rem;
        /* margin-right: 2%; */
    }

    #menubtn {
        display: flex;
    }

    .sidebar {
        width: 100%;
        transition: 0.5s linear;
    }

    #sb {
        display: flex;
        vertical-align: baseline;
    }
}

@media only screen and (min-width:282px) and (max-width:450px){
    .sidebar {
        width: 100%;
    }

    #menubtn {
        display: flex;
    }

    nav li:first-child a {
        font-size: 1rem;
        margin-left: -6%;
        display: flex;
    }

}

@media only screen and (max-width:281px) {

    .sidebar {
        width: 100%;
    }

    .backgroundcontainer {
        position: relative;
        height: 37em;
        width: 100%;
        overflow: hidden;
        background: #0c192c;
    }
}