@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	background: -webkit-radial-gradient(#3a5d87, #1b2e54); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(#3a5d87, #1b2e54); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(#3a5d87, #1b2e54); /* For Firefox 3.6 to 15 */
	background: radial-gradient(#3a5d87, #1b2e54); /* Standard syntax */
	background-size: cover;
}
.csLogoWrapper, .csNfWrapper {
	width: 100%;
	height: auto;
}
.csLogo {
	margin: 15% auto 40px;
	width: 100%;
}
.csLogo img {
	display: block;
	margin: 0 auto;
}
.csNf {
	color: #ffffff;
	margin-bottom: 40px;
	font-size: 70px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	font-weight: 700;
}
.csTitleWrapper {
	width: 100%;
	height: auto;
}
.csTitle {
	margin: 0 auto;
	width: 100%;
}
.csTitle h1 {
	text-align: center;
	text-transform: uppercase;
	font-size: 32px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #d99b29;
	margin-bottom: 10px;
	letter-spacing: 3px;
}
.csContentWrapper {
	width: 100%;
	height: auto;
}
.csContent {
	margin: 0 auto;
	width: 100%;
}
.csContent p {
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #ffffff;
	letter-spacing: 1px; 
}
.csContent p a {
	color: #d99b29;
	text-decoration: none;
}
.csContent p a:hover {
	text-decoration: none;
	border-bottom: 2px solid #d99b29;
	padding-bottom: 3px;
}