body {
    font-family: 'Roboto', sans-serif;
    background-image: url(../img/bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    overflow-x: hidden;
    height: 100%;
    background-color: #000033;
}

.affHead {
    position:relative;
    display:flex;
}


.f00 {
    width: 100% !important;
}

/*.splits {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 22px;
}*/

.afflogostyle {
    display: block;
}

.spinsAmt {
    font-size: 210px;
    line-height: 125px;
    color: #33ff00;
    margin: 10px 0;
    font-weight: bold;
    -webkit-text-stroke: 4px;
    -webkit-text-stroke-color: #ee33a2;
}

.spinsTxt {
    color: #FFF;
    font-weight: bold;
    font-size: 53px;
    line-height: 55px;
}

.ctaCodeBlk {
    max-width: 300px;
    margin: auto;
}

.tcInfo {
    background-color: rgba(0, 0, 0, 0.6);
    color: #b4b4b4;
    font-size: 14px;
    padding: 20px;
}

.footycons {
    bottom: 0;
    position: relative;
}

.welcomeOffer {
    max-width:800px;
    margin:10px auto;
}

.wreathIcons {
    max-width: 400px;
    margin: 10px auto;
}

/*-----media queries----------------------------------------------------------------------------------*/
@media (min-width:481px) {

    .spinsTxt {
        font-size: 85px;
        line-height: 70px;
    }

    .spinsAmt {
        font-size: 181px;
        line-height: 139px;
    }

    .spinsTxt {
        font-size: 60px;
        line-height: 58px;
    }

    .ctaCodeBlk {
        max-width: 350px;
        margin: auto;
    }

    .welcomeOffer {
        max-width: 800px;
        margin: 60px auto;
    }

}

@media (min-width:768px) {
    .ctaCodeBlk {
        max-width: 500px;
        margin: auto;
    }
}

@media (min-width:1000px) {
    .headBlk {
        flex-direction: row;
    }

}

@media (min-width:1025px) {

    .spinsTxt {
        font-size: 83px;
        line-height: 70px;
    }

    .spinsAmt {
        font-size: 395px;
        line-height: 300px;
    }

}

@media (min-width:1441px) {
}
