@font-face {
    font-family: 'metropolis-bold';
    src: url('../fonts/metropolis-bold-webfont.woff2') format('woff2'),
         url('../fonts/metropolis-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'metropolis-regular';
    src: url('../fonts/metropolis-regular-webfont.woff2') format('woff2'),
         url('../fonts/metropolis-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

section {
	height: 100vh;
	position: relative;
}
/*.spacer {
	height: 790px;
	width: 778px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -450px 0 0 -428px;
}*/
.content {
	border: 15px solid #000;
	height: 740px;
	width: 728px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -350px 0 0 -428px;
	padding: 50px;
}
.about {
	position: absolute;
	top: 190px;
	width: 378px;
}

h1 {
	font-family: 'metropolis-bold';
	text-transform: uppercase;
	font-size: 60px;
	line-height: 70px;
	margin-bottom: 20px;
}
span {
	font-family: 'metropolis-bold';
	font-size: 20px;
	display: block;
	margin-bottom: 10px;
}
p {
	font-family: 'metropolis-regular';
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;
}


.half-page {
	height: 600px;
	width: 300px;
	display: block;
	background-image: url(../images/half-page-ad.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: 50px;
	right: 50px;
	border: .5px solid rgba(0, 0, 0, .25);
	transition: all ease 0.5s;
}
.half-page span {
	margin: -30px 0 0 59px;
}
.half-page span,
.leaderboard span {
	opacity: 0;
	visibility: hidden;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'metropolis-bold';
	font-size: 40px;
	position: absolute;
	top: 50%;
	transition: all ease 0.5s;
}
.half-page:after {
	content: "";
	height: 600px;
	width: 300px;
	display: block;
	transition: all ease 0.5s;
}
.half-page:hover:after,
.leaderboard:hover:after {
	background-color: rgba(235, 0, 140, 0.75);
}
.half-page:hover span,
.leaderboard:hover span {
	opacity: 1;
	visibility: visible;
}
.leaderboard {
	height: 90px;
	width: 728px;
	display: block;
	background-image: url(../images/leaderboard-ad.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 50px;
	border: .5px solid rgba(0, 0, 0, .25);
}
.leaderboard span {
	margin: -20px 0 0 272px;
}
.leaderboard:after {
	content: "";
	height: 90px;
	width: 728px;
	display: block;
	transition: all ease 0.5s;
}



