/* Add here all your CSS customizations */

/* Shared Static Hero Styles */

.static-hero {
	position: relative;
	width: 100%;
	max-width: none;
	margin: 0 auto;
	overflow: hidden;
}

.static-hero-img {
	width: 100%;
	height: auto;
	display: block;
}

.static-hero .btn {
	font-size: min(2vw, 30px) !important;
	padding: .7vw 1.6vw !important;
	line-height: 1.1 !important;
	white-space: nowrap;
}




body {
	font-size: 18px;
	line-height: 1.6;
}
p {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 18px;
}
h1 {
	font-size: 26px !important;
	font-weight: 600;
	line-height: 1.1;
}
h2 {
	font-size: 23px !important;
	font-weight: 500;
	line-height: 1.25;
}
h3 {
	font-size: 20px !important;
	font-weight: 500;
	line-height: 1.3;
}
h4 {
	font-size: 18px !important;
	font-weight: 500;
	line-height: 1.4;
}
h5, h6 {
	font-size: 16px !important;
	font-weight: 500;
	line-height: 1.4;
}

.cta-button-wrap {
    text-align: right;
    padding-top: 20px;
    padding-right: 35px;
		padding-bottom: 20px;
}

@media (max-width: 767px) {
 .home-concept .process-image {
 margin: 20px auto 0 auto;
}
 .home-concept strong {
 margin-top: 15px;
 margin-bottom: 20px;
 text-align: center;
}
 .home-concept .project-image {
 margin: 20px auto 0 auto;
}
}
@media (max-width: 600px) {
 .home-concept .col-xs-4 {
 width: 100%;
}
 .home-concept .process-image {
 margin: 20px auto 0 auto;
}
}

/* Split to one column below 1850px */
@media (max-width: 1880px) and (min-width: 1200px) {
 .home-concept .row.center > .col-md-5, .home-concept .row.center > .col-md-4 {
 width: 100%;
 float: none;
 margin-left: 0;
}
 .home-concept .project-image {
 margin: 40px auto 0 auto;
}
}
