/* Scss Document */

//MAINTENANCE AND 404 STYLES

* {
	margin: 0;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	background: -webkit-radial-gradient(#769065, #4d7335); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(#769065, #4d7335); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(#769065, #4d7335); /* For Firefox 3.6 to 15 */
	background: radial-gradient(#769065, #4d7335); /* Standard syntax */
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0;
}
.csContainer {
  display: table;
  width: 100%;
  height: 100%;
}
.csWrapper {
	display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}
.csLogo {
  margin-bottom: 40px;
  margin-top: -150px;
}
.csLogo img {
	display: block;
	margin: 0 auto;
}
.csNf {
	color: #c8e8f3;
	margin-bottom: 40px;
	font-size: 70px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	font-weight: 700;
}
h1 {
	text-align: center;
	text-transform: uppercase;
	font-size: 32px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #8dc53d;
	margin-bottom: 10px;
	letter-spacing: 3px;
}
p {
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #ffffff;
	letter-spacing: 1px; 
}
p a {
	color: #8dc53d;
	text-decoration: none;
}
p a:hover {
	text-decoration: none;
	border-bottom: 2px solid #8dc53d;
	padding-bottom: 3px;
}