@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
    background-color: #FFF;
    margin: auto;
    /* [disabled]max-width: 799px; */
    width: 100%;
    /* [disabled]min-width: 768px; */
}
body {
	font-family: 'Roboto', "sans-serif;";
}
#logo {
	float: left;
	height: auto;
	width: 33%;
	margin-left: 3%;
	margin-top: 24px;
	margin-bottom: 12px;
}
#logo img {
	height: auto;
	width: 100%;
}
nav {
	padding-top: 100px;
}
nav ul li {
	float: left;
	list-style-type: none;
	margin-left: 3%;
	width: auto;
}
nav ul li a {
	font-weight: 300;
	color: #ADA042;
	font-size: 16pt;
	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: solid;
	border-bottom-color: #B66246;
	border-top-color: #FEA878;
	border-top-width: 1px;
	border-top-style: solid;
}
#colorbar {
	margin-top: 45px;
}
#fullmural {
    margin-top: 6px;
    margin-bottom: 12px;
}
#EdgeID {
    width: 100%;
    height: 557px;
}
#quote {
    font-size: 16pt;
    font-style: italic;
    letter-spacing: 3px;
    text-align: center;
    height: auto;
    width: 75%;
    margin-left: 12.5%;
    margin-top: 12px;
    line-height: 24pt;
    font-weight: 300;
    color: #918336;
    float: left;
}
#copyright {
	font-size: 10pt;
	line-height: 14pt;
	font-weight: 300;
	color: #913718;
	text-align: center;
	float: left;
	width: 100%;
	/* [disabled]margin-left: 5%; */
	margin-top: 24px;
	letter-spacing: 3px;
}
