body {
	background-color: #393f41;
	color: #fff;
	font-size: 18px;
	font-family: trajan-pro-3, serif;
	font-weight: 400;
	font-style: normal;
}

h1 {
	color: #e18c19;
}

h2 {
	color: #fff;
}

.small-text {
	font-family: 'Open Sans', sans-serif;
}

li {
	margin-top: 7px;
	
}

.space {
	margin-top:15px;
}

.space40 {
	margin-top:40px;
}

.vanilla-form {
	padding: 0 50px;
}

ul li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 5px 0 -20px;
    color: #e18c19;
}

ul { 	list-style-type: none; }

form {
	color: #393f41;
}

@media(max-width:767px){}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}