body {
    font-family: 'Signika Negative', sans-serif;
}

body,html {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #514959;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: auto;
}

* {
    box-sizing: border-box;
}

*:before, *:after {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
    z-index: 1;
    margin: 0;
}

p {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    margin: 0;
    padding: 0;
}

img {
    margin: 0;
    padding: 0;
}

#topNavContainer {
    width: 100%;
    height: 81px;
    top: 0;
    display: block;
    position: fixed;
    width: 100%;
    transition: top 0.2s;
    z-index: 10;
}

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.8);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlayContent {
    position: relative;
    height: 100%;
    top: 30%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 30px;
    font-weight: bold;
    color: white;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #FF0000;
}

.overlay .closeButton {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    color: white;
}

.leftWing {
    top: 0;
    left: 0;
    height: 81px;
    width: 262px;
    display: block;
    position: absolute;
    z-index: 20;
}

.leftWing img {
    height: 100%;
    display: block;
    position: absolute;
    z-index: 100;
}

.rightWing {
    top: 0;
    right: 0;
    height: 81px;
    width: 262px;
    display: block;
    position: absolute;
    z-index: 20;
}

.rightWing img {
    height: 100%;
    display: block;
    position: absolute;
    z-index: 100;
}

.socialRowOverlay {
    display: flex;
    justify-content: center;
    margin-left: -3px;
}

.socialRowOverlay a {
    width: 0;
    height: 0;
}

.socialRow {
    height: 100%;
    width: 65%;
    right: 8px;
    position: absolute;
    display: flex;
    z-index: 101;
}

.socialColumn {
    padding: 0;
}

.socialColumn img {
    top: 30%;
    height: 25px;
}

.topNav {
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    border-bottom: 2px solid #FFFFFF;
    display: block;
    position: absolute;
    background-color: #30283A;
    font-family: 'Rubik', sans-serif;
    font-size: 20px;
    font-weight: bold;
    z-index: 10;
}

.topNavTitle {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    display: none;
}

.topNavTitle img {
    height: 100%;
    left: 50%;
    margin-left: -59px;
    display: block;
    position: absolute;
    padding: 3px 0 2px 0;
}

.hamburgerMenu {
    cursor: pointer;
    font-size: 30px;
    color: white;
    float: right;
    position: absolute;
    height: 60px;
    right: 0;
    font-weight: bold;
    line-height: 57.5px;
    padding: 0 20px;
    z-index: 80;
    font-family: 'Signika Negative', sans-serif;
}

.topNavHeadings {
    display: block;
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
}

.topNavList {
    height: 100%;
    display: inline-block;
}

.topNavListHeading {
    padding: 0 20px;
    height: 45%;
    top: 30%;
    display: block;
    position: relative;
    color: white;
}

.topNavListHeading:hover {
    color: red;
}

.bannerLs {
    display: block;
    position: relative;
    margin-top: 60px;
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #3e3845;
    background-image: url("images/headingBg.png");
}

.bannerLsCont {
    display: block;
    position: absolute;
    height: 100%;
}

.bannerTitle {
    display: block;
    position: absolute;
    height: 195px;
    right: 110px;
    top: 17.5%;
}

.bannerButtons {
    display: block;
    position: absolute;
    width: 400px;
    height: 50px;
    right: 60px;
    top: 70%;
}

.appleButton {
    display: block;
    position: absolute;
    height: 50px;
    left: 25px;
}

.googlePlayButton {
    display: block;
    position: absolute;
    height: 75px;
    right: 25px;
    margin-top: -12.5px;
    margin-right: -12.5px;
}

.bannerLsCont iframe {
    display: block;
    position: absolute;
    border: none;
    width: 560px;
    height: 315px;
    top: 17.5%;
    left: 0;
}

.bannerPt {
    display: none;
    position: relative;
    margin-top: 60px;
    width: 100%;
    height: 800px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("images/headingBg.png");
}

.bannerPt iframe {
    display: block;
    position: absolute;
    border: none;
    width: 560px;
    height: 315px;
    top: 51%;
    left: 50%;
    margin-left: -280px;
}

.sloganCont {
    display: block;
    position: relative;
    width: 100%;
    height: 600px;
    margin-top: 40px;
}

.slogan {
    display: block;
    position: absolute;
    width: 90%;
    height: 500px;
    left: 50%;
    top: 50%;
    margin-top: -250px;
    margin-left: -45%;
    /*margin-top: 50px;
    margin-left: auto;
    margin-right: auto;*/
    /*border-radius: 20px;
    box-shadow: 0 0 3px #000000;*/
    background-color: #635571;
    text-align: center;
    overflow: hidden;
}

.slogan p {
    position: absolute;
    font-size: 45px;
    font-family: 'Signika Negative', sans-serif;
    color: white;
    text-align: center;
    width: 100%;
    top: 33%;
    font-weight: bold;
}

.sloganLeft {
    display: block;
    position: absolute;
    width: 315px;
    height: 600px;
    top: 0;
    left: 5%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("images/sloganLeft.png");
}

.sloganRight {
    display: block;
    position: absolute;
    width: 315px;
    height: 600px;
    top: 0;
    right: 5%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("images/sloganRight.png");
}

.sloganBorder {
    position: absolute;
    width: 546px;
    height: 240px;
    left: 50%;
    top: 50%;
    margin-top: -120px;
    margin-left: -273px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("images/sloganBorder.png");
}

.headingContainer {
    display: block;
    width: 100%;
    height: 250px;
    margin-top: 60px;
    position: relative;
    text-align: center;
    border-bottom: 2px solid #9B8EA9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("images/headingBg.png");
}

.headingContainer p {
    position: absolute;
    font-size: 60px;
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    color: white;
    text-align: center;
    width: 100%;
    top: 35%;
}

.gameCont {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 45.903%;
    margin-top: 40px;
    overflow: hidden;
}

.gameContMargin {
    position: absolute;
    width: 95%;
    height: 95%;
    left: 50%;
    margin-left: -47.5%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.gameContOverlay {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
}

.gameContInner {
    position: absolute;
    width: 50%;
    height: 100%;
}

.vidCont {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.vidCont iframe {
    position: absolute;
    border: none;
    width: 100%;
    height: 100%;
}

.vidCont img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover; /* Ensure the image covers the entire container without distortion */
}

.gameImg {
    position: relative;
    width: 100%;
    height: 38.729%;
}

.gameImg img {
    position: absolute;
    width: 20%;
    height: 100%;
    opacity: 0;
}

#animInfo {
    right: -50%;
    opacity: 0;
}

.gameContText {
    width: 100%;
    height: 100%;
    padding: 30px 40px 30px 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    opacity: 0;
}

.gameContText p {
    width: 100%;
    color: white;
    font-size: 18px;
    font-family: 'Signika Negative', sans-serif;
}

.gameContButtons {
    position: relative;
    width: 300px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
}

.gameAppleButton {
    display: block;
    position: absolute;
    height: 40px;
    left: 0;
}

.gameGooglePlayButton {
    display: block;
    position: absolute;
    height: 60px;
    right: 0;
    margin-top: -10px;
    margin-right: -10px;
}

.gameContSmallText {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    padding: 30px;
    /*border: 2px solid #FFFFFF;*/
    display: none;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 3px #000000;
}

.gameContSmallText p {
    width: 100%;
    color: white;
    text-align: center;
    font-size: 16px;
    font-family: 'Signika Negative', sans-serif;
}

.gameContSmall {
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.vidContSmall {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.vidContSmall iframe {
    position: absolute;
    border: none;
    width: 100%;
    height: 100%;
}

.flexRow {
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.flexColumn {
    flex: 100%;
    max-width: 20%;
}

.flexColumn img {
    width: 100%;
}

.aboutCont {
    margin-top: 40px;
    width: 90%;
    padding: 30px 30px 50px 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 3px #000000;
}

.aboutCont p {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    text-align: center;
    font-size: 20px;
    font-family: 'Signika Negative', sans-serif;
}

.aboutSocial {
    position: relative;
    width: 300px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
}

.aboutSocial img {
    position: absolute;
    width: auto;
    height: 100%;
}

.aboutSocialSmall {
    position: relative;
    width: 200px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

.aboutSocialSmall img {
    position: absolute;
    width: auto;
    height: 100%;
}



.footer {
    position: relative;
    width: 100%;
    height: 35px;
    background-color: #30283A;
    overflow: hidden;
}

.footerText {
    height: 100%;
    width: 100%;
    display: inline-block;
    font-size: 16px;
    color: white;
    text-align: center;
    font-family: 'Signika Negative', sans-serif;
}








@media only screen and (max-width: 1100px) {
    .bannerLs {
        display: none;
    }

    .bannerPt {
        display: block;
    }

    .bannerTitle {
        height: 195px;
        right: 0;
        left: 50%;
        top: 8%;
        margin-left: -145px;
    }

    .bannerButtons {
        width: 400px;
        height: 50px;
        right: 0;
        left: 50%;
        top: 37.5%;
        margin-left: -200px;
    }

    .sloganCont {
        height: 400px;
    }

    .slogan {
        height: 300px;
        margin-top: -150px;
    }

    .slogan p {
        font-size: 30px;
    }

    .sloganLeft {
        width: 210px;
        height: 400px;
        background-image: url("images/sloganLeftMedium.png");
    }

    .sloganRight {
        width: 210px;
        height: 410px;
        background-image: url("images/sloganRightMedium.png");
    }

    .sloganBorder {
        width: 366px;
        height: 160px;
        margin-top: -80px;
        margin-left: -183px;
        background-image: url("images/sloganBorderMedium.png");
    }
}

@media only screen and (max-width: 900px) {
    .leftWing {
        display: none;
    }

    .rightWing {
        display: none;
    }

    .topNavHeadings {
        display: none;
    }

    .topNavTitle {
        display: block;
    }

    .gameCont {
        display: none;
    }

    .gameContSmallText {
        display: block;
    }

    .gameContSmall {
        display: block;
    }
}

@media only screen and (max-width: 800px) {
    .sloganCont {
        height: 300px;
    }

    .slogan {
        height: 230px;
        margin-top: -115px;
    }

    .slogan p {
        font-size: 18px;
    }

    .sloganLeft {
        width: 157px;
        height: 300px;
        background-image: url("images/sloganLeftSmall.png");
    }

    .sloganRight {
        width: 157px;
        height: 300px;
        background-image: url("images/sloganRightSmall.png");
    }

    .sloganBorder {
        width: 246px;
        height: 120px;
        margin-top: -60px;
        margin-left: -123px;
        background-image: url("images/sloganBorderSmall.png");
    }
}

@media only screen and (max-width: 600px) {
    .bannerPt {
        height: 500px;
    }

    .bannerPt iframe {
        height: 166.5px;
        width: 296px;
        top: 57.5%;
        left: 50%;
        margin-left: -148px;
    }

    .bannerTitle {
        height: 130px;
        right: 0;
        left: 50%;
        top: 7.5%;
        margin-left: -97.5px;
    }

    .bannerButtons {
        width: 300px;
        height: 40px;
        right: 0;
        left: 50%;
        top: 40%;
        margin-left: -150px;
    }

    .appleButton {
        height: 40px;
        left: 10px;
    }

    .googlePlayButton {
        height: 60px;
        right: 10px;
        margin-top: -10px;
        margin-right: -10px;
    }

    .headingContainer {
        height: 100px;
    }

    .headingContainer p {
        font-size: 30px;
    }
}

@media only screen and (max-width: 550px) {
        .sloganCont {
            height: 200px;
        }

        .slogan {
            height: 200px;
            left: 50%;
            margin-top: -100px;
            border-radius: 10px;
        }

        .sloganLeft {
            display: none;
        }

        .sloganRight {
            display: none;
        }
}

@media only screen and (max-width: 500px) {
    .gameContSmallText {
        margin-top: 20px;
        margin-bottom: 20px;
        width: 90%;
        padding: 18px;
        /*border: 1px solid #FFFFFF;*/
        border-radius: 10px;
    }

    .gameContButtons {
        width: 220px;
        height: 30px;
    }

    .gameAppleButton {
        height: 32.5px;
    }

    .gameGooglePlayButton {
        height: 48.75px;
        margin-top: -8.125px;
        margin-right: -8.125px;
    }

    .aboutSocial {
        display: none;
    }

    .aboutSocialSmall {
        display: block;
    }
}
