body {
	background: #000;
	color: #B7E5D8;
	font: 62.5% Arial, sans-serif; 
}

#logo {
	font: 8.5em 'Century Gothic', 'Didact Gothic', sans-serif;
	line-height: 1em;
	margin: 0;
}
#intro h1 {
	font-size: 4em;
	font-weight: normal;
}
h2,
h2 a {
	font-size: 4em;
	font-weight: normal;
	margin: 0 0 20px;
}
h2 a {
	font-size: 1em;
}
h3,
h4 {
	font-size: 2.2em;
	font-weight: normal;
}
h4 {
	margin: 0 0 10px;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p {
	color: #B5B5B5;
	font-size: 1.6em;
	margin: 0 0 20px;
}

img {
	max-width: 100%;
}

#wrapper {
	max-width: 100%;
	margin: 0 0 100px;
	overflow: auto;
}
header {
	background: url('../images/header.png') no-repeat 50% 0;
	overflow: hidden;
	padding: 130px 0 0;
}
header p {
	color: #B7E5D8;
	font-size: 1.7em;
}
header section div {
	float: left;
}
section .association {
	color: #FFF;
	float: right;
	font-size: 1.6em;
	margin: 70px 0 0;
}
.association img {
	position: relative;
	top: -11px;
	vertical-align: middle;
}
nav {
	clear: both;
	padding: 10px 0;
	overflow: hidden;
	text-align: center;
}
nav li {
	display: inline-block;
}
nav li:first-child a,
nav li:first-child span {
	border-left: none;
	padding: 0 17px 0 0;
}
nav .social {
	clear: left;
	float: left;
	border: none;
	white-space: nowrap;
}
nav .social a {
	border: none;
	display: inline-block;
	padding: 0 0 0 10px;
}
nav a,
nav span {
	border-left: 2px solid #B7E5D8;
	color: #B7E5D8;
	display: block;
	font-size: 2em;
	line-height: 0.9em;
	padding: 0 17px;
}
nav span {
	color: #FFF;
}

section {
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
article > section {
	padding: 15px 0;
}

#intro {
	background: #B7E5D8;
	color: #333;
}
#intro h2 {
	color: #333;
}
#intro p {
	color: #333;
}

section .main {
	margin: 0;
}
.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.video iframe,
.video img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.main a {
	color: #B7E5D8;
}

aside p {
	color: #B7E5D8;
}
#main aside {
	text-align: left;
}
#main aside p {
	font-size: 2em;
}
aside img {
	margin: 10px 0;
}

.contribute {
	background: #0059FB;
	border: 1px solid #005AFF;
	border-radius: 6px;
	color: #FFF;
	display: inline-block;
	font: 3.0em 'Century Gothic', 'Didact Gothic', sans-serif;
	margin: 10px 0;
	padding: 5px 10px 5px 10px;
}
.contribute:after {
	content: url('../images/contribute.png');
	height: 23px;
	padding: 0 0 0 8px;
	width: 26px;
}
.contribute:hover {
	background-color: #044CCD;
	cursor: pointer;
	text-decoration: none;
}

#team article li {
	clear: both;
	margin: 0 0 40px;
	overflow: hidden;
}
#team article li img {
	float: right;
}
#team article li p {
	margin: 0 42.088091353996737% 0 0;
}

#gallery article li {
	margin: 0 0 10px;
}

ol {
	list-style: decimal;
	margin: 0 0 0 15px;
}

ol li {
	font-size: 1.6em;
	margin: 0 0 20px 15px;
}

.displaynone {
	display: none;
}

@media screen and (max-width: 786px) {
	section .main,
	aside {
		padding: 0 5%;
	}

	aside {
		text-align: center;
	}
}

@media screen and (min-width: 786px) {
	nav li {
		float: left;
	}
	nav .social {
		clear: none;
		float: right;
	}

	section .main {
		float: left;
		width: 61.4%;
	}

	aside {
		margin: 0 0 0 64.5%;
	}
}