html, body {
	background: #000 !important;
	color: #fff;
}

h1 {
	color: #fff;
	font-size: 5rem;
	line-height: 1.2;
	font-weight: 100;
	margin: 3rem 0;
}

a {
	color: #fff;
}

#logo {
	height: 2rem;
	position: relative;
	top: 6px;
}

.lang {
	float: right;
	z-index: 23;
	margin-right: 4rem;
	transition: opacity .5s;
	font-size: 0.85rem;
	cursor: pointer;
	position: relative;
	top: 13px;
}

.lang .current:before {
	content: '';
	background: url(../images/languageFlair.png) no-repeat 0 0;
	width: 34px;
	height: 20px;
	position: absolute;
	left: -38px;
	top: 3px;
	transition: background-position .5s;
}

.lang .current ul {
	display: none;
	background: #0a0a0a;
	margin: 0;
	list-style: none;
}

.lang:hover {
	background: #333;
}

.lang:hover .current ul {
	background: #333;
	display: block;
}

.lang:hover .current:before {
	background-position: 0 -22px;
}

.lang .current a {
	padding: 0.2rem;
	text-decoration: none;
	border-bottom: none;
	color: #f0f0f0;
}

#c1733 {
	height: 4rem;
	border-bottom: 1px solid #3d3d3d;
}

#c1733 .row {
	padding: 0.5rem 0;
	max-width: 88.4375rem;
	margin: 0 auto;
}

#c1732 {
	padding: 10rem 0;
	max-width: 70rem;
	margin: 0 auto;
}