.banner2 .banner-background {
	background-color: #287DA6;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}


#services-container {
	background-color: white;
	display: inline-block;
}

.item-category {
	list-style: none;
	font-size: 1.2em;
	font-family: Isaosa-Light;
}

.item-category ul {
	font-size: 1.3em;
}

.item-service {
	list-style: none;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	font-size: 0.9em;
}

.service-title {
	font-size: 1.9em;
    margin-top: 10px;
    color: #565656;
}

.service-content {
	font-size: 1.3em;
	color: #565656;
}

.service-content p {
	margin: 1em 0;
}

.service-content ul, .service-content ol {
	padding-left: 30px;
}

.item-name {
	font-weight: bold;
	color: #565656;
	font-size: 1.2em;
}

.service-content h5 {
 font-weight: bold;
 font-size: 0.8em;
}

.service-content h4 {
 font-weight: bold;
 font-size: 0.9em;
}

.service-content h3 {
 font-weight: bold;
}

.service-content h2 {
 font-weight: bold;
 font-size: 1.1em;
}

.service-content h1 {
 font-weight: bold;
 font-size: 1.2em;
}

@media screen and (min-width: 1200px) { 

	#services-container {
	}

}
