﻿* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box; /* Firefox */
	-ms-box-sizing: border-box; /* Internet Explorer */
	-webkit-box-sizing: border-box; /* Google Chrome & Safari */
	box-sizing: border-box;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

html {
	background-color: #ffffff;
}


#atualiza {
	float: right;
	font-size: 24px;
	margin: 40px 0px 0px 0px;
}

#contador{
	margin: 50px;
	margin-left: 30px;
	text-align: center;
	color:  #0066ff;
	font-family: "Kristen ITC";

}


			

#pontos {
	margin: 50px;
	margin-left: 30px;
	text-align: center;
	color: #0066ff;
	font-family: "Kristen ITC";

}

#new {
	background-color: #009999;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 5px;
	border-radius: 10px;
	text-align: center;
	font-size: 22px;
	font-weight: 400;
	border: 1px solid grey;
	font-family: Kristen ITC;
 
}

#new:hover {
	cursor: pointer;
	background-color: aqua;
}

#game {
	float: left;
	width: 765px;
	height: auto;
	margin: 30px 0px 30px 0px;
	border: 1px solid aqua;
	background-color: white;
	
}


.cards {
	width: 150px; 
	height: 125px;
	border: 1px solid aqua;
	display: inline-block;
	float: left;
	margin: 1px;
	padding: 5px;
	background-color: white;
}

.cards:hover {
	background-color: #f2f2f2;
	cursor: pointer; 
}

imgjogo {
	width: 120px;
	height: 105px;
}

.front {
	position: absolute;
	width: 150px; 
	height: 125px; 
	font-size: 35px;
	font-family: "Kristen ITC"; 
	color:aqua; 
	padding: 35px 15px  5px; 
	margin: 0;
	text-shadow: 4px 3px 7px rgba(94,119,115,0.82);
	transform: rotateY(0deg);
	transition: transform 0.5s linear 0s; 
	backface-visibility: hidden;
}

.back {
	position: absolute; 
	width: 150px; 
	height: 125px; 
	padding: 5px; 
	transform: rotateY(180deg);
	transition: transform 0.5s linear 0s; 
	backface-visibility: hidden;
}

#head, #atualiza, #game {
}

#opacidade, #result {
	display: none; 
}

#opacidade {
	position: fixed; 
	top: 0;
	left: 0;
	width: 100%; 
	height: 100%;
	background-color: black; 
	opacity: 0.8;
	z-index: 10;
}

#result {
	z-index: 10;
	position: fixed;
	width: 500px; 
	height: auto;
}

#popBody {
	background-color: white; 
	height: 250px;
	border-style: solid;
	border-width: 2px 2px 0px 2px;
	border-color: #666666;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px; 
}

#imgDiv {
	position: relative; 
	width: 100px;
	height: 107px; 
	margin: 20px auto;
	top: 10px; 
}

#imgDiv imgjogo {
	width: 100px;
	height: 107px;
}

#h1Res {
	margin: 0px 12px 12px 12px; 
	font-family: Kristen ITC; 
	text-align: center; 
	color: #0066cc;
}

#pRes {
	color: #0066cc;
	text-align: center; 
	font-size: 20px; 
}
.titulomemorianumeros {
	font-family: "Kristen ITC";
	font-size: x-large;
	color: #006699;
	font-weight: bolder;
	text-align: center;
	padding-top: 40px;
}

#popRes {
	height: 100px; 
	background-color: aqua;
	padding: 25px; 
	border-style: solid;
	border-width: 0px 2px 2px 2px; 
	border-color: #666666;
	border-bottom-right-radius: 7px; 
	border-bottom-left-radius: 7px; 
}

#resButton {
	height: 50px;
	width: 95px; 
	margin: 0px auto; 
}

#resButton button {
	height: 50px; 
	width: 95px; 
	text-align: center; 
	font-size: 18px;
	background-color: aqua;
	color: black;
	box-shadow: 0px 2px 2px 0.5px rgba(0,0,0,0.5);
	border: none; 
	text-shadow: 0px 2px 2px rgba(0,0,0,0.3);
	cursor: pointer; 
	border-radius: 5px; 
	outline: none; 
}







