body {
	font-family: serif;
	font-size:18px;
}

ul {
	list-style-type: none;
}

nav ul {
    color: black;
    font-size: 19px;
    font-weight: bold;
}

nav ul li.nav-item {
	border-right:1px solid #c8c8c8;
}

nav ul li.nav-item:last-child {
	border-right:none;
}

section.capabilities .one:hover {
	background-color: #ff8700;
}

section.capabilities .two:hover {
	background-color: #efff00;
}

section.capabilities .three:hover {
	background-color: #9ffff5;
}

section.capabilities .four:hover {
	background-color: #65ff2a;
}

section.capabilities .five:hover {
	background-color: #89a3f8;
}

section.capabilities .six:hover {
	background-color: #fe2a2a;
}


section.contact-form .form-group .btn {
	font-size:1.9em;
	border-width: 5px;
}

section.contact-form .form-group label {
	font-size:14px;
	color:white;
}

.about-content .col-md-12 h1 {
	padding-bottom: 2.5em;
	padding-top: 1em;
}

.about-content .col-md-12 p {
	text-align:center;
	font-family:serif; 
	font-size: 1.2rem;
}

.about-content .col-md-6 ul li {
	font-size:1.3rem;
}

.about-content .center-content {
	color:black;
	border-top:1px solid grey;
	border-bottom:1px solid grey;
}

.about-content .center-content p {
	font-size: 1.7rem;
}

.about-content .last-content img {
		min-width: 100%;
}

.contact-content .col-md-12 .contact-map-box {
	background: none repeat scroll 0 0 #222222;
    x-background: rgba(0,0,0,0.9);
    background-color: #000;
    display: block;
    height: 100%;
    left: 10px;
    padding: 20px;
    position: absolute;
    top: 0;
    width: 27%;
    min-width: 340px;
    line-height: 5px;
    border-right:2px solid black;
    border-left:2px solid black;
}

.contact-content .col-md-12 .contact-map-box h1 {
	font-size:1.7rem;
	color:#black;
	font-weight: 700;
}

.contact-content .col-md-12 .contact-map-box p {
	color:black;

}

.contact-content .col-md-12 .contact-map-box h3 {
	font-size:1.3rem;
	color:black;
}

.contact-content .col-md-12 .contact-map-box .hours b{
	color:black;
	font-size:1.2rem;
}

.testimonial .testimonial-header {
    min-width: 800px;
}

.testimonial .testimonial-header .fa-star {
    color: #67f332;
}

.testimonial .testimonial-header .col-md-6 .d-block {
    margin-top: 6px;
    margin-left: 5px;
}

.testimonial .col-md-12 {
    margin-top: 25px;
}

.testimonial .testimonial-box {
    max-width: 800px;
    border-bottom: 1px solid grey;
}

.testimonial .testimonial-box .header {
    display: inline-block;
    min-width: 100%;
}

.testimonial .testimonial-box .header .testimonial-ratings {
    color: #67f332;
}

.testimonial .testimonial-box .body {
    margin-top: 75px; 
}

.testimonial .testimonial-box .body .testimonial-title {
    color: #17a2b8;
    
}

.testimonial .testimonial-box .body .testimonial-content, .testimonial .testimonial-box .header .testimonial-date {
    color: #707070;
}

.testimonial .testimonial-box .body .testimonial-content {
    margin-top: 25px; 
    margin-bottom: 75px;
}

/*Bootstrap modify*/

.progress-bar {
    background-color:#67f332 !important;
}

@media (min-width: 768px) {
			.col-md-1 {
			    -ms-flex: 0 0 8.333333%;
			    flex: 1 0 8.333333%;
			    max-width: 13.333333%;
			}
		}

@media (max-width: 575px) {
			.picture {
			    display:none;
			}
			
			.testimonial .testimonial-header {
		                 min-width: 0px;
		            }
		
		            .testimonial .testimonial-header .col-md-6 {
		                margin-bottom: 15px;
		            }

		}

@media (max-width: 450px) {
			.contact-content .col-md-12 .contact-map-box {
			    min-width: 100%;
			    left:0;
			    text-align: center;
			}
			
			.testimonial .testimonial-header {
		                 min-width: 0px;
		            }
		
		
		            .testimonial .testimonial-header .col-md-6 {
		                margin-bottom: 15px;
		            }
			
		}