
html {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

body {
    overflow-x: hidden;
    background: #15181E;
    background-image: url('body-backgound.webp');
    margin: 0;
    color: #ffb400;
}

p {
    font-size: 17px;
}

a .gold-btn {
    text-decoration: none;
    color: white;
}


a .gold-btn,
a:hover,
a:focus,
a:visited,
a:active {
    text-decoration: none;
    color: white;
}

.gold-btn {
    display: block;
    width: 265px;
    height: 55px;
    font-weight: bold;
    color: #ffb400 !important;
    font-style: normal;
    cursor: pointer;
    white-space: pre-wrap;
    word-break: keep-all;
    font-size: 20px;
    line-height: 21px;
    text-transform: uppercase;
    border-radius: 40px;
    background: transparent;
    border: 1px solid #ffb400;
    -webkit-appearance: none;
    margin: 10px auto 0;
    position: relative;
}
.gold-btn:hover {
    display: block;
    width: 265px;
    height: 55px;
    font-weight: bold;
    color: #000000 !important;
    font-style: normal;
    cursor: pointer;
    white-space: pre-wrap;
    word-break: keep-all;
    font-size: 20px;
    line-height: 21px;
    text-transform: uppercase;
    border-radius: 40px;
    background: #ffb400;
    border: 1px solid #ffb400;
    -webkit-appearance: none;
    margin: 10px auto 0;
    position: relative;
}
.gold-btn a, a:visited {
    font-weight: bold;
    color: #e8a400 !important;
    text-decoration:none;
}

.gold-btn a:hover {
    font-weight: bold;
    color: #000000 !important;
    text-decoration:none;
}

.text-large {
    font-size: 20px;
}

.phase--1 .gold-btn {
    padding: 5px 0 0px;
}

.gold-btn span {
    display: block;
    font-size: 24px;
    line-height: 21px;
}

.btn strong {
    font-size: 28px;
}

.btn-mid {
    margin-bottom: 20px;
    margin-top: 350px;
    padding-bottom: 0px;
}


.main-text {
    font-size: 27px;
    margin-bottom: 0px;
}

.spinner-container {
    position: relative;
    overflow: hidden;
    margin: 0 -15px;
}

.main-text--large {
    font-size: 35px;
}

.main-text-secondary {
    font-size: 23px;
}

video {
    width: 95%;
    max-width: 800px;
    box-shadow: 0px 0px 15px 5px #808080;
}


hr {
    border: none;
    border-top: 1px dotted grey;
    height: 1px;
    margin-top: 1px;
    margin-bottom: -1px;
}

img {
    display: inline;
    width: 100%;
    padding: 5px;
}

.form input[type="submit"] {
    margin-top: 20px;
}


.form-group .btn {
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
}

.section-logo img {
    width: 350px;
    margin: 0px auto;
    display: block;
}

.section-logo {
    width: 100%;
    background-color: #0d0f14;
    padding: 10px;
    margin-bottom: 30px;
}

.img-bottom--mobile img {
    width: 80%;
    max-width: 500px;
}


.restrict-width {
    max-width: 1000px;
    margin: 0 auto;
}

.padding-side {
    padding: 0 5px;
}

.video-wrapper {
    position: relative;
}

.playpause {
    background-image: url("play-icon-white-png-4.jpg");
    background-repeat: no-repeat;
    width: 50%;
    height: 50%;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
    background-position: center;
}

.phase--2 {
    display: none;
    position: relative;
    z-index: 2;
}


.spinner {
    display: block;
    margin-left: 15px;
    width: 350px;
}

.pointer {
    width: 80px;
    display: block;
    margin: -30px 0 0 0;
    top: 50%;
    left: 322px;
    position: absolute;
}

.spinAround {
    -webkit-animation: spin 6.2s;
    -moz-animation: spin 6.2s;
    -ms-animation: spin 6.2s;
    -o-animation: spin 6.2s;
    animation: spin 6.2s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    -ms-animation-direction: normal;
    -o-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: forwards; /*Chrome 16+, Safari 4+*/
    -moz-animation-fill-mode: forwards; /*FF 5+*/
    -o-animation-fill-mode: forwards; /*Not implemented yet*/
    -ms-animation-fill-mode: forwards; /*IE 10+*/
    animation-fill-mode: forwards; /*when the spec is finished*/
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    90% {
        -webkit-transform: rotate(3029deg);
        -ms-transform: rotate(3029deg);
        -moz-transform: rotate(3029deg);
        -o-transform: rotate(3029deg);
        transform: rotate(3029deg);
    }

    95% {
        -webkit-transform: rotate(3027deg);
        -ms-transform: rotate(3027deg);
        -moz-transform: rotate(3027deg);
        -o-transform: rotate(3027deg);
        transform: rotate(3027deg);
    }

    100% {
        -webkit-transform: rotate(3028deg);
        -ms-transform: rotate(3028deg);
        -moz-transform: rotate(3028deg);
        -o-transform: rotate(3028deg);
        transform: rotate(3028deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    90% {
        -webkit-transform: rotate(3029deg);
        -ms-transform: rotate(3029deg);
        -moz-transform: rotate(3029deg);
        -o-transform: rotate(3029deg);
        transform: rotate(3029deg);
    }

    95% {
        -webkit-transform: rotate(3027deg);
        -ms-transform: rotate(3027deg);
        -moz-transform: rotate(3027deg);
        -o-transform: rotate(3027deg);
        transform: rotate(3027deg);
    }

    100% {
        -webkit-transform: rotate(3028deg);
        -ms-transform: rotate(3028deg);
        -moz-transform: rotate(3028deg);
        -o-transform: rotate(3028deg);
        transform: rotate(3028deg);
    }
}

@-ms-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    90% {
        -webkit-transform: rotate(3029deg);
        -ms-transform: rotate(3029deg);
        -moz-transform: rotate(3029deg);
        -o-transform: rotate(3029deg);
        transform: rotate(3029deg);
    }

    95% {
        -webkit-transform: rotate(3027deg);
        -ms-transform: rotate(3027deg);
        -moz-transform: rotate(3027deg);
        -o-transform: rotate(3027deg);
        transform: rotate(3027deg);
    }

    100% {
        -webkit-transform: rotate(3028deg);
        -ms-transform: rotate(3028deg);
        -moz-transform: rotate(3028deg);
        -o-transform: rotate(3028deg);
        transform: rotate(3028deg);
    }
}


.progressive-jackpot-ticker {
    background: rgb(42, 119, 0);
    padding: 3px 15px;
    font-size: 18px;
}








@media(min-width:992px) {

    .section-toggle {
        background-color: #f4f4f4;
    }
}




@media(min-width:680px) {
    .pointer {
        width: 100px;
        display: block;
        margin: -35px 0 0 205px;
        top: 50%;
        left: 50%;
        position: absolute;
    }

    .spinner {
        display: block;
        width: 500px;
        margin: 0 auto;
    }
}

@media(max-width:992px) {
    img {
        padding: 10px;
    }

    .img-bottom--right img {
        padding-left: 0;
    }

    .img-bottom--left img {
        padding-right: 0;
    }

    .main-text {
        font-size: 23px;
    }

    .btn-mid {
        display: table;
        margin-top: 0;
    }
}


