* {
	-webkit-transition-duration: 0.25s;
	-moz-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-duration: 0.25s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-style: normal;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	font-size: 1em;
	min-width: 880px;
	font-family: sans-serif;
	background-color: #121212;
	color: #a18939;
}

h1 {
	font-style: normal;
	font-weight: normal;
	font-size: 2em;
}

h2 {
	font-style: normal;
	font-weight: normal;
	font-size: 1.5em;
}

h3 {
	font-style: normal;
	font-weight: normal;
	font-size: 1.2em;
}

h4 {
	font-style: normal;
	font-weight: normal;
	font-size: 1.2em;
}

p {
	font-size: 1em;
}

a {
	text-decoration: none;
	color: #cbaa3e;
}

a:hover {
	color: #ffff00;
}

a img {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}

a img:hover {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}

ul {
	-webkit-column-break-inside: avoid;
    -moz-column-break-inside:avoid;
    -moz-page-break-inside:avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    column-break-inside: avoid;
}

ol {
	-webkit-column-break-inside: avoid;
    -moz-column-break-inside:avoid;
    -moz-page-break-inside:avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    column-break-inside: avoid;
}

li {
	margin-bottom: 10px;
	-webkit-column-break-inside: avoid;
    -moz-column-break-inside:avoid;
    -moz-page-break-inside:avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    column-break-inside: avoid;
}

blockquote {
}

header {
	color: white;
	background-color: #121212;
	height: 110px;
	width: 100%;
	text-align: center;
}

header a img {
	margin: 10px;
}

header #logo {
	width: 300px;
}

nav {
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	min-height: 20px;
	width: 100%;
	min-width: 880px;
	font-family: Raleway;
	font-size: 1em;
	text-transform: uppercase;
}

nav ul {
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 100%;
	max-width: 880px;
	margin-right: auto;
	margin-left: auto;
}

nav li {
	margin: 4px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 17px;
	padding-left: 3px;
	list-style-type: disc;
	float: left;
}

nav a li:hover {
	color: #ffff00;
}

#home {
	list-style: none;
	padding-left: 15px;
}

nav a:hover {
	color: #112233;
}

.mmenu {  
	display: none;
}

#nav-menu {
	position: absolute;
	right: 20px;
}

article {
	clear: both;
	float: none;
	text-align: center;
}

article h1,h2,h3,h4 {
	margin-left: 5%;
	width: 90%;
}

article p {
	margin-left: 5%;
	width: 90%;
}

section[role="banner"] {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 250px;
	background-color: #dddddd;
}

article #artwork {
	width: 100%;
	max-width: 850px;
}

p.learnmore {
	text-align: center;
	font-size: 1.2em;
	clear: both;
}

footer {
	padding-bottom: 2px;
	padding-top: 2px;
	clear: both;
	float: none;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 20px;
	font-size: 0.8em;
}

footer a {
}

footer a:hover {
}

@media screen and (max-width: 900px) {

body {  
	font-size: 1.5em;
	min-width: 400px;
}

header {
	text-align: left;
}

#logo {
	position: absolute;
	left: 0px;
	width: 270px;
}

nav {  
	min-height: 30px;  
	height: auto;  
	width: 100%;
	text-align: right;
	min-width: 400px;
}

nav ul {
	margin-top: 0px;
	text-align: center;
	display: none;
	min-width: 400px;
}

nav ul li {
	border-top-color: #cccccc;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: thin solid;
	border-left-width: 0px;
	font-size: 1.7em;
	float: none;
	min-width: 400px;
}

nav ul li:first-child {
	border-top-width: 0px;
}

.menuItem {
	display: none;
}

.mmenu {  
	display: block;
	width: 65px;
	position: absolute;
	right: 10px;
	top: 20px;
}

.mmenu img {
	width: 65px;
}

footer {
	font-size: 0.35em;
}

}