* {
    font-family: "Gotham Book", sans-serif;
}

header {
    background-color: #d03031;
    height: 66px;
}
.navbar.navbar-dark {
    background-color: #d03031;
}
section.hero {
    margin-top: 66px;
}

.form-title2 h1 {
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    color: #fff;
    margin-bottom: 10px;
}

.form-title2 h1 span {
    color: #fff;
    line-height: 50px;
    font-weight: 800;
    font-size: 40px;
}

.mt-40 {
    color: #fff;
    margin-top: 40px !important;
}


.section-banner2 {
    height: 94vh;
}

.desktop-banner {
    text-align: center;
}

.desktop-banner .banner-content-details-img {
    display: flex;
    justify-content: center;
}

.desktop-banner .banner-content-details-img img {
    height: 450px;
    width: auto;
    margin: 0 auto;
}

.desktop-banner .game-banner-padding {
    padding: 1rem 0 0;
}

.desktop-banner .banner-title h1 {
    color: #FFF6AB;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    margin-bottom: 16px;
}

.logo img {
    height: 45px;
    width: auto;
}

.desktop-banner .banner-title p {
    color: #ffffff;
    font-style: italic;
    font-size: 14px;
    text-align: center;
    opacity: 0.6;
    margin-bottom: 20px;
}

.app-qr {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
}

.app-qr img {
    width: 150px;
}

.qr-text {
    text-align: center;
    width: 50%;
}

.qr-text p {
    font-size: 28px;
    color: #ffffff;
}

.nav-link {
    font-size: 14px;
    font-weight: bold;
    color: #fff!important;
}
/* Desktop */
@media(min-width: 768px) {
    .nav-link {
        font-size: 14px;
        font-weight: bold;
        color: #fff!important;
        padding: 0px 30px;
        margin: 0px 16px;
    }
    #desktop-hero {
        margin-top: 1rem;
    }

    #desktop-hero .form-title2 h1 {
        color: #FFF6AB;
        font-weight: bold;
        font-size: 40px;
        text-align: left;
        margin-bottom: 16px;
        text-align: center;
    }

    .banner-details {
        top: 0px;
    }

    .desktop-banner .banner-content-details-img {
        margin: 0 auto;
    }

    .hero__download {
        width: 75%;
    }
}

/* Other Pages */
.news-article {
    margin-top: 100px;
}

/* Mobile */
@media(max-width: 768px) {
    .app-qr {
        display: none;
    }

    #desktop-hero .form-title2 h1 {
        font-style: italic;
        text-align: center;
    }

    .desktop-banner .banner-content-details-img img {
        height: 300px;
    }
}