/*--banner--*/
.banner{
	min-height: 520px;
	background:url(../img/contactBanner.jpg)no-repeat center;
	background-size:cover;
	position: relative;
}
html{
	height: 100%;
}
body{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}


