@import url("https://fonts.googleapis.com/css?family=Euphoria+Script");

* {
	margin: 0;
	padding: 0;
}
html{
	height: 100%;
}
body{
	background-color: #F7DFD4; 
	max-width: 100%;
	height: 100%;
}

#logo{
	display: block;
	margin: 0 auto;
	margin-right: auto;
	margin-left: auto;
	background-size: cover;
	width: 100%;
}

i{
	font-size: 100px;
}

ul{
	background-color: #EABCAC;
	margin-top: -3px;
	margin-bottom: 30px;
	font-size: 18px;
	position: relative;
	width: 100%;
	height: 60px;
	text-align: center;
}

ul li {
	float: left;
	list-style-type: none;
	padding-top: 20px;
	padding-left: 105px;
	padding-right: 60px;
	display: inline;
	text-align: center;
	/* background-color: #D9CA9C; */
}
ul li a {
	color: #482426;
	text-decoration: none;
	text-align: center;
}

ul li a:hover {
	color: white;
	font-weight: bold;
}

h1 {
	border: 3px solid #E2B091;
	border-style: groove;
	width: 500px;
	margin: 50px auto;
	text-align: center;
	padding: 30px;
	color: #white;
	font-family: 'Euphoria Script', cursive;
}

.colorchange {
	color: white;
}

h2 {
	color: #874E4C;
	text-align: center;
}
h3 {
	color:#E2B091; 
	font-style: italic;
	text-align: center;
}
p {
	color: white;
	text-align: center;
	float: center;
}
a {
	color: black;
}

#sketch {
	border: none;
	width: 98.75Vw;
	height: 50Vh;
	background-color: white;
}

#overwrite {
	color: white;
}
