header{
	background-image: url('../img/servicebanner.jpg');
}
header section {
	padding: 30px;
	padding-top: 50px;
	color: white;
}

header section h1{
	margin-bottom: 5px;
	font-size: 40px;
}
header section h1 img{
	display: block;
	width: 60px;
	border-radius: 50%;
	padding: 5px;
}

article{
	margin-top: 30px;
}
.offering{
	display: inline-block;
	background: hsl(50,50%,50%);
	padding: 30px;
	font-style: italic;
	margin: 30px;
    font-weight: bold;
	margin-top: -40px!important;
}
.section1{
	padding: 20px;
	padding-top: 5px;
	box-sizing: border-box;
}

.section1 div img{
width: 100%;
margin: auto;
margin-bottom: 10px;
}
.section2{
	margin-bottom: 30px;
	box-sizing: border-box;
	background: hsl(0,0%,30%);
}
.section2 h1{
	border-bottom: 1px solid;
	font-size: 18px;
	font-weight: normal;
	padding: 15px;
	margin-left: 50px;
	color: hsl(70,100%,70%);
}

.section2 h1:before{
	content: '<';
	margin-right: 10px;
	font-stretch: 40px;
	float: left;
	color: hsl(70,20%,75%);
	}
.section2 h1 a{
	color: hsl(70,100%,70%);
	text-decoration: none;
}
.section2 .div1{
	vertical-align: top;
}
.section2 div img{
	width: 100%;
}
.section2 .div2{
	vertical-align: top;
	display: inline-block;
}
.section2 .div2 h4{
margin-bottom: 30px;
	}
	.section2 .div2 li{
margin-bottom: 30px;
	}
section h1.active a{
	color: white!important;
}
.section5{
	background: hsl(205,50%,20%);
	color: white;
	padding: 20px;
	text-align: center;
}
.section5 *{
	margin-bottom: 15px;
	display: block;
	font-style: normal;
	width: 100%;
}
.section5 div img{
	width: 150px!important;
	display: block;
	text-align: center;
	margin: auto;
	margin-bottom: 20px;
}
.section5 h2{
	font-size: 19px;
}
.section5 div{
	width: 250px;
	padding-bottom: 40px;
	margin: auto;
	text-align: left;
	border-bottom: 10px solid hsl(50,100%,80%);
	margin-bottom: 20px;

}
.section5 span{
	text-align: left;
	display: block;
}
.section5 span em{
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
	margin-bottom: 25px;

}
.section5 span h1{
	margin-bottom: 30px;
	font-size: 25px;
}
@media(min-width: 1000px){
	header section{
     width: 58%;
    margin: auto;
	}
	header section h1{
		margin-top: 150px;
	}
     .section1{
     	width: 55%;
     	margin: auto;
     	padding-top: 20px;
     	margin-bottom: 40px;
     	text-align: left;
     	margin-top:60px; 
     	background: hsl(0,0%,95%);

     }
	.section1 div img{
		width: 300px;
		float:left;
		margin: 20px;
		margin-left: 0px;
		margin-top: 0px;
	}
	.section2{
		width: 55%;
		margin: auto;
	text-align: center;
	clear: both;
	margin-bottom: 20px;
	padding: 10px;
}
.section2 img{
	width: 100%;
	vertical-align: bottom;
	margin-top:20px!important;
	border-bottom: none;
}
.section2 h1{
	padding:24px;
}
.section2 .div1{
	display: inline-block;
	width: 45%;
	text-align: left;
}
.section2 .div2{
	width: 45%;
	text-align: left;
}


.section5{
	padding: 40px;
}
.section5 div{
	display: inline-block;
	width: 200px;
	margin: 30px;
	text-align: left;
}
.section5 span{
	width: 100%;
	margin-left: 30px;
}
.section5 aside{
width: 800px;
margin: auto;
}
body .offering{
	margin-top: -60px!important;
	position: absolute;
	left: 400px;
}

}