* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

body {
	padding: 0;
	margin: 0
}

#notfound {
	position: relative;
	height: 100vh;
	background: #fff
}

#notfound .notfound {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.notfound {
	max-width: 767px;
	width: 100%;
	line-height: 1.4;
	text-align: center
}

.notfound .notfound-404 {
	position: relative;
	height: 180px;
	margin-bottom: 20px;
	z-index: -1
}

.notfound .notfound-404 h1 {
	font-family: montserrat, sans-serif;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 224px;
	font-weight: 900;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: -12px;
	color: #030005;
	text-transform: uppercase;
	text-shadow: -1px -1px 0 #6b441f, 1px 1px 0 #ff005a;
	letter-spacing: -20px
}

.notfound .notfound-404 h2 {
	font-family: montserrat, sans-serif;
	position: absolute;
	left: 0;
	right: 0;
	top: 110px;
	font-size: 42px;
	font-weight: 700;
	color: #d26e12;
	text-transform: uppercase;
	text-shadow: 0 2px 0 #6b441f;
	letter-spacing: 13px;
	margin: 0
}

.notfound a {
	font-family: montserrat, sans-serif;
	display: inline-block;
	text-transform: uppercase;
	color: #e68d3b;
	text-decoration: none;
	border: 2px solid;
	background: 0 0;
	padding: 10px 40px;
	font-size: 14px;
	font-weight: 700;
	-webkit-transition: .2s all;
	transition: .2s all
}

.notfound a:hover {
	color: #a96d36
}

@media only screen and (max-width:767px) {
	.notfound .notfound-404 h2 {
		font-size: 24px
	}
}

@media only screen and (max-width:480px) {
	.notfound .notfound-404 h1 {
		font-size: 182px
	}
}