/*header{
	background-image: url('../img/contactbanner.jpg');
}*/

.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;
}

article div{
	padding: 20px;
	padding-left: 30px;
	background: black;
}
article div h1{
text-transform: uppercase;
color: white;
}
article div *{
margin-bottom: 10px;
color: white
}
.section2{
	width: 100%;
	margin: 5px;
}
article form{
	padding: 30px;
	background: hsl(0,0%,96%);
}
article form li{
	list-style: none;
}
article form label{
	color: black;
	font-weight: bold;
	margin-bottom: 5px;
	display: inline-block;
}
article form *{
	width:100%;
}
form input, form select, form textarea{
	border:1px solid hsl(0,0%,55%);
	margin-bottom: 15px;
	min-height: 40px;
	padding:3px;
	border-radius: 5px;
}

input[type='submit']{
	border:1px solid hsl(0,0%,55%);
	background: hsl(0,0%,10%);
	color: white;
	padding: 7px;
	font-weight: normal;
	font-size: 20px;
	margin-left: 0px;
	text-align: center;
	border-bottom: none;
}

article section > h1{
	margin: 10px;
	margin-top: 20px;
}

@media(min-width: 1000px){
	
	article{
		margin-bottom: 30px;
	}
	article form,.section2,.section3,article > div{
		width: 40%;
		margin: auto;

	}
	article form{
		padding: 100px;
	}
	article form span{
		width:49.5%;
		display: inline-block;
	}

}