@charset "utf-8";
/*
Designer: KLP
File: app_styles.css
Date: 9/15/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: 90px;
	background-color: black;
	color: white;
	padding-top: 5px;
	border-bottom: thick #D7D024 solid;
}

#mastheadText{
	float: left;
}

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

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

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

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

#masthead img#cssImgBtn{
	float: right;
	cursor: pointer;
}

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

details{
	margin-bottom: 5px;
}

details div{
	width: 500px;
}

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

/*----- widgit styles -----------------------------------------------------------*/

/*----- media styles ------------------------------------------------------------*/
@media (min-width: 600px) {

	/*red*/
	main#appContent div#sketch {
		margin-top:20px;
		width: 450px;
	}

	main#appContent div#myCanvas {
		width: 450px;
		height: 450px;
		margin-left: auto;
		margin-right: auto;
	}

	main {}
}