/*body {
	color: aqua;
}*/

/* !Header */

header nav {
	background: #04101C;
	background: rgba(4, 13, 22, 0.4);
	overflow: hidden;
	padding-top: 0;
}

header nav ul li {
	float: left;
}

header nav ul li a {
	background: #04101C;
	background: rgba(4, 13, 22, 0.6);
	float: left;
}

header img {
	background: url(images/battersea-600.png) top center no-repeat;
	margin-top: -320px;
	margin-top: -32rem;
}

section.vevent {
	margin-top: 320px;
	margin-top: 32rem;
	padding-bottom: 20px;
	padding-bottom: 2rem;
}

section.vevent aside {
	background: #04101C;
	background: rgba(4, 13, 22, 0.6);
	position: absolute;
	top: 100px;
	top: 10rem;
	right: 0;
}

section.vevent aside.hashtag {
	top: 240px;
	top: 24rem;
	left: 0;
	right: auto;
}

header aside h2 {
	text-align: left;
}

/* !About */

section#about {
	margin: 0 auto 40px auto;
	margin: 0 auto 4rem auto;
	width: 600px;
	width: 60rem;
}

header aside h2 strong {
	display: block;
}

/* !Speakers */

section#speakers h2 {
	margin: 0 auto;
	width: 600px;
	width: 60rem;
}

section#speakers ul {
	margin: 0 auto;
	width: 640px;
	width: 64rem;
}

/* !Schedule section */

section#schedule h2 {
	margin: 0 auto;
	width: 600px;
	width: 60rem;
}

section#schedule ul {
	margin: 0 auto;
	width: 640px;
	width: 64rem;
}

/* !Join Mailing List section */

section#join-mailing-list {
	clear: both;
}

section#join-mailing-list h2,
section#join-mailing-list h3,
div#mc_embed_signup {
	margin: 0 20%;
}

/* !Travel Info */

section#travel h2,
section#travel h3,
section#travel ul,
section#travel p,
section#travel div.map {
	margin: 0 auto;
	width: 600px;
	width: 60rem;
}

section#travel div.map div.iframe {
	float: right;
	margin-left: 20px;
	margin-left: 2rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

/* !Amiando iframe section */

section#tickets {
	clear: both;
}

section#tickets h2,
div#registration-holder {
	margin: 0 20%;
}

/* !Unsocial App */

section#app h2,
section#app p {
	margin: 10px auto;
	margin: 1rem auto;
	width: 600px;
	width: 60rem;
}