body {
    /* background: rgb(250, 234, 191); */
    background: #049fa3;
    font-family: 'Play', sans-serif;

}

.section-body {
    background: url('../images/BACKGROUND.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.bg-nav {
    background:rgba(10, 10, 10, 0.7);
}

.text-arial {
    font-family: 'Sans-serif';
}

.nav-item {
    padding-left: .6rem;
}

.nav-link {
    /* color: #f2e7bd !important; */
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 900;

}



.result-box {
    /* max-width: 330px; */
    margin: auto;
}

.result-box-header, .bg-footer {
    background: #049fa3;
}

.result-box-title, .result-box-subtitle {
    color: #fff;
    font-size: 2rem;
    margin: 0;
    font-weight: 700;

}

.result-box-subtitle {
    font-size: 1.5rem;
}

.result-box-body {
    background: rgb(10, 10, 10, 0.7);
    position: relative;
    padding-bottom: 25px;
    padding-top: 25px;
    text-align: center;
    /* box-shadow: 0px 0px 15px 1px #fff; */
    margin-top: 0;
}

.pools, .pools-sm {
    color: #fff;
    display: inline-block;
    font-weight: 700;
    /* font-family: 'Goblin One'; */
    font-size: 1.5rem;
    padding: 3px;
    margin: 10px 4px 10px 4px;
    text-align: center;
    width: 40px;
    background: url('../images/BALL.png');
    background-size: 100% 100%;
    height: 40px;
    border: none;
}

.pools-starter {
    display: inline-block;
    padding: 6px;
    border-style: solid;
    border-color: white;
    width: 40px;
    height: 40px;
    font-weight: bold;
    text-align: center;
    color: white;
}


.text-wow {
    font-family: 'Copper Penny';
}

.hr-wow {
    border-top: 1px solid #ccc;
}

.loader, .loader-sm {
    font-size: 10px;
    margin: 8px auto;
    text-indent: -9999em;
    width: 2.25em;
    height: 2.25em;
    border-radius: 50%;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.loader:before, .loader-sm:before {
    width: 50%;
    height: 50%;
    background: #ffffff;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

.loader:after, .loader-sm:after {
    background: #0dc5c1;
    /* background: #049fa3; */
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


@keyframes blinker {
    15% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    85% {
        opacity: 1;
    }
}

@media (min-width: 576px) {
    .result-box {
        width: 100%;
        /* max-width: 900px; */
    }

    .winpools {
        background-size: 100% 100%;
        height: 120px;
        margin-top: -15px;
    }

    .pools {
        font-size: 52px;
        padding: 4px;
        margin: 10px 4px 4px 4px;
        text-align: center;
        width: 85px;
        height: 85px;
        border: none;
        box-sizing: border-box
    }
}

@media (min-width:768px) {
    body {
        background-attachment: initial;
    }

    .section-body {
        background-attachment: scroll;
    }

    .loader {
        font-size: 10px;
        margin: 16px auto;
        text-indent: -9999em;
        width: 5.25em;
        height: 5.25em;
    }

}