body {
	color: #757575;
}
header {
	background: -moz-linear-gradient(
		top,
		rgba(0, 0, 0, 0.15) 0%,
		rgba(0, 0, 0, 0) 50%
	);
	background: -webkit-linear-gradient(
		top,
		rgba(0, 0, 0, 0.15) 0%,
		rgba(0, 0, 0, 0) 50%
	);
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.15) 0%,
		rgba(0, 0, 0, 0) 50%
	);
}
header a {
	color: #757575;
}
footer {
	color: #e7e2e2;
	background: #474747;
}
footer dt {
	padding-bottom: 10px;
}
footer dd {
	border-top: 1px solid #676767;
	margin: 0;
	padding: 5px 0;
}
footer dd a {
	color: #e7e2e2;
}
footer dd a:hover {
	color: #fff;
}
.font-weight-300 {
	font-weight: 300;
}
.font-weight-400 {
	font-weight: 400;
}
.font-weight-400i {
	font-weight: 400;
	font-style: italic;
}
.font-weight-600 {
	font-weight: 600;
}
.font-weight-700i {
	font-weight: 700;
	font-style: italic;
}
.font-weight-900 {
	font-weight: 900;
}
.btn-lg {
	font-size: 30px;
}
.btn-success {
	background-color: #11c94e;
	border-color: #11c94e;
}
h1 {
	color: #000;
	font-size: 42px;
	line-height: 1;
}
h3 {
	color: #000;
	font-size: 38px;
}
#top-slide {
	background: #ebeef4;
}
#warning {
	background-color: #7240b4;
}
#warning h2 {
	font-size: 42px;
}
#features {
	background: #f1f1f1;
}
.--text-copy {
	font-size: 12px;
}
.--social a {
	font-size: 28px;
	line-height: 1;
	color: #a3a3ab;
}
.--social a:hover {
	color: #fff;
}
@media (min-width: 992px) {
}
