@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;600;700;800&display=swap');

@font-face {
    font-family: 'regularFont';
    src: url('../fonts/regularFont.woff2') format('woff2'),
         url('../fonts/regularFont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'boldFont';
    src: url('../fonts/boldFont.woff2') format('woff2'),
         url('../fonts/boldFont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'extraBold';
    src: url('../fonts/extraBold.woff2') format('woff2'),
         url('../fonts/extraBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    min-height: 100%;
}

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

body {
    min-height: 100vh;
    font-family: 'regularFont', 'Montserrat', sans-serif;
    /*background: url('../img/main-bg.jpg') left top no-repeat;*/
    background-size: cover;
    background-color: #022046;
    background-attachment: fixed;
    color: #fff;
    font-size: 16px;
    display: flex;
    flex-direction: column;
}
/*
body.isHome {
    background-image: url('../img/home-bg.jpg');
    background-size: cover;
}
*/
#main {
    /*padding-bottom: 50px;*/
    flex: 1;
    display: flex;
    flex-direction: column;
}

body.isHome #main {
    /*padding-bottom: 20px;*/
}

::selection {
    background-color: rgba(0, 23, 49, 0.6);
    color: white;
}

img {
    display: block;
    max-width: 100%;

    -webkit-user-drag: none;
    -html-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

svg {
    max-width: 100%;
    height: auto;
}

a, a:hover, a:focus, a:active {
    color: #022a68;
}

a:hover {
    text-decoration: none;
}

a, button {
    outline: none !important;
    box-shadow: none !important;
}

p {
    margin-bottom: 0px;
    padding-bottom: 20px;
}

hr {
    border-color: white;
    margin: 30px 0px;
}

.disabled,
.disabled * {
    pointer-events: none !important;
    border-color: gray;
    color: gray;

    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.small-caps {
    text-transform: none;
}

.form-control {
    color: #022a68;
    /*border-radius: 0;*/
    /*border: 0;*/
}
a.btn.btn-primary {
    color: white;
}

.font-light {
    font-weight: 200;
}

.regular-font {
    font-family: 'regularFont';
}

.bold-font {
    font-family: 'boldFont';
}

.extra-bold {
    font-family: 'extraBold';
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: 'boldFont';
}

h1, h2, h3, h4 {
    font-weight: 600;
}

h2 {
    margin-bottom: 0px;
    padding-bottom: 20px;
}

.letter-spacing {
    letter-spacing: 4px;
}

.vertical-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-wrapper {
    width: 100%;
    /*padding-top: 30px;*/
    flex: 1;
}
#main > .content-wrapper {
    max-width: 750px;
    margin: 0px auto;
    background: #333;
}

.no-padding {
    padding: 0px !important;
}

.hidden {
    display: none;
}

.no-height {
    height: 0px;
}

footer {
    width: 100%;
    padding: 0px;
    background: #13224f;
    font-size: 12px;
}

footer, footer a, footer a:hover, footer a:focus{
    color: white;
    /*color: #a6a6a6;*/
}

footer p {
    padding-bottom: 0px;
}

.boldFont-test {
    font-family: 'boldFont';
    visibility: hidden;
    height: 0px;
    margin: 0px;
}

.countdown.disable,
.mute-btn-wrapper {
    display: none;
}

.countdown {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    position: absolute;
    left: 50%;
    top: 50%;
}
.countdown {
    background: rgba(0, 0, 0, 0.3);
    width: 50px;
    text-align: center;
    height: 60px;
}
.countdown h1 {
    line-height: 60px;
}

/* ========== HOMEPAGE ========== */

.btn-block+.btn-block {
    margin-top: 15px;
}

/* ========== end HOMEPAGE ========== */


/* ========== DASHBOARD PAGE ========== */



/* ========== end DASHBOARD PAGE ========== */


/* ========== GAMEPAGE ========== */

.game-wrapper {
    margin: 0px -15px;
    background: white;
}

#gameDiv canvas {
    background: #333;
}

.prize-image-wrapper {
    display: block;
    font-size: 50px;
    border: #FFF solid 1px;
    padding: 50px;
    margin: 15px 0px;
}
.gameover-popup .prize-image-wrapper {
    border-color: #333;
}

/* ========== end GAMEPAGE ========== */


/* ========== RESPONSIVE ========== */

@media (min-width: 768px) and (max-width: 1199px) {
        
}

@media (max-width: 991px) {
    
}

@media (max-height: 767px) {
    
}

@media (max-width: 767px) {
    
}

@media (max-width: 575px) {
    
}

@media (max-width: 420px) {
    
}

@media (max-width: 399px) {
    
}

@media (max-width: 380px) {
    
}
 
@media (max-width: 767px), (device-width: 414px) and (device-height: 896px), (device-width: 896px) and (device-height: 414px), (device-width: 375px) and (device-height: 812px), (device-width: 812px) and (device-height: 375px){
    
}

@media (max-width: 520px),  (device-width: 414px) and (device-height: 896px) and (orientation: portrait), (device-width: 375px) and (device-height: 812px) and (orientation: portrait) {
    
}

