/*Background color*/
body{
	font-family: 'Montserrat', sans-serif ;
	background-color: #EDEFEC;
	-webkit-print-color-adjust: exact !important;
}

/*Cover Page*/
.cover{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	height: 500px;
}


/*Play Page Below*/
/*Title*/
header{
	margin: 5%;
	text-align: center;
}

.playTitle{
	margin-top: 20%;
	border-radius: 5%;
	color: #616161;
	width: 400px;
	display: inline-block;
	padding: 5px;
	font-size: 90px;
	transition: 0.8s;
	animation: text 2.5s 1;
}

@keyframes text{

	0%{
		opacity: 0;
		letter-spacing: 10px;
	}

	30%{
		letter-spacing: 30px;
		width: 600px;
	}
}

.small{
	margin-top: 0;
	width: 200px;
	font-size: 40px;
	transition: 1.5s;
}

.playTitle:hover{
	color: #EDEFEC;
	background-color: #616161;
	transition: 0.8s;
}

.Noir{
	text-align: right;
}

span{
	display: inline-block;
	font-size: 40px;
	color: #444444;
}

.Blanc{
	text-align: left;
}

.playPage{
	opacity: 1s linear;
	transition: 2s;
}

.fade{
	opacity: 0;
	transition: 2s;
}



/*Info button*/
.showcase{
	text-align: center;
	margin-top: 2%;
}

.noir2{
	background-color: #444444;
	border: 2px solid #EDEFEC;
	color: white;
	padding: 10px 20px;
	transition: 0.8s;
	border-radius: 5px;
}

.noir2:hover{
	background-color: #EDEFEC;
	border: 2px solid #444444;
	color: #444444;
	padding: 10px 20px;
	transition: 0.8s;
	border-radius: 5px;
}

.noir2:focus {
	outline-color: #444444;

}

.carousel-board{
	width: 50%;
	margin: 5% auto;
	opacity: 0;
	-webkit-transition: 800ms linear;
}

/*.grow{
	width: 0;
	opacity: 0;
	transition: 0.5s
	margin: 0 auto;
}*/

.caption{
	background-color: rgba(71,71,71,0.9);
	color: #EDEFEC;
	font-family: 'Montserrat', sans-serif !important;
	margin: 0;
	padding: 5px;
	border-radius: 5px;
}

.infoCap{
	background-color: rgba(71,71,71,0.95);
	margin-bottom: 5%;
}

.infoCapSmall{
	background-color: rgba(71,71,71,0.95);
	text-align: left;
}



/*Utility buttons*/
.utiButt{
	display: flex;
	justify-content: center;
	margin-top: 2%;
}

.noir{
	background-color: #444444;
	border: 2px solid #EDEFEC;
	color: white;
	padding: 10px;
	width: 100px;
	transition: 0.8s;
	border-radius: 5px;
	margin: 5px;
}

.noir:hover{
	background-color: #EDEFEC;
	border: 2px solid #444444;
	color: #444444;
	transition: 0.8s;
}

.noir:focus {
	outline-color: #444444;
}

#rubber{
	background-color: #444444;
	border: 2px solid #444444;
	color: white;
	padding: 10px;
	width: 100px;
	border-radius: 5px;
	margin: 5px;
	opacity: 0.3;
}

#rubber:focus {
	outline-color: #444444;
}

/*PlayBox Area*/

.playBox{
	margin: 5% auto;
	border: 5px solid #616161;
	border-radius: 5px;
	width: 600px;
	height: 600px;
}

.playArea{
	display: flex;
	width: 100%;
	height: 50%;
	margin: auto;
	padding: 0;
}

.playAreaBottom{
	display: flex;
	flex-direction: row;
	transform: rotateX(180deg);
	width: 100%;
	height: 50%;
	margin: auto;
	padding: 0;
}


.playBoard{
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	width: 50%;
	height: 100%;
	overflow: hidden;
	margin:0;
  padding:0;
  border: none;
	box-shadow: none;
}

/*Enlarging the original drawboard, and remove this ID later when duplicating the drawboard*/
#large{
	width: 100%;
	height: 200%;
	z-index: 1;
}


.boardCopy{
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	flex-wrap: wrap;
	width: 50%;
	height: 100%;
	overflow: hidden;
	margin:0;
  padding:0;
  border: none;
	box-shadow: none;
}

.boardCopy2{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	flex-wrap: wrap;
	width: 50%;
	height: 100%;
	overflow: hidden;
	margin:0;
  padding:0;
  border: none;
	box-shadow: none;
}

.boardCopy3{
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	flex-wrap: wrap;
	width: 50%;
	height: 100%;
	overflow: hidden;
	margin:0;
  padding:0;
  border: none;
	box-shadow: none;
}

/*The dimensions of the pixel*/
.pixels{
	width: 2%;
	height: 2%;
	display: inline-block;
	background-color: black;
	border: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

/*.pixels:after{
    content: '.';
    visibility: hidden;
}*/

/*Global class to hide or reveal stuff*/
.hidden{
	display: none;
}



/*Settings for printing*/
@media print {

 		.Noir, .Blanc, .colorPicker, span, .carousel-board{
 			display:none !important;
 		}

 		header{
 			margin-top:5% !important;
 			font-size: 50px !important;
 		}

 		body,html {
		  margin:0 !important;
		  padding:0 !important;
		}

 		body{
 			background-color: white !important;
 		}


 		button{
 		 display:none !important;
 		}


		.playBox{
			margin-top:2% !important;
			margin-left: 5% !important;
			width: 90% !important;
			height: 60vh !important;
		}

		.pixels{
			margin: 0 !important;
			padding: 0 !important;
		}



}

/*Responsive display*/
@media (max-width: 750px ){
		.playBox{
			width: 90%;
		}
};