/*header{
	background-image: url('../img/aboutbanner.jpg');
}*/
header section {
	padding: 30px;
	padding-top: 40px;
	color: white;
}

header section h1{
	margin-bottom: 20px;
	font-size: 40px;
}
.section1 {
	padding:20px;
	padding-bottom: 0px;
	margin-bottom: -10px;
}
.section1 em,section h2{
	font-size:27px;
    font-style: normal;
	display: inline-block;
	margin-bottom: 15px;
	font-weight: bold;
}
section h2{
	display: block;
	margin-bottom: 30px;
	text-align: center;
	margin-top: 15px;
}
.section1 p{
	margin-bottom: 30px;
}
.section1 img{
	width: 100%;
	margin-bottom: 20px;
}
.section2{
	margin-bottom: 30px;
}
.section2 h1{
	border-bottom: 4px solid;
	font-size: 18px;
	padding: 15px;
	color: hsl(70,20%,75%);
}

.section2 h1:after{
	content: '>';
	margin-right: 10px;
	font-stretch: 40px;
	float: right;
	color: hsl(70,20%,75%);
	}
.section2 h1 a{
	color: black;
	text-decoration: none;
}
.section2 .div1{
	vertical-align: top;
}
.section2 .div2{
	vertical-align: top;
	display: inline-block;
	background: hsl(70,70%,90%);
	padding: 30px;
}
.section2 .div2 h4{
margin-bottom: 30px;
	}
	.section2 .div2 li{
margin-bottom: 30px;
	}
.active{
	background: hsl(0,0%,94%);
}
.section3{
	text-align: center;
}
.section3 div{
width: 100%;
display: inline-block;
color: white;
padding: 30px;
margin: 2px;
margin-right: -2px;
margin-left: -2px;
text-align: left;
background:hsl(125,7%,22%);
}
.section3  div em{
	display: block;
	margin-top: 40px;
	margin-bottom: 30px;
	margin-left: 0px;
	text-align: left;
	padding-left: 0px;
    color:  hsl(71,31%,48%);

}
.section3  div img{
	margin-bottom: 90px;
	border-left: 8px solid hsl(61,31%,48%);
	margin-left: -30px;
	width: 70px;
	padding-left: 15px;
}
.section3 h5{
	font-size: 25px;

}
.section4{
	width: 100%;
	position: relative;
	height: 400px;
	background: url('../img/about3.jpg')no-repeat;
	background-size: 100% 100%;
}

.section4 div *{
color: white;
margin-bottom: 20px;
display: block;
}
.section4 b{
	font-size: 24px;
}
.section4 a{
	background: white;
	color:  hsl(71,31%,48%);
	padding: 8px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;

	width: 160px;
	border-radius: 20px;
}

.section4 a:after{
content: '>';
margin-left: 10px;
}

.section4 div{
	position: absolute;
	right: 0px;
	top: 110px;
	left: 20%;
	padding: 30px;
	border-left: 10px solid hsl(51,51%,50%);
	background:  hsla(71,31%,48%,0.6);
}
@media(min-width: 1000px){
	header section{
     width: 58%;
     margin: auto;
	}
	header section h1{
		margin-top: 120px;
	}
	.section1{
		text-align: center;
		width: 60%;
		margin: auto;
		margin-bottom: -30px;
	}
	.section1 > * {
		vertical-align: top;
		margin: 30px;
	}
	.section1 img{
	width: 280px;
	float: right;
	margin-left: 25px;
}
.section1 div{

	text-align: left;
	display: inline-block;
}
.section2{
	text-align: center;
}
.section2 h1{
	padding:24px;
}
.section2 .div1{
	display: inline-block;
	height: 300px;
	width: 45%;
	text-align: left;
}
.section2 .div2{
	width: 45%;
	height: 300px;
	text-align: left;
}
.section3 div{
width: 29.9%;
margin-right: 2px;
text-align: left;
display: inline-block;
}
.section3 div.div4,.section3 div.div5{
	width: 45%;

}
.section4 div{
	left: auto;
	top: 250px;
	padding: 60px;
}
.section4{
	background-size: 100%;
	height: 600px;
}
}