@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }
/*******************
GENERAL STYLES     /
*******************/
body {
	background: #111111;
	color: #ffffff;
	font: normal 100%/1.4 sans-serif;
	line-height: 2;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
#container {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}
section {
	text-align: center;
	padding: 0;
}
footer {
	background: #0f0f0f;
	max-width: 100%;
	padding: 2em;
}
h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 8em;
	color: #69c900;
	margin-bottom: -.4em;
}
a {
	color: #ff0084;
	text-decoration: none;
	display: inline;
	padding: 1em;
	font-family: 'Roboto', sans-serif;
	font-size: 2em;
	text-transform: uppercase;
}
a:hover {
	color: #ff5884;
	background: #2b2b2b;
}
i {
	font-style: italic;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clear {
	clear: both;
}
/*******************
NAVIGATION MENU    /
*******************/
#menu {
    max-width: 100%;
    height: 6.5em;
	background: #0f0f0f;
	padding: .5em;
}
#menu ul {
    padding: 2em;
}
#menu ul li {
    display: inline-block;
}
#menu ul li a {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5em;
    color: #ffffff;
    text-transform: uppercase;
}
#menu ul li a:hover {
    background: transparent;
    color: #ffffff;
    border-bottom: .25em solid;
    border-color: #cfcd33;
}
#logo a {
    font-family: 'Lobster', sans-serif;
    font-size: 3em;
    color: #ffffff;
    text-transform: none;
}
#logo a:hover{
    background: transparent;
}