body
{
	font-family: 'Helvetica';
	max-width: 100%;
}

.background
{
	background-image: url(https://data.whicdn.com/images/277379761/original.gif);
	/*
	background-image: url(https://66.media.tumblr.com/c2ed355b7553ed769f308852e1a229b2/tumblr_nwu0szJzh31swst14o1_500.gif);
	*/
	background-attachment: fixed;
	background-size: cover;
}

.intro
{
	overflow: hidden;
	position: relative;
	align-items: center;
	display: flex;
	justify-content: center;
	width: 100%;
	height: 100vh;
}

.back-overlay
{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.title {
	flex-direction: column;
	color: white;
	text-align: center;
	text-shadow: 0 2px 3px gray;
	z-index: 10;
}

.footer
{
		position: absolute;
		bottom: 10px;
		right: 10px;
		font-size: 20px;
		color: white;
		text-shadow: 0 1px 5px black;
		z-index: 150;
		text-align: right;
}

 .footer a img
 {
	 	height: 40px;
		opacity: 0.2;
		transition:  .1s all linear;
 }

.footer a
{
	color: #9acbff;
}

.footer a img:hover
{
	opacity: 1;
}

.section
{
	width: 100%;
	overflow: hidden;
	margin: auto;
	display: flex;
	align-items: center;
	position: relative;
	padding: 0 10px;
	background: white;
	color: black;
	background-size: cover;
	background-position: center;
	min-height: 500px;
	border-bottom: solid 2px #ddd;
	justify-content: center;
}

.section:nth-child(2n+1)
{
	background-color: #f5f7f9;
}

.section:nth-child(2n)
{
	background-color: #eaecee;
}

.section .left
{
		text-align: right;
}

.section .image
{
	padding: 0;
	display: flex;
}

.section .image .left
{
	justify-content: flex-end;
}
.section .image .right
{
	justify-content: flex-start;
}

.section .image img
{
	min-height: 500px;
	vertical-align: middle;
}

.section .center, .section .left, .section .right {
	display: inline-block;
	width: 50%;
	max-width: 512px;
	z-index: 10;
	padding: 50px 0;
	margin: 0 10px;
}
