/*
	Author: Thomas Kuharski
	Date: 	7/8/2023
*/

/*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; /*600px;*/
	height : 775px;
	margin-top: 25px;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
	background : #72AA30;/*#DDDDDD;*/
}

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;/*#BBBBBB;*/
}

.emoji{
	font-size: 2.5em;
	font-family: 'Noto Color Emoji', sans-serif;
	/* -webkit-text-stroke: 20px #FFF; */
	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;
	/* -webkit-text-stroke: 20px #FFF; */
	text-shadow: -1px 1px 0 #444444,
				  1px 1px 0 #444444,
				 1px -1px 0 #444444,
				-1px -1px 0 #444444;
}

#map{
	height: 30em;
	width: 35.5em;
	overflow: auto;
}

#log{	
	height: 30em;
	/* width: 35.5em; */
	overflow: auto;
}

.player{
	text-shadow: -2px  2px 0 #222222,
				  2px  2px 0 #222222,
				  2px -2px 0 #222222,
				 -2px -2px 0 #222222; /*55ff33*/
}
/*
h1{

}

h2{

}

h3{

}

p{

}
*/

#content{
	height : 650px;
}

footer{
	margin-left: auto;
    margin-right: auto;
	padding-bottom: 7px;
	text-align: center;
	background-color : #428820;/*#BBBBBB;*/
}