@charset "utf-8";
/*site styles
11/29/21

*/

/*----- body styles -----------------------------------------------------------*/
body{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	background-color: blanchedalmond;
	margin: 0px;

}
/*----- masthead styles -----------------------------------------------------------*/
#masthead{
	height: 100px;
	background-color: black;
	color: white;
	padding-top: 10px;
	border-bottom: thick #D7D024 solid;
}

#mastheadText h1, h3{
	margin: 0px;
}

#mastheadText h1{
	margin-top: 20px;
}

#masthead #mastheadIcon{
	float: left;
	margin-right: 0px;
	height: 100px;
	cursor: pointer;
}

#mastheadText h3{
	margin-top: 5px;
	font-style: italic;
}

/*----- appContent styles -----------------------------------------------------------*/
div#appContent{
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 20px;
	font-size: 1.2em;
}

details div{
	width: 500px;
}

a {
	font-weight: bolder;
	color:brown;
	text-decoration: none;
}

p#guessCount span{
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
}

/*----- widgit styles -----------------------------------------------------------*/
#guessTF{
	width: 50px;
}

#guessBtn{
	border-radius: 5px;
}