/* hide stuff */
#inpage_scroll_btn, #latestnews, .powered-by {
  	display: none !important;
}

/* after changing order */

section.team {
 background-color: #f7f8fa; 
}

/* other tweaks */
.main-navigation {
  	font-weight: 700 !important;
}

.single-service {
    padding: 20px 20px 10px !important;
}

@media (min-width: 767px) and (max-width: 992px) {
	.single-service {
  		min-height: 185px !important;
	}
}

.call-to-action .section-overlay-layer {
    background: rgba(0, 5, 8, 0.30) !important;
}