main section {
    margin-bottom: 120px;
}

main .last-section {
    margin-bottom: 50px;
}

p {
    font-size: 22px;
    font-weight: 200;
}

#main-banner {
    display: flex;
    position: relative;
    width: auto;
    height: 83vh;
    overflow-x: hidden;
    margin-bottom: 40px;
}

#main-banner img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    justify-content: center;
    user-select: none;
}

#main-banner .button {
    display: flex;
    position: absolute;
    width: 100%;
    bottom: 10%;
    justify-content: center;
}

#main-banner .button a span {
    font-family: var(--primary-font);
    letter-spacing: 1px;
}

#badges {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0rem 0;
    margin-bottom: 70px;
}

.badge {
    display: flex;
    width: fit-content;
    justify-content: center;
    margin-right: 20px;
}

.badge:last-child {
    margin-right: 0;
}

.badge a {
    justify-content: center;
    max-width: fit-content;
}

.badge img {
    min-width: 100px;
    max-width: 200px;
}

#product-intro {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#product-intro div:first-child {
    margin-right: 50px;
}

#product-intro img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 400px;
    object-fit: cover;
    object-position: center;
    justify-content: center;
}

#product-intro div:last-child {
    min-width: 47.5%;
    margin-top: 40px;
}

#updates {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow: hidden;
    width: 100%;
    height: fit-content;
}

#updates>div {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 300px;
    margin-right: 2.5em;
}

#updates>div:last-child {
    margin-right: 0;
}

#updates>div img {
    min-width: 200px;
    width: 100%;
    min-height: 200px;
    object-fit: cover;
    object-position: center;
    justify-content: center;
}

#updates>div div {
    margin-top: 12px;
}

#updates>div div span {
    background-color: var(--alternative-background-color);
    color: var(--alternative-text-primary-color);
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-right: 10px;
    padding: 5px;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
}

#updates>div h3 {
    font-size: 26px;
    color: var(--text-tertiary-color);
    font-weight: 800;
    letter-spacing: 1px;
    margin: 25px 0 8px 0;
}

#updates>div p {
    font-size: 17px;
    font-weight: 200;
    margin: 4px 0 0 0;
}

#screenshots {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
}

#screenshots a {
    width: 100%;
    margin-right: 30px;
}

#screenshots img {
    width: 100%;
    min-height: 140px;
    object-fit: cover;
    object-position: center;
    justify-content: center;
}

#screenshots :last-child {
    margin-right: 0;
}

#how-to-play {
    width: 100%;
}

#how-to-play-head {
    display: block;
    position: relative;
    width: auto;
    height: fit-content;
    margin-bottom: 50px;
}

#how-to-play-head img {
    width: 100%;
    min-height: 40vh;
    opacity: var(--primary-opacity);
    object-fit: cover;
    object-position: center;
    justify-content: center;
}

#how-to-play-head div {
    position: absolute;
    top: 20%;
    text-align: left;
    padding: 0 60% 0 15%;
}

#how-to-play-head div h1 {
    color: var(--alternative-text-color);
}

#how-to-play-head div p {
    color: var(--text-secondary-color);
}

#features {
    display: flex;
    flex-direction: column;
    width: auto;
    height: fit-content;
    position: relative;
}

#features>div {
    display: flex;
    flex-direction: rev;
    margin-bottom: 12em;
    justify-content: space-between;
}

#features .reverse {
    flex-direction: row-reverse;
}

#features>div:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#features img {
    width: 55%;
    min-height: 80vh;
    object-fit: cover;
    object-position: center;
    justify-content: center;
}

#features>div div {
    width: 35%;
    align-items: center;
}

@media (max-width: 1600px) {
    #how-to-play-head div {
        padding: 0 50% 0 15%;
    }
}

@media (max-width: 900px) {
    #how-to-play-head div {
        padding: 0 40% 0 10%;
    }

    #updates>div {
        margin-right: 0;
    }

    #updates>div:first-child {
        margin-right: 2.5em;
    }

    #updates>div:last-child {
        display: none;
    }

    #screenshots div {
        display: none;
    }

    #screenshots div:first-child {
        display: flex;
    }

    #product-intro {
        flex-direction: column;
        margin-bottom: 2.5rem;
    }

    #product-intro div:first-child {
        display: none;
    }

    #product-intro div:last-child {
        margin-top: 0.5rem;
    }

    #product-intro div:last-child h2 {
        display: none;
    }

    #badges {
        margin-bottom: 0;
    }

    #features>div {
        flex-direction: column !important;
        margin-bottom: 4.5em;
        align-items: center;
    }

    #features img {
        width: 70%;
        min-height: 40vh;
    }

}

@media (max-width: 800px) {
    #screenshots a {
        display: none;
        margin-right: 0px;
    }

    #screenshots a:first-of-type {
        display: flex;
    }

    #features>div div {
        width: auto;
    }

    #features img {
        width: 90%;
    }

    #main-banner {
        height: 550px;
    }

}

@media (max-width: 768px) {
    main section {
        margin-bottom: 60px;
    }
}

@media (max-width: 600px) {
    #how-to-play-head div {
        padding: 0 10% 0 10%;
    }

    #updates>div {
        min-width: 300px;
    }

    #updates>div:first-child {
        margin-right: 1.5em;
    }

    #features>div {
        margin-bottom: 2.5em;
    }

}