article{
	margin-top: 30px;
}
article section > h1{
	text-align: center;
}
.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;
	font-size: 17px;
	box-sizing: border-box;
}
.section1 div b{
	font-size: 20px;
	}
.section1 div a{
	color: hsl(200,100%,50%);
}
.section1 div img{
width:120px;
margin: auto;
display: block;
vertical-align: top;
margin-bottom: 10px;
}
.section2{
	margin-bottom: 30px;
	box-sizing: border-box;
	background: hsl(0,0%,90%);
}
.section2 h1{
	
	font-size: 18px;
	font-weight: normal;
	padding: 15px;
	margin-left: 50px;
	color: black;
}

.section2 h1:before{
	content: '<';
	margin-right: 10px;
	font-stretch: 40px;
	float: left;
	
	}
.section2 h1 a{
	color: black;
	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: hsl(190,100%,50%)!important;
	font-weight: bold;
}
.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{
	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;
}
footer{
	margin-top: 40px;
}
@media(min-width: 1000px){
	
     .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{

		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;
}

}