body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
}

a {
	color: #000;
	text-decoration: none;
	outline: none;
}

.content.grey a {
	color: #fff;
}

.content-block-left,
.content-block-right {
	text-align: left;
}

h1 {
	font-weight: 300;
	font-size: 22px;
	line-height: 22px;
	text-align: center;
	margin-bottom: 100px;
	opacity: 0;
	-webkit-animation: appear 0.8s;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-delay: 2s;
	-moz-animation: appear 0.8s;
	-moz-animation-fill-mode: forwards;
	-moz-animation-delay: 2s;
	animation: appear 0.8s;
	animation-fill-mode: forwards;
	animation-delay: 2s;
}

@-webkit-keyframes appear {
    0%   {opacity: 0;}
    100% {opacity: 1;}
}

h2 {
	font-weight: 300;
	font-size: 24px;
	line-height: 34px;
	
}

.gap h2 {
	color: #fff;
	width: 620px;
	margin: 0 auto;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}


.content-block {
	text-align: center;
}