@font-face {
          font-family: 'Oswald Bold';
          src: url('https://html5.gamedistribution.com/d85be3a55774479aa74f7002d1390e58/fonts/Oswald-Bold.eot');
          src: url('https://html5.gamedistribution.com/d85be3a55774479aa74f7002d1390e58/fonts/Oswald-Bold.eot?') format('embedded-opentype'),
          url('fonts/Oswald-Bold.woff2') format('woff2'),
          url('fonts/Oswald-Bold.woff') format('woff'),
          url('https://html5.gamedistribution.com/d85be3a55774479aa74f7002d1390e58/fonts/Oswald-Bold.svg') format('svg');
          font-weight: normal;
          font-style: normal; }

a{
	cursor: pointer;
}

.color1{

}
.color2{
	color: #ef027d;
}

h1{ font-size: 48px;}
h2{ font-size: 38px;}
h3{ font-size: 28px;}
h4{ font-size: 18px;}

img
{
	max-width: 80%;
	pointer-events: none;
	user-select: none;
}

body 
{
	font-family: 'Oswald Bold' , serif;
	margin: 0;
	overflow: hidden;

	/*Remove hghtlight*/
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
   	-moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */

    color: #ffffff;

    text-shadow: 0px 1px 10px #6B6B6B;

    background: rgba(183,222,237,1);
	background: -moz-linear-gradient(top, rgba(183,222,237,1) 0%, rgba(113,206,239,1) 50%, rgba(33,180,226,1) 51%, rgba(183,222,237,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(183,222,237,1)), color-stop(50%, rgba(113,206,239,1)), color-stop(51%, rgba(33,180,226,1)), color-stop(100%, rgba(183,222,237,1)));
	background: -webkit-linear-gradient(top, rgba(183,222,237,1) 0%, rgba(113,206,239,1) 50%, rgba(33,180,226,1) 51%, rgba(183,222,237,1) 100%);
	background: -o-linear-gradient(top, rgba(183,222,237,1) 0%, rgba(113,206,239,1) 50%, rgba(33,180,226,1) 51%, rgba(183,222,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(183,222,237,1) 0%, rgba(113,206,239,1) 50%, rgba(33,180,226,1) 51%, rgba(183,222,237,1) 100%);
	background: linear-gradient(to bottom, rgba(183,222,237,1) 0%, rgba(113,206,239,1) 50%, rgba(33,180,226,1) 51%, rgba(183,222,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#b7deed', GradientType=0 );
}

body, div, canvas{
/* 	touch-action: none;  */
}

canvas { 
	width: 100%; height: 100%;
	overflow: hidden;
/* 	touch-action: none;  */
}

#menu 
{
	background-color: rgba(0,0,0,0.3);
}

#menu_content
{
	width: 100%;
  	height: 50%;
  	margin: auto;
  	position: absolute;
  	top: 0; left: 0; bottom: 0; right: 0;
}

#logo_menu
{
	max-width: 280px; width: 80%;
}



#orientation
{
	background-color: #000000;
}

#levelcompleted
{
	background-image: url('img/circle-gradient.png');
	background-position: center center;
	background-repeat: no-repeat;

	display: flex;
    align-items: center; /* horizontal */
    justify-content: center; /* vertical */
}

#orientation
{
	background-image: url('img/rotate-phone.png');
	background-repeat: no-repeat;
	background-position: center center;
}

#splash
{
	background: rgba(142,83,193,1);
	background: -moz-linear-gradient(top, rgba(142,83,193,1) 0%, rgba(71,42,109,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(142,83,193,1)), color-stop(100%, rgba(71,42,109,1)));
	background: -webkit-linear-gradient(top, rgba(142,83,193,1) 0%, rgba(71,42,109,1) 100%);
	background: -o-linear-gradient(top, rgba(142,83,193,1) 0%, rgba(71,42,109,1) 100%);
	background: -ms-linear-gradient(top, rgba(142,83,193,1) 0%, rgba(71,42,109,1) 100%);
	background: linear-gradient(to bottom, rgba(142,83,193,1) 0%, rgba(71,42,109,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e53c1', endColorstr='#472a6d', GradientType=0 );

	display: flex;
    align-items: center; /* horizontal */
    justify-content: center; /* vertical */
}

.scoreHUB
{
	display: none;
	position: absolute;
	top: 40%; left: 45%;
	font-size: 60px;
}

.pageBlack
{
	width: 100%; height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.GUIPage, .fullPage, #divSound
{
	position: absolute;
	z-index: 2;
	top: 0px;
	width: 100%;
	padding: 5px;
	text-align:center;
	font-weight: bold;

	text-align: center;
}

#buttonPlay
{
	
}

.defaultButton
{
	/*background-color: rgba(0,0,0,0.25);*/
	padding: 4px 12px;
	display: inline-block;
	font-size: 32px;

	position: relative;

	min-height: 32px;

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff5bb0), color-stop(1, #ef027d) );
	background:-moz-linear-gradient( center top, #ff5bb0 5%, #ef027d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bb0', endColorstr='#ef027d');
	background-color:#ff5bb0;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	text-indent:0;
	border:1px solid #ee1eb5;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #c70067;
}


.defaultButton:hover
{
	background-color: #1f0015;
	color: #ffd4d4;
	/*border: 6px solid #ffd4d4;*/
}

.toggleButtonOff
{
	opacity: 0.3;
  	filter: alpha(opacity=30); /* For IE8 and earlier */
}
.toggleButtonOff img
{
	opacity: 0.3;
  	filter: alpha(opacity=30); /* For IE8 and earlier */
}


@media only screen and (max-width: 800px) {
  #logo_menu
	{
		max-width: 180px; width: 80%;
	}

	.defaultButton
	{
		padding: 3px 12px !important;
		display: inline-block;
		font-size: 32px !important;
		min-height: 32px;
	}
}