/*$yellow ffc141
$red ff4641*/
html{
	overflow-y: hidden;
	height: 100%;
	    background-color: #e5e5e5;
}


@media screen and (min-width:768px) {
body{
font-size: 16px;
background-color: #f5f2f2;
} 
}
@media screen and (max-width:767px) {
body{
font-size: 14px;
background-color: #f5f2f2;
}
}

@media screen and (max-width:480px) {
body{
font-size: 12px;
}
}

.overhold{
	    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: flex;
    height: 100%;
}

.overhold .holdintro{
	    margin: 0 auto;
}

.navbar.is-transparent{
	background: #ffc141;
}
.mainpic{
    max-width: 60rem;
        background-position: center;
margin: 0 auto;
height: 41vh;
min-height:100px;
width: 100%;
background-repeat: no-repeat;
display: block;
background-size: cover;
background-color: #33bec3;
overflow: hidden;
position: relative;
border-bottom-left-radius: 1em;
border-bottom-right-radius: 1em;
border-bottom: 7px solid #ffc141;
}

.mainpic .innershade{
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	opacity: 0.4;
	height: 80%;
	bottom: 0;
	position: absolute;
	width: 100%;
	left: 0;
}
.controls{
height: 59vh;
background: #f5f2f2;
    max-width: 60rem;
margin: 0 auto;
padding: 1rem;
}
.controls .questiontext{
display: block;
font-size: 1.4rem;
padding: 0.5rem;
/*font-family: 'Gorditas', cursive;*/
font-family: 'Bangers', cursive;
text-transform: uppercase;
}
.controls .questionanswer{
display: block;
padding: 0.5rem;
cursor: pointer;
background: #33bec3;
border-bottom: 2px solid #e5e5e5;
font-family: 'Pangolin', cursive !important;
color: #fff;
    margin-bottom: 0.5em;
}

.controls .questionanswer.pusherquestion{
	opacity: 0;
	pointer-events: none;
}

.controls .questionanswer:hover{
background: #88c9cc;
}

.overstuff{
	font-size: 1.1em;
position: fixed;
display: none;
z-index: 9999;
margin: 0 auto;
padding: 0;
padding-bottom: 1em;
box-shadow: 1px 0px 30px #777;
text-align: center;
background: #f5f5f5;
}

@media screen and (min-width:768px) {
.overstuff{
top: 20vh;
                    width: 55%;
    margin-left: 22.5%;
}
}
@media screen and (max-width:767px) {
.overstuff{
top: 10vh;
width: 70%;
margin-left: 15%;
}
}

.overstuff .button{
max-width:300px;
margin: 0 auto;
}

.overstuff.overtrue .message-header{background: #33bec3;display: block;}
.overstuff.overfalse .message-header{background-color: #d03838;display: block;}


.overstuff .message .message-header{
font-size: 1.7em;
font-family: 'Pangolin', cursive !important;
}

.overstuff header{
background: #33bec3;
color: #fff;
}

#continuebutt,
#tryagainbutt{
display: none;
}

.genend{
background: #33bec3;
display: none;
height: 100vh;
}

.genend .fullfinalscreen{
height: 100%;
color: #fff;
}




.genend .fullfinalscreen .titles{
padding: 1rem;
max-width: 60rem;
margin: 0 auto;
font-family: 'Bangers', cursive;
}


.genend .fullfinalscreen .nameandtitles{
padding: 1rem;
max-width: 60rem;
margin: 0 auto;
text-align: center;
}
.genend .fullfinalscreen .nameandtitles .titles-kidname{
	font-size: 2rem;
	    line-height: 1.2em;
	        color: #0b5a5d;
	font-family: 'Bangers', cursive;
	    text-shadow: 3px 3px 0px #fff;
}
.genend .fullfinalscreen .nameandtitles .titles-vs{
		font-size: 1.8rem;
			line-height: 1.8rem;
			font-family: 'Pangolin', cursive !important;
}
.genend .fullfinalscreen .nameandtitles .titles-corona{
		font-size: 2.5rem;
			line-height: 2rem;
			color: #ff4641;
			font-family: 'Bangers', cursive;
}


.splithalf{
	display: table;
}

.lefthalf{
	display: table-cell;
	    width: 50%;
}
.righthalf{
	display: table-cell;    
	width: 50%;
}

.righthalf .playercontainer.isgril{
	top: 1em !important;
}
/********************/
/*** ********** *****/
/********************/

.gameplayer{
position: fixed;
top: 0;
left: 0;
z-index: 99999;
background: #e5e5e5;
display: block;
width: 100%;
height: 100%;
}


.gameplayer .titles{
padding: 1rem;
max-width: 60rem;
margin: 0 auto;
font-family: 'Bangers', cursive;
}


.gameplayer .nameandtitles{
padding: 1rem;
max-width: 60rem;
margin: 0 auto;
text-align: center;
}
.gameplayer .nameandtitles .titles-kidname{
	font-size: 3.2rem;
	    line-height: 1.2em;
	font-family: 'Bangers', cursive;
	    text-shadow: 3px 3px 0px #fff;
}
.gameplayer .nameandtitles .titles-vs{
		font-size: 1.8rem;
			line-height: 1.8rem;
			font-family: 'Pangolin', cursive !important;
}
.gameplayer .nameandtitles .titles-corona{
		font-size: 2.5rem;
			line-height: 2rem;
			color: #ff4641;
			font-family: 'Bangers', cursive;
}
.centercontrol{
	padding: 1rem;
max-width: 300px;
margin: 0 auto;
text-align: center;
}

@media screen and (max-width:500px) {
.gameplayer .nameandtitles .titles-kidname{
	font-size: 2rem;
}
.gameplayer .nameandtitles .titles-vs{
		font-size: 1.5rem;
}
.gameplayer .nameandtitles .titles-corona{
		font-size: 2rem;
}
}


/********************/
/*** ********** *****/
/********************/

.playerid{
	position: relative;
	    background: #2caaaf;
	color: #fff;
	padding: 0.5rem;
	display: table;
    width: 100%;
    position: fixed;
    z-index: 109;
    font-family: 'Pangolin', cursive !important;
    border-bottom: 2px solid #fff;
}
#playerid{
	float: left;
}

#playerscore{
	float: right;
}

.disabled{
	pointer-events: none;
    opacity: 0.5;
}

.burger svg{
	    margin: 1rem 1rem;

}

/********************/
/*** ********** *****/
/********************/
.preloadimages{
	position: absolute;
	top: 0;
	left:0;
	visibility: none;
	z-index: 9999999999;
}
.preloadimages img{
	opacity: .5;
	height: 1px;
	width: 1px;
	position: absolute;
	pointer-events: none;
	z-index: 9999999999;
}

.weblink{
	color: #fff;
	font-size: 1.1rem;
	    font-family: 'Pangolin', cursive !important;
}


.legendtrophy{
	background-size: contain;
    height: 10em;
    width: 10em;
    margin: 0 auto;
}
/********************/
/*** ********** *****/
/********************/

 @media screen and (max-width:767px) {
    .playercontainer{
    	transform: scale(0.95);
    }
 }

  @media screen and (max-width:480px) {
    .playercontainer{
    	transform: scale(0.9);
    }
 }


