/*header{
	background-image: url('../img/contactbanner.jpg');
}*/
 header section {
    padding: 30px;
    color: white;
}

header section h1{
    margin-bottom: 55px;
    font-size: 40px;
}
header section  img{
    display: block;
    width: 60px;
    border-radius: 50%;
    padding: 5px;
    margin-top: 50px;
}
.msg{
	background: black;
	color: white!important;
	position: fixed;
	left: 0px;
	z-index: 1000;
	text-align: center;
	bottom: 0px;
	right: 0px;
	padding: 10px;
	font-weight: bolder;
}

article div{
	padding: 20px;
	padding-left: 30px;
	background:black;
}
article div h1{
text-transform: uppercase;
}
article div *{
margin-bottom: 10px;
color: white
}
.section2{
	width: 100%;
	margin: 5px;
}

article section > h1{
	margin: 10px;
	margin-top: 20px;
}

@media(min-width: 1000px){
	 header section{
     width: 790px;
   margin: auto;
    }
    header section  img{
    margin-top: 120px;
    }
	article{
		margin-bottom: 30px;
	}



}