@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');

html body {
	font-family: 'Arial', sans-serif;
	background-color: #F2F2F2;
}

[class^="icon-"], [class*=" icon-"] {
	width: 1.25em;
	text-align: center;
	display: inline-block;
}

@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}

header {
	border-bottom: 5px solid #2C8227;
	background-color: #f0f2f4;
}

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

footer {
	margin-top: 50px;
	border-top: 5px solid #2C8227;
	background-color: #171E36;
	height: 150px;
	color: #99a1b4;
}

.footer-content {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	font-size: 0.9rem;
}

.footer-content a {
	color: #2C8227;
	text-decoration: none;
	transition: 0.4s;
}

.footer-content a:hover {
	color: #fff;
	text-decoration: none;
}

.footer-social-media-buttons {
	font-size: 1rem;
}

#mainContent {
	margin-top: 50px;
	min-height: calc(100vh - 200px - 73px - 50px);
	background-color: #F2F2F2;
}

#mainContentFrontPage {
	margin-top: 50px;
	min-height: calc(100vh - 200px - 73px - 50px - 500px);
	background-color: #F2F2F2;
}

h1, h2, h6 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	color: #2C8227;
}

h3, h4, h5 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	color: #2C8227;
}

.about-us-card {
	margin-top: 25px;
	border: 1px solid #e1e1e1;
	border-radius: .25rem;
	padding: 20px;
	background: #ffffff;
}

.btn-primary {
	background-color: #2C8227;
	border-color: #2C8227;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	background-color: #171E36;
	border-color: #171E36;
}

.btn-primary:focus {
	outline: none !important;
	box-shadow: none;
}

.widget-activity {
	
}

.widget-activity-header {
	background-color: #2C8227;
	color: #ffffff;
	padding: 15px;
	text-align: center;
	border: 1px solid #e1e1e1;
}

.widget-activity-header h5 {
	color: #ffffff;
	margin: 0;
}

.widget-activity-body {
	border: 1px solid #e1e1e1;
	border-top: none;
	border-bottom: none;
	background-color: #ffffff;
	padding: 7px;
}

.widget-activity-footer {
	border: 1px solid #e1e1e1;
	border-top: none;
	background-color: #ffffff;
	padding: 10px;
}

.widget-activity-footer-buttons {
	display: flex;
	justify-content: space-around;
	text-align: center;
}

.list-group-item.active {
	background-color: #2C8227;
	border-color: #2C8227;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: #2C8227;
}

#mainContent p a {
	color: #2C8227;
	text-decoration: underline;
}

#mainContent p a:hover {
	color: #2C8227;
	text-decoration: none;
}

.clickableTd {
	cursor: pointer;
}