@charset "utf-8";
/* CSS Document */
html, body 
{
  	margin:0;
  	padding:0;
  	border:none;
  	background: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"

}
		h1 {
			font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
			color: #FFFFFF;
			font-size: 75px;
			margin-bottom: 10px;			
		}
		
.toplink {
			font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
			font-size: 18px;
			font-weight: bold;
			color: #FFFFFF;
					}
		.bottomlink {
			font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
			font-size: 12px;
			font-weight: bold;
			color: #FFFFFF;
					}
		.copy {
			font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
			font-size: 12px;
			color: #333333;
					}
		.social {
			font-size: 30px;
			font-weight: bold;
			color: #333333;
					}
a:hover {
  text-decoration: none;  color: #38abee;
}

a:active {
  text-decoration: none;
}
.link-white {
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}
.link-dark {
  font-weight: bold;
  color: #333333;
  text-decoration: none;
}
.link-white2 {
  font-weight: bold;
  color: #FFFFFF;
	text-decoration: underline;
}
.link-white:hover {
  color: #38abee;
}
.link-bottom {
  font-weight: bold;
  color: #FFFFFF;
  font-size: 12px;
  text-decoration: none;
}
.link-bottom:hover {
  color: #38abee;
}
