@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
    background-color: #FFF;
    margin: auto;
    /* [disabled]max-width: 666px; */
    width: 100%;
    /* [disabled]min-width: 568px; */
}
body {
	font-family: 'Roboto', "sans-serif;";
}
#logo {
	float: left;
	height: auto;
	width: 45%;
	margin-left: 5%;
	margin-top: 24px;
	margin-bottom: 12px;
}
#logo img {
	height: auto;
	width: 100%;
}
nav {
	padding-top: 125px;
	width: auto;
}
nav ul li {
	float: left;
	list-style-type: none;
	margin-left: 5%;
	width: auto;
}
nav ul li a {
	font-weight: 300;
	color: #ADA042;
	font-size: 18pt;
	text-decoration: none;
	display: block;
	letter-spacing: 4px;
	text-align: center;
	line-height: 20pt;
}
nav ul li a:hover {
	color: #913718;
	border-bottom: 1px solid #B66246;
	border-top: 1px solid #FEA878;
}
#colorbar {
	margin-top: 40px;
}
#fullmural {
    margin-top: 6px;
    margin-bottom: 12px;
}
#EdgeID {
    width: 100%;
    height: 412px;
}
#quote {
    font-size: 16pt;
    font-style: italic;
    letter-spacing: 3px;
    text-align: center;
    height: auto;
    width: 90%;
    margin-left: 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;
}
