body {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	font-family: 'Poppins';
}

a, a:link, a:hover, a:visited {
	text-decoration: none;
}

a:focus {
	outline: none;
}

.content {
	position: fixed;
	height: 300px;
	top: calc((100% - 300px) /2);
	width: 100%;
}

.site-title {
	font-size: 64px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
	color: #fff;
	text-shadow: 0px 0px 10px #000;
}

.site-description {
	font-size: 36px;
	text-align: center;
	color: #fff;
	font-weight: normal;
	margin-bottom: 50px;
	text-shadow: 0px 0px 10px #000;
}

.contact {
	font-size: 28px;
	text-align: center;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	height: 50px;
	line-height: 50px;
	border: 1px solid #fff;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 230px;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
	text-shadow: 0px 0px 10px #000;
}

.contact:focus {
	outline: none;
}

.contact:hover {
	background: #fff;
	color: #000;
	box-shadow: 0px 0px 10px #000;
	text-shadow: 0px 0px 0px transparent;
}

#hidden-content a {
	padding-left: 5px;
	padding-right: 10px;
	color: #000;
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#hidden-content a:hover {
	padding-left: 15px;
	padding-right: 0px;
}