/*NOTE - page specific CSS - use for overrides*/
*{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.top{
    background: #153c05 !important;
}


/* .logo{
    top: 30px;
} */
.logo img{
    height: 80px;
}

.banner {
    position: relative;
    width: 100%;
    max-width: 1308px;
    height: 510px;
    margin: 0 auto;
    background-image: url('images/300@2x.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.banner-content{
    top:76px;
}
.game-title {
    margin: 0 auto;
    width: 80%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: -20px;
    font-size: 20px;
}

.banner-copy {
    margin-top: 30px;
    margin-bottom:140px;
}

/* .banner-copy,
.cta-member,
.cta-member-link,
.cta-member:hover,
.cta-member:visited {
    color: #fff;
} */

.inner-triangle div {
    margin-top: -15px;
}

.ggh-banner {
    background-image: url("images/gameingoodhands/972@2x.jpg");
    height: 225px;
}

.lottie-anim {
    max-width: 600px;
    margin: auto;
    display: table;
}
.steps .step {
    border-bottom: none;
}

.steps .step-copy {
    text-align: center;
}
.step-white, .gigh-steps{
    background-color: #fff !important;
}

.gigh-text-blue, .gigh-text-green, .gigh-text-red{
    display: inline-block;
    font-size: 19px;
}
.gigh-text-blue{
    color: #0052ff;
}
.gigh-text-green{
    color: #00cb00;
}

.gigh-text-red{
    color: #ff003b;
}

.step-number-gigh{
     display: inline-block;
    margin: 15px 10px 5px 0;
    height: 40px;
    top: -7px;
    position: relative;
}

.content-sticker {
    width: 8em;
    margin: 18px;
}

.fluid-type-big,.fluid-type-medium{
    color: #153c05;
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    /* .banner {
        background-image: url('images/300@2x.jpg');
    } */
}

@media (min-width: 444px) {


    .logo img{
        height: 100px;
    }

    .content-sticker {
        width: 10em;
        margin: 18px;
    }
    .banner {
        background-image: url('images/444@2x.jpg');
        height: 330px;
    }
    .banner-content {
        top: 90px;
    }
    .banner-copy {
        margin-top: 0px;
        margin-bottom: 0;
    }
    .ggh-banner {
        height: 86px;
        width: 100%;
        background-image: url("images/gameingoodhands/300@2x.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        /* border-bottom: 10px solid #efefef; */
    }
    
    .lottie-anim {
        max-width: 230px;
        margin: auto;
        display: table;
    }
    .gigh-text-blue, .gigh-text-green, .gigh-text-red{
        font-size: 10px;
    }
    .step-number-gigh {
        margin: 5px 5px 5px 0;
        height: 20px;
        top: -1px;
    }

    /* .fluid-type-big,.fluid-type-medium{
        color: #fff;
    }
} */

@media (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) and (min-width: 444px) {
    .banner {
        background-image: url('images/444@2x.jpg');
    }
}

@media (min-width: 540px) {
    .banner-content{
        top:76px;
    }
    .banner-copy {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

@media (min-width: 568px) {
    .banner-copy {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

@media (min-width: 636px) {
    .banner {
        background-image: url('images/636@2x.jpg');
        height: 380px;
        padding-top: 10px;
    }
    .banner-content{
        top:76px;
    }
    .banner-copy {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .lottie-anim {
        max-width: 380px;
        margin: auto;
        display: table;
    }
    .ggh-banner {
        background-image: url("images/gameingoodhands/636@2x.jpg");
        height: 143px;
    }
    .gigh-text-blue, .gigh-text-green, .gigh-text-red{
        font-size: 13px;
    }
    .step-number-gigh {
        margin: 10px 10px 10px 0;
        height: 25px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) and (min-width: 636px) {
    .banner {
        background-image: url('images/636@2x.jpg');
    }
}

@media (min-width: 732px) {
    .banner {
        background-image: url('images/732@2x.jpg');
        height: 400px;
    }
    .banner-content{
        top:76px;
    }
    .banner-copy {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .ggh-banner {
        background-image: url("images/gameingoodhands/732@2x.jpg");
        height: 115px;
    }
    .lottie-anim {
        max-width: 307px;
        margin: auto;
        display: table;
    }
    .gigh-text-blue, .gigh-text-green, .gigh-text-red{
        font-size: 14px;
    }
    .step-number-gigh {
        margin: 10px 10px 10px 0;
        height: 30px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) and (min-width: 732px) {
    .banner {
        background-image: url('images/732@2x.jpg');
    }
}

@media (min-width: 972px) {

    .logo img {
        height: 105px;
    }
    .inner-triangle div {
        margin-top: -22px;
    }
    .banner {
        background-image: url('images/972@2x.jpg');
        height: 470px;
        background-position: bottom;
    }
    .banner-content{
        top:85px;
    }
    .banner-copy {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .lottie-anim {
        max-width: 600px;
        margin: auto;
        display: table;
    }
    .ggh-banner {
        background-image: url("images/gameingoodhands/972@2x.jpg");
        height: 225px;
    }
    .gigh-text-blue, .gigh-text-green, .gigh-text-red{
        font-size: 19px;
    }
    .step-number-gigh {
        margin: 10px 10px 10px 0;
        height: 40px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) and (min-width: 972px) {
    .banner {
        background-image: url('images/972@2x.jpg');
    }
}

@media (max-width: 320px) {

    .step-number-gigh {
        height: 27px;
        margin: 5px 10px 5px 0;
    }
    .gigh-text-blue, .gigh-text-green, .gigh-text-red {
        font-size: 17px;
    }
}

@media (max-width: 444px) {
    .banner-content {
        top: 80px;
    }
    .ggh-banner {
        height: 86px;
        width: 100%;
        background-image: url("images/gameingoodhands/300@2x.jpg");
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        /* border-bottom: 10px solid #efefef; */
    }
    
    .lottie-anim {
        max-width: 230px;
        margin: auto;
        display: table;
    }
    .steps .step {
        border-bottom: 1px solid #fff;
        padding: 6px 1%;
    }
    .steps .step-copy {
        text-align: left;
    }

}

@media (min-width: 636px) {
    .spacer-small {
        padding-top: 17px;
    }
}

.gamesys-legal {
    display: none;
}



/* .header {
    height: 0px;
} */