body, main {
    width: calc(100vw - (100vw - 100%));
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 40px;
    font-family: "Jetbrains Mono";
}

h2 {
    font-size: 35px;
    font-family: "Jetbrains Mono";
}

p {
    font-family: "Jetbrains Mono";
}

@media (width < 700px) {
    h2 {
        font-size: 20px;
    }
}

.full_width {
    width: calc(100vw - (100vw - 100%));
}

.full_height {
    height: 100%
}

.introduction_height {
    height: calc(100vh - 100px);
}

.container_introduction {
    height: 100vh;
    display: flex;
    justify-content: flex-start;
    flex-direction: column-reverse;
    align-items: center;
}

.kiwick_introduction_container {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center
}

.introduction_text {
    text-align: center;
    color: #ffffff;
    font-family: "Jetbrains Mono";
    margin-bottom: 4%;

}

@media (width < 500px) {
    .introduction_text {
        margin-bottom: 10%;
    }
}

.kiwick_image_container {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.nav_image {
    width: 200px;
    position: absolute;
    top: 25px;
    left: 25px;
}
@media (width < 700px) {
    .nav_image {
        left: calc((100vw - 200px) / 2);
        top: 125px;
    }
}
@media (width < 600px) {
    .nav_image {
        left: calc((100vw - 150px) / 2);
        top: 100px;
    }
}
.nav_image img {
    width: 200px;
}
@media (width < 600px) {
    .nav_image img {
        width: 150px;
    }
}

.kiwick_image_white {
    width: 75%;
    max-width: 600px;
}

.kiwick_video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.kiwick_background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -100;
    object-fit: cover;
    background-image: url("./img/kiwick/KiwickBackground01.jpg");
    background-repeat: repeat;
    background-size: 40%;
}

.social_media_list {
    position: absolute;
    top: 25px;
    right: 25px;
    display: flex;
    flex-direction: row-reverse;
}

@media (width < 700px) {
    .social_media_list {
        right: 0;
        justify-content: space-around;
        width: 100%;
    }
}

.social_media_button {
    width: 75px;
    height: 75px;
    border-radius: 75px;
    background-color: #06ABF9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
}

@media (width < 600px) {
    .social_media_button {
        width: 50px;
        height: 50px;
        margin-left: 0;
    }
}

.social_media_button img {
    width: 40px;
}

@media (width < 600px) {
    .social_media_button img {
        width: 25px;
    }
}

.kiwick_section_title {
    height: 100px;
    background-color: #06ABF9;
    text-align: center;
    align-content: center;
    padding: 0;
    margin: 0;
}

.kiwick_game {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 25px 0;
}
@media (width < 800px) {
    .kiwick_game {
        flex-direction: column;
    }
}
.kiwick_game_img {
    width: 30%;
    object-fit: contain;
}
@media (width < 800px) {
    .kiwick_game_img {
        width: 70%;
    }
}
.kiwick_game_content {
    width: 50%;
}
@media (width < 800px) {
    .kiwick_game_content {
        width: 80%;
    }
}
.kiwick_game_title {
    color: #ffffff;
    margin: 0;
    padding: 0;
    font-size: 45px;
}
@media (width < 800px) {
    .kiwick_game_title {
        display: none;
    }
}
.kiwick_game_description {
    color: #ffffff;
    margin: 25px 0;
    padding: 0;
}
.kiwick_game_button {
    color: #000000;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 250px;
    height: 50px;
    border-radius: 15px;
    background-color: #06ABF9;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (width < 800px) {
    .kiwick_game_button {
        margin: 0 auto;
    }
}

#kiwick_game_rekindled_trails {
    background-image: url("./img/kiwick/RekindledTrailsBG.png");
    background-size: cover;
    background-position: right center;
}
@media (width < 800px) {
    #kiwick_game_rekindled_trails {
        background-size: cover;
        background-position: 95% center;
    }
}

.footer {
    min-height: 300px;
    display: flex;
    align-items:center;
    justify-content: space-between;
    object-fit: cover;
    background-image: url("./img/kiwick/KiwickBackground01_Negative.jpg");
    background-repeat: repeat;
    background-size: 50%;
    padding: 0 10%;
    flex-direction: row;
}

@media (width < 1200px) {
    .footer {
        justify-content: center;
    }
}

@media (width < 1000px) {
    .footer {
        flex-direction: column
    }
}

@media (width < 500px) {
    .footer {
        min-height: 200px;
        padding: 0 20%;
    }
}

.footer_items {
    margin: 25px 0 0 0;
    display: flex;
    align-items:center;
}

@media (width < 500px) {
    .footer_items {
        margin: 0 0 20px 0;
        flex-direction: column;
    }
}

.footer_img {
    width: 250px;
    margin: 0 60px 0 0;
}

@media (width < 500px) {
    .footer_img {
        width: 80%;
        margin: 20px 0;
    }
}

.footer_text {
    font-family: "Comfortaa";
}

.footer_social_media_list {
    display: flex;
    flex-direction: row-reverse;
    margin: 50px 0;
}

@media (width < 500px) {
    .footer_social_media_list {
        display: none;
    }
}
