/*
	Author: Thomas Kuharski
	Date: 	7/30/2025
*/

/*Compatibility block*/
/* -------------------------------------------------------*/

header, nav, section, article, aside, footer {
        display: block;   
}

/* -------------------------------------------------------*/

/* @import url('https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap'); */

body{
	/*background-color : #B2EE80;*/
	font-family : geneva,arial,sans-serif;
}


#container{
	width : 1000px; 
	height : 775px;
	margin-top: 25px;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
	/*background : #72AA30;*/
}

header{
	margin-left: auto;
    margin-right: auto;
	padding-top: 1px;
	text-align: center;
	font-family : geneva,arial,sans-serif;
	font-size:0.9em;
	/*background-color :  #428820;*/
}

.card{
	font-size: 1em;
	font-family: 'Noto Color Emoji', sans-serif;
	text-shadow: -1px 1px 0 #444444,
				  1px 1px 0 #444444,
				 1px -1px 0 #444444,
				-1px -1px 0 #444444;
	/* width: 100px;
	height: 100px; */
}

.emoji{
	font-size: 2.5em;
	font-family: 'Noto Color Emoji', sans-serif;
	text-shadow: -1px 1px 0 #444444,
				  1px 1px 0 #444444,
				 1px -1px 0 #444444,
				-1px -1px 0 #444444;
}

.emoji-sm{
	font-size: 1.5em;
	font-family: 'Noto Color Emoji', sans-serif;
	text-shadow: -1px 1px 0 #444444,
				  1px 1px 0 #444444,
				 1px -1px 0 #444444,
				-1px -1px 0 #444444;
}

#board{
	height: 28.75em; /*27em;/*20em; /*18em;*/
	width: 40em;/*35.5em;*/
	overflow: auto;
}

#log{	
	height: 30em;
	overflow: auto;
}

.player{
	text-shadow: -2px  2px 0 #222222,
				  2px  2px 0 #222222,
				  2px -2px 0 #222222,
				 -2px -2px 0 #222222;
}

*/

/*
h1{

}

h2{

}

h3{

}

p{

}
*/


#content{
	height : 650px;
}

footer{
	margin-left: auto;
    margin-right: auto;
	padding-bottom: 7px;
	text-align: center;
	/*background-color : #428820;*/
}
