body
{
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	background: #111;
	color: #fff;
	padding: 0;
	margin: 0;
}

h1
{
	font-family: 'Audiowide', sans-serif;
	font-size: 32px;
	font-weight: normal;
	margin:0 0 12px 0;
	padding:0;
}

h2
{
	font-family: 'Audiowide', sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin:0 0 12px 0;
	padding:0;
}

p
{
	margin:0 0 12px 0;
	padding:0;
}

code
{
	border: 1px solid #888;
	border-radius: 2px;
	background: #444;
	color: #fff;
	padding: 1px 2px;
}

a
{
	color: #18b;
	text-decoration: none;
	margin: 0 20px 0 0;
}

a:hover,
a:focus
{
	color: #4cf;
	text-decoration: none;
}

.fill
{
	width:100%;
}

.center
{
	text-align: center;
}

.container
{
	margin: 0 auto;
	padding: 80px 0;
	width: 100%;
	background: #222;
}

.container2
{
	margin: 0 auto;
	padding: 80px 0;
	width: 100%;
	background: #333;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

#nav-bar
{
	margin: 0;
	padding: 00;
	position: fixed;
	z-index: 10;
	width: 100%;
	background: #000;
	border-bottom: 1px solid #bbb;
}

#nav-bar ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0;
}

#nav-bar ul a
{
	display:block;
	color:#bbb;
	text-decoration:none;
	font-weight:700;
	font-size:12px;
	line-height:32px;
	padding:0 15px;
}

#nav-bar ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0;
}

#nav-bar ul li.current-menu-item
{
	background:#222
}

#nav-bar ul li:hover
{
	background:#333
}

#nav-bar ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#222;
	border: 1px solid #bbb;
	padding:0;
	z-index:10;
}

#nav-bar ul ul li
{
	float:none;
	width:200px;
	z-index:11;
}

#nav-bar ul ul a
{
	line-height:120%;
	padding:10px 15px
}

#nav-bar ul ul ul
{
	top:0;
	left:100%;
	z-index:12;
}

#nav-bar ul li:hover > ul
{
	display:block
}

.footer
{
	color: #888;
	font-size: 0.6em;
	background: #111;
	border-top: 1px solid #bbb;
	text-align: center;
}

.brand
{
	display:block;
	color:#bbb;
	text-decoration:none;
	font-weight:700;
	font-size:18px;
	line-height:32px;
	padding:0 15px;
	font-family: 'Audiowide', sans-serif;
	margin: 0 40px 0 0;
	position:relative;
	float:left;
}

.button
{
	display: inline-block;
	height: 38px;
	padding: 0 30px;
	color: #fff;
	text-align: center;
	font-size: 11px;
	font-weight: 600;
	line-height: 38px;
	letter-spacing: .1rem;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	background: #18b;
	border-radius: 4px;
	border: 1px solid #bbb;
	cursor: pointer;
	box-sizing: border-box;
}

.button:hover,
.button:focus
{
	background: #4cf;
	border-color: #fff;
	outline: 0;
}

.disabled-button
{
	color: #888;
	background: #444;
}