﻿

/* 404 Error Page
====================================*/
#not-found { margin: 90px 0 115px 0; }

#not-found h2 {
	text-align: center;
	font-size: 240px;
	line-height: 210px;
	font-weight: 500;
	letter-spacing: -5px;
}

#not-found p {
	text-align: center;
	font-size: 32px;
	line-height: 48px;
	color: #999;
}

#not-found i {
	color: #a0a0a0;
	font-size: 210px;
	top: -12px;
	position: relative;
}
