header{
	background-image: url('../img/contactbanner.jpg');
}
header section {
	padding: 30px;
	color: white;
}
.msg{
	background: black;
	color: white!important;
	position: fixed;
	left: 0px;
	z-index: 1000;
	text-align: center;
	bottom: 0px;
	right: 0px;
	padding: 10px;
	text-transform: uppercase;
	font-weight: bolder;
}
header section h1{
	margin-bottom: 20px;
	font-size: 40px;
}
article div{
	padding: 20px;
	padding-left: 30px;
	background: hsl(125,7%,22%);
}
article div h1{
text-transform: uppercase;
}
article div *{
margin-bottom: 10px;
color: white
}
.section2{
	width: 100%;
	margin: 5px;
}
article form{
	background: hsl(70,20%,75%);
	padding: 30px;
}
article form li{
	list-style: none;
}
article form label{
	color: hsl(70,30%,50%);
	font-weight: bold;
	margin-bottom: 5px;
	display: inline-block;
}
article form *{
	width:100%;
}
form input, form select, form textarea{
	border: none;
	background: hsl(70,20%,75%);
	border-bottom: 2px solid hsl(70,30%,50%);
	margin-bottom: 15px;
	min-height: 40px;
}

input[type='submit']{
	background: white;
	color:  hsl(70,30%,50%);
	width: 190px;
	padding: 10px;
	font-weight: normal;
	border-radius: 20px;
	font-size: 24px;
	border-bottom: none;
}

article section > h1{
	margin: 10px;
	margin-top: 20px;
}

@media(min-width: 1000px){
	header section{
     width: 40%;
     padding-left: 100px;
	}
	header section h1{
		margin-top: 150px;
	}
	article{
		margin-bottom: 30px;
	}
	article form,.section2,.section3,article > div{
		width: 40%;
		margin: auto;
	}
	article form span{
		width:49%;
		display: inline-block;
	}

}