@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;
}

* {box-sizing: border-box;}

html,
body {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    padding-right: 0px !important;
    font-family: 'regularFont';
    color: white;
    background: #333;
}

* {
    box-sizing: border-box;
}

a {
    color: #B07680;
    outline: none !important;
    box-shadow: none !important;
}
a:hover {
    color: #B07680;
}

h1 {
    font-family: 'boldFont';
    color: white;
}

p {
    margin: 0px;
    color: white;
}

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

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

.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;
}

/* ---------- CANVAS AND FRAMES ---------- */
#gameDiv canvas {
    display: block;
    margin: 0px auto;
}

/* ---------- POPUP OBJECTS ---------- */
.swal2-container.swal2-backdrop-show {
    background: rgba(0, 0, 0, 0.8);
}

.swal2-close {
    outline: none;
}

.mission-popup .swal2-popup,
.gameover-popup .swal2-popup,
.text-popup .swal2-popup {
    padding: 0px;
    background: transparent;
}

.mission-content a {
    cursor: pointer;
}

.mission-content img{
    margin: 0px auto;
}

.btn-wrapper a {
    display: inline-block;
    padding: 0px 10px;
}

.gameover-popup img {
    margin: 0px auto;
}

.win-message p {
    padding-bottom: 20px;
}

.win-message {
    padding: 0px 20px;

    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}

.prize-image-wrapper img.prize{
    position: absolute;
    margin: 0 auto;
    top: 40%;
    left: 25%;
}

button.swal2-close {
    outline: none !important;
}

.text-popup .swal2-content {
    padding: 40px 0px;
}

.text-popup img {
    margin: 0px auto;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1919px) {
    /* -- not HD device --*/

}

@media (max-width: 1366px){

}

@media (max-width: 1024px){

}

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

@media (max-width: 767px){

}

@media (max-width: 576px){

}

@media(max-width: 320px){

}