html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}




html {

    background-color: #d9effd;
    font-family: 'Play', sans-serif;

}

html.index {
    background-color: #fff;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    font-weight: normal;
}

b {}

p {
    font-size: 18px;
    color: #2a3b8c;
    line-height: 26px;
}

h1 {
    font-size: 36px;
    color: #ca0b1d;
}

h2 {
    font-size: 26px;
    color: #0c97dc;

}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    /*overflow: hidden;*/
}

.nomouse {
    pointer-events: none;
}

#container {
    position: relative;
    margin: 0 auto;
    /* width: 1024px;*/
    width: 1600px;
    height: 920px;
    margin-bottom: 60px;
}

div {
    /* display: none;*/
}

#gameholder {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.uilayer {
    position: absolute;
    width: 960px;
    height: 540px;
    z-index: 999;
    top: 0;
    left: 0;
    top: 50%;
    left: 50%;


    text-align: center;

}
.mainmenu{
    position: absolute;
    width: 960px;
    height: 540px;
    background: rgb(239 227 135 / 38%);
    transition: all 0.2s;
}

.ingamemenu{
    position: absolute;
    width: 960px;
    height: 540px;
    z-index: 999;
    top: 0;
    left: 0;
    display: none;
}

.pausebut{
    position: absolute;
    right:10px;
    top:10px;
    cursor: pointer;
}
.pausebut img{

    width: 50px;   
}
.pausebut:hover{
    transform: scale(1.05);
    opacity: .9;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.curvedmenu {
    display: inline-block;
    width: 300px;
    /* background: rgba(255,255,255, 0.8);*/

    transform: perspective(75em) rotateY(10deg);
    height: 200px;
    text-align: center;
   margin-top:80px;
}


.btn {
    display: block;
    width: 160px;
    border: 2px solid #000;
    padding: 8px;
    text-align: center;
    background: #fff;
    border-radius: 12px;
    -webkit-box-shadow: 10px 10px 16px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 16px -8px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 16px -8px rgba(0, 0, 0, 0.75);
    margin: 0 auto;
    margin-top: 22px;
    opacity: .8;
    cursor: pointer;

}

.btn:hover {
    transform: scale(1.08);
    -webkit-box-shadow: 10px 10px 24px -2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 10px 10px 24px -2px rgba(0, 0, 0, 0.25);
    box-shadow: 10px 10px 24px -2px rgba(0, 0, 0, 0.25);
    opacity: 1;
}

.btn h2 {
    color: #000;
    font-size: 14px;
}

.scoreboard{
    position: absolute;
    left:10px;
    top:10px;
    text-align: left;
    width: 100px;
    
}

.score{
    font-size: 42px;
    color:#fff;
    text-align: left;
    transition: all .1s;
    font-weight: bold;
    text-shadow: 2px 2px 4px #c6c6c6;
}
.meterScore{
    margin-top: 3px;
    padding-left: 2px;
   font-size:18px;
    color:#fff;
    text-align: left;
    font-weight: bold;
    text-shadow: 2px 2px 2px #0000;
    
}

.grow{
    transform: scale(1.2);
}

.vidcontrolbox {
    width: 640px;
    height: 480px;
    background: white;
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
    /*    transform: scale(.4);*/
}

.fps {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    display: inline-block;
    padding: 4px;
    color: #fff;
    background: black;
}

.logo {
    text-align: center;
}

.logo img {
    width: 120px;
}
