/*header{
	background-image: url('../img/servicebanner.jpg');
}*/
 header section {
    padding: 30px;
    color: white;
}

header section h1{
    margin-bottom: 55px;
    font-size: 40px;
}
header section  img{
    display: block;
    width: 60px;
    padding: 5px;
    margin-top: 50px;
}
article section{
	text-align: center;
	padding: 10px;
}
article section h1{
margin: 20px;
font-size: 27px;
}
article section video, article section img{
	width: 300px;
}
article section video, article section img{
	vertical-align: top;
	margin-bottom: 5px;
}
iframe {
width: 95%;
height: 400px;
margin: auto;
margin-bottom: 20px;
}
@media(min-width: 1000px){
iframe {
width: 60%;
height: 600px;
margin: auto;
margin-bottom: 20px;
} 
	article{
		margin-top: 10px;
	}
	 header section{
     width: 790px;
   margin: auto;
    }
    header section  img{
    margin-top: 120px;
    }
}