@charset "UTF-8";
/* CSS Document */
* {
}
.green, h2, h3, h4, h5, h6, a {
	color: #8fba28;
}

.grey {
	color: grey;
}

a:hover {
	color: #939393;
	cursor: pointer;
}

.bg-green {
	background-color: #8fba28;
}

.bg-grey {
	background-color: #575757;
	color: #A5A5A5;
}

.bg-light {
	background-color: #f5f5f5 !important;
}

a.green-button {
	background-color: #8fba28;
	color: white;
	cursor: pointer;
}

a.green-button:hover {
	background-color: #939393;
	color: white;
	cursor: pointer;
}

.jumbotron {
	background-color: #f5f5f5;
}

.jumbotron-1 {
	background-color: #ffffff;
}

ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
@media (min-width: 992px) { ul, li {
	display: inline-block;
	} }

@media (min-width: 1200px) { ul, li {
	display: inline-block;
	} }