body, html {
	height: 100%
}
body {
	background: #151618 url(../images/background_404.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	color: #FFF;
	margin: 0;
	text-align: center;
	overflow-x: hidden;
}
#wrongpage p {
}
h1 {
	text-transform: uppercase;
	letter-spacing: 20px;
	font-size: 180px;
	font-weight: 700;
}
h2 {
	font-size: 80px;
	font-weight: 700;
	color: rgba(203,0,0,1.00);
	letter-spacing: 6px;
}
p {
	text-align: center;
	font-size: 21px;
}
a {
	transition: color 0.2s ease-out;
	text-decoration: none;
	color: #fff;
	text-decoration: underline;
}
a:hover {
	color: #CCC;
}
h2 span {
	margin: 0px;
}
.logo {
	margin: 10px;
	width: 280px;
}
.container {
	position: relative;
	width: 100%;
	z-index: 9;
}
.button-white {
	padding: 15px 35px;
	margin: 30px 10px;
	border: solid 2px #ffffff;
	text-decoration: none;
	display: inline-block;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: 700;
	font-size: 18px;
}
.footer {
}
.footer .handle {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
}
.footer i {
	color: #f8b604;
	font-size: 38px;
	vertical-align: middle;
}
 @keyframes bounceInDown {
0% {
opacity: 0;
transform: translateY(-2000px);
}
60% {
opacity: 1;
transform: translateY(30px);
}
80% {
transform: translateY(-10px);
}
100% {
transform: translateY(0);
}
}

@media (max-width: 430px) {
		.logo {
	width: 200px;
}
h1 {
	font-size: 160px;
}
h2 {
	font-size: 100px;
}
p {
	font-size: 1em;
}
	.button-white {
		margin: 0;
	}
.footer i {
	padding: 10px 0;
}
}

@media (max-width:576px) {
	.logo {
	width: 240px;
}
h1 {
	font-size: 140px;
}
h2 {
	font-size: 80px;
}
	p {
	font-size: 18px;
}
}
