body{
	overflow-x: hidden !important;
	font-size: 15px !important;
}

.navbar li a {
	font-size: 15px;
}

.bg-light-orange {
	background: #87cb90
}

.bg-deep-blue {
	background: #f8ad2e
}

.bg-pink {
	background: #eb4f39
}

.text-light-orange {
	color: #87cb90
}

.text-deep-blue {
	color: #f8ad2e
}

.text-pink {
	color: #eb4f39
}

.text-shadow {
	text-shadow: 2px 2px 10px #000;
}

.text-center {
	text-align: center;
}

.text-underline {
	text-decoration: underline !important;
}
.border-light-orange{
	border-color: #87cb90 !important;
}
.text-center{
	text-align: center;
}
.no-padding{
	padding: 0;
}
.border-1-light-gray-bottom {border-bottom: 1px solid #e9e9e9 !important;}


@media (min-width: 1024px) {
	.navbar img {
		max-height: 80px;
	}

}
