@charset "utf-8";
/* CSS Document */

.banner-main
{
	background: url(../images/banner-main.jpg);
	background-size: auto 100%;
	background-position: center;	
}

.banner-2
{
	background: url(../images/banner2.jpg);
	background-size: 100% auto;
	background-position: center;
}

.banner-3
{
	background: url(../images/banner3.jpg);
	background-size: 100% auto;
	background-position: bottom;
}

.banner-4
{
	background: url(../images/banner4.jpg);
	background-size: 100% auto;
	background-position: bottom;
}

.banner-5
{
	background: url(../images/banner5.jpg);
	background-size: 100% auto;
	background-position: bottom;
}


.mwm-footer
{
	height: 50px;
 	position: fixed;
	bottom: 0;
	width: 100%;
}

.mwm-contact
{	
	text-align: center;
	background: #333333;
	color: #CCCCCC;
	padding: 50px;
	margin-top: 50px;
	margin-bottom: 50px;	
	background-image: url(../images/contact-bg.jpg);
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;	
}

.two-column
{
	width: 60%;
	min-width: 460px;
}

.one-column
{
	margin-right: 20px;
	margin-bottom: 50px;
}

.column-container
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 70px;
}



