header{
	background-image: url('../img/teambanner.jpg');
}
header section {
	padding: 30px;
	color: white;
}

header section h1{
	margin-bottom: 55px;
	font-size: 40px;
}
article{
	margin-top: 30px;
}
header section  img{
	display: block;
	width: 60px;
	border-radius: 50%;
	padding: 5px;
	margin-top: 50px;
}
article section h1{
	margin-left: 0px;
	font-size: 24px;
	font-style: normal;
}
.section1 h1{
	text-transform: capitalize;
	margin-bottom: 20px;
}
.section1 {
	padding:20px;
}
.section1 em{
	font-size:19px;
	display: inline-block;
	margin-bottom: 25px;
	font-weight: bold;
}
.section1 p{
	margin-bottom: 30px;
}
.section1 img{
	width: 100%;
}
.section5 div img{
	border-radius: 50%;
	width: 150px;
	height: 150px;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 0px;
}


.section5{
	background: white;
	color: white;
	padding: 20px;
	text-align: center;
}
.section5 *{
	margin-bottom: 10px;
	display: block;
	color: black;

	font-style: normal;
	width: 100%;
}
.section5 div{
	width: 300px;
	padding-bottom: 40px;
	margin: auto;
	text-align: left;
	padding-top: 10px;
	background: hsl(0,0%,90%);
	margin-bottom: 20px;

}
.section5 div *{
	padding: 10px;
}
.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;
	text-align: center;
	font-size: 25px;
}
.section5 div b{
	background: hsl(71,31%,48%);
	color: white;
	text-align: center;
	padding: 2px;
	padding-top: 10px;
	font-weight: normal;
}

.section5 div b a{
	display:inline-block!important;
	color: white;
	width:27%;
	text-decoration:none;
}



@media(min-width: 1000px){
	header section{
     width: 790px;
   margin: auto;
	}
	header section  img{
    margin-top: 150px;
	}
	.section1{
		text-align: center;
	}
	.section1 > * {
		vertical-align: top;
		margin: 30px;
	}
	.section1 img{
	width: 300px;
}
.section1 div{
	width: 400px!important;
	text-align: left;
	display: inline-block;
}



.section5{
	padding: 40px;
}
.section5 div{
	display: inline-block;
	width: 250px;
	margin: 5px;
	text-align: left;
}
.section5 span h1{
	text-align: left;
	padding-left: 0px;
	margin-left: 0px;
}
.section5 span{
	width: 100%;
	margin-left: 10px;
}
.section5 aside{
width: 800px;
margin: auto;
}


}