body {
    font-family: 'Roboto', sans-serif;
    background-image: url(../img/bg-desk.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    overflow-x: hidden;
    height: 100%;
    background-color: #370564;
}

.tcBtn {
    background-color: #000033;
    border: 0;
    border-radius: 6px;
    color: #33ff00;
}

.mainBann {
    display: flex;
    flex-direction: column;
}

.ssBlk {
    max-width: 445px;
    width: 100%;
    border-radius: 6px;
    text-align: center;
    padding: 10px;
    margin: 10px auto;
}

.code {
    font-size: 29px;
    color: #FFF;
    background-color: #000033;
}

a {
    color: #0099ff;
}

    a:hover {
        color: #f42fad;
    }

.img-respon {
    width: 100%;
}

canvas {
    position: fixed;
    top: 0;
    z-index: -1;
}

.conti {
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: auto;
}

h1 {
    color: #33ff00;
    font-size: 24px;
    line-height: 30px;
    width: 100%;
    text-align: center;
}

h2 {
    color: #33ff00;
    font-size: 23px;
    line-height: 23px;
    width: 100%;
}

h3 {
    font-size: 20px;
    color: #0199ff;
}

p {
    color: #FFF;
    font-size: 16px;
}

@keyframes headshade {
    from {
        background-color: rgba(0, 0, 0, 0.0);
    }

    to {
        background-color: rgba(0, 0, 0, 0.8);
    }
}

.headcov {
    animation: headunshade 1s forwards;
}

@keyframes headunshade {
    from {
        background-color: rgba(0, 0, 0, 0.8);
    }

    to {
        background-color: rgba(0, 0, 0, 0.0);
    }
}

.hunWrap {
    width: 100%;
}

.headBlk {
    display: flex;
    flex-direction: row;
}

#slotoStarLogo {
    position: relative;
    display: block;
    z-index: 499;
}

.logo {
    padding: 15px 0 0;
    max-width: 100px;
    margin: auto;
}

.logo-sml {
    max-width: 64px;
    padding: 5px 0 5px;
    margin: auto;
}

.ctaWrap1 {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 300;
    -webkit-box-shadow: 0 -2px 2px 3px rgba(0,0,0,0.4);
    box-shadow: 0 -2px 2px 3px rgba(0,0,0,0.4);
}

.caBtn {
    display: block;
    background-color: #33ff00;
    color: #000033;
    font-weight: bold;
    border-radius: 6px;
    text-align: center;
    font-size: 34px;
}

    .caBtn:hover {
        background-color: #ff3399;
        color: #FFF;
        cursor: pointer;
        text-decoration: none;
    }

.splits {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 22px;
}

.headBlk .splits:first-child {
    width: 30%;
}

.spaceMan {
    max-width: 400px;
    margin: auto;
    transform: translateY(0px);
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite;
}

@-webkit-keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}



.footycons {
    width: 100%;
    padding: 10px;
}

    .footycons .row {
        justify-content: center;
    }

    .footycons img {
        height: 30px;
    }

    .footycons a {
        margin: 5px;
    }

footer .affLogo img {
    max-width:220px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.footyLinks {
    background-color: #060319;
    text-align: center;
    padding: 20px 0 80px;
}

    .footyLinks h4 {
        font-size: 20px;
        color: #f39;
        margin: 15px 0 10px;
    }

    .footyLinks a {
        margin: 2px 5px;
        display: inline-block;
    }

    .footyLinks img {
        height: 60px;
    }


/*-----media queries----------------------------------------------------------------------------------*/
@media (min-width:481px) {

    .splits {
        width: 50%;
    }

    .spaceMan {
        max-width: 360px;
    }

    .headBlk .splits, .headBlk .splits:first-child {
        width: 100%;
    }

    .headBlk {
        display: flex;
        flex-direction: column;
    }
}

@media (min-width:768px) {
    .mainBann {
        display: flex;
        flex-direction: row;
    }

    .footycons {
        margin: 15px auto 0;
        bottom: 0;
        position: fixed;
    }

    .logo {
        max-width: 150px;
    }

    .footyLinks {
        text-align: left;
        padding: 10px 20px 80px;
    }

        .footyLinks a {
            display: table;
        }
}

@media (min-width:1000px) {

    /*    .headBlk .splits:first-child {
        width: 50%;
    }*/


    .spaceMan {
        max-width: 560px;
    }
}

@media (min-width:1025px) {
}

@media (min-width:1441px) {

    .logo {
        max-width: 200px;
    }

    .spaceMan {
        max-width: 560px;
    }
}
