* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    width: 100%;
    height: 100vh;

}

.header {
    width: 100%;
    height: 150px;
}

.topline {
    width: 100%;
    height: 5px;
    background-color: #D9FD34;
}

.header ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-left: 12%;
}

.header li {
    float: left;

}

.header li a {
    font-family: 'Orbitron', sans-serif;
    font-size: 0.6em;
    font-weight: 700;
    letter-spacing: 1px;
    display: block;
    color: #FFF;
    padding-top: 80px;
    padding-left: 20px;
    text-decoration: none;
}

a {
    color: white;
    text-decoration: none;
}

.header li a:hover {
    color: #D9FD34;
}

.section {
    
    background-image: url('images/bserk_hero.png');
    /* Full height */
    width: 100%;
    height: 100vh;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.section h1 {
    width: 45%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    display: block;
    margin: 0 auto;

}



.section p {
    font-family: 'Archivo Black', sans-serif;
    font-size: 4rem;
    letter-spacing: 1px;
    text-align: center;
    color: #D9FD34;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    display: block;

}



.team-head-text {
    font-size: 48px;
    line-height: 50px;
    font-weight: 900;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 70px;
    margin-left: 0px;
}

.name {
    font-size: 18px;
    color: #000;
    margin-top: 11px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-weight: 700;
}

.position {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.row {
    width: 170px;
    margin: 0 auto;
    display: flex;
    padding-top: 55px;
}

/* Create three equal columns that sits next to each other */
.column {
    flex: 33.33%;
    padding: 8px;
}

.contact {

    background-color: #D9FD34;

    /* Full height */
    width: 100%;
    height: 50vh;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.contact h1 {
    font-family: 'Orbitron', sans-serif;
    font-size: 1.2em;
    font-weight: 900;
    color: #000;
    padding-top: 125px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 5px;

}

.contact p {
    font-family: 'Orbitron', sans-serif;
    font-size: 0.8em;
    color: #000;
    text-align: center;
    padding-top: 10px;
    text-decoration: none;
}

.contact p a {
    color: #000;
    text-decoration: none;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 140px;
}

.footer p {
    font-family: 'Orbitron', sans-serif;
    font-size: 0.6em;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    display: block;
    color: #FFF;
    padding-top: 1px;
    text-decoration: none;
}
























@media only screen and (max-width: 968px) {

    body {
        width: 100%;
        height: 100dvh;
    
    }

    .section h1 {
        width: 350px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        display: block;
        margin: 0 auto;

    }

    .contact p {
        font-family: 'Orbitron', sans-serif;
        font-size: 0.8em;
        color: #000;
        text-align: center;
        padding-top: 10px;
        text-decoration: none;
    }

    .partners .row {
        width: 320px;
        padding-top: 50px;
    }

    .header li a {
        font-family: 'Orbitron', sans-serif;
        font-size: 0.6em;
        font-weight: 700;
        letter-spacing: 1px;
        display: block;
        color: #FFF;
        padding-top: 160px;
        text-decoration: none;
    }

    .about p {
        font-family: 'Orbitron', sans-serif;
        font-size: 0.7em;
        color: #000;
        text-align: center;
        padding-top: 15px;
        text-decoration: none;
    }

    .teams {

        background-color: #D9FD34;

        /* Full height */
        width: 100%;
        height: 155vh;

        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;

    }

    .teams h1 {
        font-family: 'Orbitron', sans-serif;
        font-size: 1em;
        font-weight: 900;
        color: #D9FD34;
        padding-top: 30px;
        padding-left: 30px;
        padding-bottom: 15px;
        text-decoration: none;
        letter-spacing: 5px;

    }

    .section p {
        font-family: 'Archivo Black', sans-serif;
        font-size: 3.2em;
        letter-spacing: 1px;
        padding-top: 100px;
        color: #D9FD34;
        text-align: left;
        padding-left: 30px;

    }


}