body {
	width: 100%;
	height: 100%;
	font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 200;
	color: white;
	background-color: black;
}

.intro .intro-body .brand-heading {
	font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 900;
	font-size: 60pt;
	background: -webkit-linear-gradient(#fff, #ccc);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.navbar-custom.top-nav-collapse {
	padding: 0;
	background: white;
	background-color: rgba(0, 0, 0, 0.8);
}

.gray {
	color: #ccc;
}

.copy {
	font-size: 16px;
	font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 200;
}
