body, html {
	height: 100%;
	width: 100%;
	font-size: 1em;
	margin: 0;
	padding: 0;
	font-family: 'Comic Sans MS', sans-serif;
	font-weight: normal;
	color: rgba(0,0,0,.5);
}

h2 {
	color: #c00000!important;
}

h5, h4 {
	color: #e36c0a!important;
}

.nav-bar {
	background-color: #555;
	border-bottom: 1px solid #6b6b6b;
}
@media only screen and (max-width: 529px) {
	.navbar-brand>img {
		width: 150px;
	}	
}

.nav-link {
	color: #000;
}
.nav-item {
	padding: 0 15px;
}
.footer-custom {
	background-color: #e3f2fd; 
	padding-left: 100px;
}
.text-center {
	text-align: center;
}
.green-text {
	color: #00a651;
}
.orange-text {
	color: #e49b0f;
}
.m-t-10 {
	margin-top: 10px;
}
.m-t-20 {
	margin-top: 20px;
}
.m-t-30 {
	margin-top: 30px;
}
.m-t-40 {
	margin-top: 40px;
}
.m-t-50 {
	margin-top: 50px;
}
.m-t-60 {
	margin-top: 60px;
}
.m-t-70 {
	margin-top: 70px;
}
.m-t-80 {
	margin-top: 80px;
}
.m-t-90 {
	margin-top: 90px;
}
.m-t-100 {
	margin-top: 100px;
}
.m-b-10 {
	margin-bottom: 10px;
}
.m-b-20 {
	margin-bottom: 20px;
}
.m-b-30 {
	margin-bottom: 30px;
}
.m-b-40 {
	margin-bottom: 40px;
}
.m-b-50 {
	margin-bottom: 50px;
}
.m-b-60 {
	margin-bottom: 60px;
}
.m-b-70 {
	margin-bottom: 70px;
}
.m-b-80 {
	margin-bottom: 80px;
}
.m-b-90 {
	margin-bottom: 90px;
}
.m-b-100 {
	margin-bottom: 100px;
}
.slogan {
	text-align: center;
}
.lt-blue-section {
	background-color: #e3f2fd;
}
.text-center {
	text-align: center;
}
.img-center-responsive {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.img-responsive {
	width: 100%;
	height: auto;	
}
.heading {
	margin-bottom: 30px;
}
@media only screen and (max-width: 529px) {
	.navigation-link {
		font-size: 8px;
	}
}
.section-divider {
    border: 0;
    border-top: 1px solid #666;
}
.page-title-img {
	padding: 20px 0;
}
.fc-img {
	margin-top: 156px;
}
@media only screen and (max-width: 529px) {
	.fc-img {
		margin-top: 20px;
	}
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
	.fc-img {
		margin-top: 56px;
	}
}
.home-tagline{
	color: #e36c0a
}