body{
	background-color: #8a9b33;
	background-image: url(../img/not-found-bg.jpg);
	background-position: bottom center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	color: #fff;
	height: 100vh;
    /*font-family: BOMBARD_;*/
    /*text-transform: uppercase;*/
}
body img{
	margin-top: 140px;
	margin-bottom: 20px;
	width: 360px;
	height: auto;
	max-width: 100%;
}
@media (max-width: 680px) {
	body img{
		margin-top: 100px;
	}
}
body h2{
	font-weight: bold;
	font-size: 24px;
}
.error-number{
	margin-top: 200px;
    font-size: 110px;
}
.btn.btn-back-to-home{
	margin-top: 20px;
	padding: 8px 20px;
	border: none;
	box-shadow: 2px 2px 4px rgba(0,0,0,.2);
	border-radius: 5px;
	color: #444;
	font-size: 18px;
	font-weight: 600;
	outline: none !important;
	transition: all .3s ease;
}
.btn.btn-back-to-home:hover,
.btn.btn-back-to-home:focus,
.btn.btn-back-to-home:active{
	background: #7e902a;
	color: #fff;
}
