@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #FFF;
	margin: auto;
	max-width: 413px;
	width: 100%;
	min-width: 375px;
}
body {
	font-family: 'Roboto', "sans-serif;";
}
#logo {
	float: left;
	height: auto;
	width: 60%;
	margin-left: 5%;
	margin-top: 24px;
	margin-bottom: 12px;
}
#logo img {
	height: auto;
	width: 100%;
}
nav {
	padding-top: 110px;
}
nav ul li {
	float: left;
	list-style-type: none;
	margin-left: 8%;
	width: auto;
}
nav ul li a {
	font-weight: 300;
	color: #ADA042;
	font-size: 14pt;
	text-decoration: none;
	display: block;
	letter-spacing: 4px;
	text-align: center;
	line-height: 20pt;
}
nav ul li a:hover {
	color: #913718;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #B66246;
	border-top-color: #FEA878;
	border-top-width: 1px;
	border-top-style: none;
}
#colorbar {
	margin-top: 50px;
}
#colorbar #c1 {
	background-color: #4A5027;
	height: 12px;
	width: 10%;
	float: left;
}
#colorbar #c2 {
	float: left;
	height: 12px;
	width: 10%;
	background-color: #606019;
}
#colorbar #c3 {
	float: left;
	height: 12px;
	width: 10%;
	background-color: #918336;
}
#colorbar #c4 {
	float: left;
	height: 12px;
	width: 10%;
	background-color: #ADA042;
}
#colorbar #c5 {
	float: left;
	height: 12px;
	width: 10%;
	background-color: #A9B257;
}
#colorbar #c6 {
	float: left;
	height: 12px;
	width: 10%;
	background-color: #DBE76D;
}
#colorbar #c7 {
	float: left;
	height: 12px;
	width: 10%;
	background-color: #FEE774;
}
#colorbar #c8 {
	float: left;
	height: 12px;
	width: 10%;
	background-color: #913718;
}
#colorbar #c9 {
	float: left;
	height: 12px;
	width: 10%;
	background-color: #B66246;
}
#colorbar #c10 {
	float: left;
	height: 12px;
	width: 10%;
	background-color: #FEA878;
}
#muralshow {
	float: left;
	height: auto;
	width: 90%;
	margin-top: 18px;
	margin-left: 5%;
	margin-right: 5%;
}
#muralshow img {
	height: auto;
	width: 100%;
}
#quote {
	font-size: 16pt;
	font-style: italic;
	letter-spacing: 3px;
	text-align: center;
	height: auto;
	width: 90%;
	margin-left: 5%;
	margin-top: 8px;
	line-height: 24pt;
	font-weight: 300;
	color: #918336;
	float: left;
}
#form {
	width: 90%;
	float: left;
	margin-top: 24px;
	font-size: 12pt;
	color: #B66246;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 20pt;
	margin-left: 5%;
}
#firstname {
	font-size: 12pt;
	width: 95%;
	font-weight: 300;
	color: #A9B257;
	border-width: 1px;
	padding: 4px;
	border-color: #A9B257;
	line-height: 14pt;
}
#lastname {
	font-size: 12pt;
	width: 95%;
	font-weight: 300;
	color: #A9B257;
	border-width: 1px;
	padding: 4px;
	border-color: #A9B257;
	line-height: 14pt;
}
#email {
	font-size: 12pt;
	width: 95%;
	font-weight: 300;
	color: #A9B257;
	border-width: 1px;
	padding: 4px;
	border-color: #A9B257;
	line-height: 14pt;
}
#message {
	width: 95%;
	height: auto;
	font-size: 12pt;
	font-weight: 300;
	line-height: 16pt;
	padding: 3px;
	color: #A9B257;
	border-color: #A9B257;
	border-width: 1px;
}
#button {
	width: 25%;
	height: auto;
	background-color: #DBE76D;
	font-size: 12pt;
	padding: 4px;
	font-weight: 300;
	line-height: 18pt;
	border: none;
	margin-top: 12px;
	display: inline-block;
	text-decoration: none;
	border-radius: 4px;
	cursor: pointer;
}
#button:hover {
	background-color: #FEA878;
}
#copyright {
	font-size: 10pt;
	line-height: 14pt;
	font-weight: 300;
	color: #913718;
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 24px;
	letter-spacing: 3px;
}
