﻿@font-face
{
    font-family: Arvo;
    src: url(assets/Arvo-Regular.ttf) format('truetype');   
}

html {
    overflow-y: hidden;
}

body
{    
    background-color: black;
    margin: 0;
}

#canvas-wrapper
{  
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
}

#gameContainer
{    
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    left: 0;
}

.adOverlayCoolgames
{
    z-index: 998;
    width: 100%;
    height: 100%;
    position: fixed;
}

.adBgCoolgames
{
    z-index: 998;
    width: 100%;
    height: 100%;
    background-color: black;   
    position: fixed;
    opacity: 0.7;    
}

.adBgBorderCoolgames
{
    z-index: 998;
    width: 660px;
    height: 540px;
    margin-left: -328px;
    margin-top: -286px;
    top: 50%;
    left: 50%;
    position: fixed;
    background: url("assets/adBorderDesktop.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.adBgBorderMobileCoolgames
{
    z-index: 998;
    width: 345px;
    height: 282px;
    margin-left: -171px;
    margin-top: -146px;
    top: 50%;
    left: 50%;
    position: fixed;
    background: url("assets/adBorderMobile.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.adFrameCoolgames
{
    display: block;
    z-index: 999;
    position: fixed;
    width: 640px;
    height: 480px;
    margin-left: -320px;
    margin-top: -240px;
    top: 50%;
    left: 50%;
}

.adFrameMobileCoolgames
{
    display: block;
    z-index: 999;
    position: fixed;
    width: 320px;
    height: 250px;
    margin-left: -160px;
    margin-top: -125px;
    top: 50%;
    left: 50%;
}

#booster-tab:after {
    -webkit-box-sizing: initial;
}

.modal-content {
    min-width: 800px;
    text-align: center;
    padding: 1px 0;
}