@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'cabinregular';
	src: url('cabin-regular-webfont.eot');
	src: url('cabin-regular-webfont.eot?#iefix') format('embedded-opentype'), url('cabin-regular-webfont.woff2') format('woff2'), url('cabin-regular-webfont.woff') format('woff'), url('cabin-regular-webfont.ttf') format('truetype'), url('cabin-regular-webfont.svg#cabin-regular-webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}


#container {
	width: 80%;
	height:570px;
	background: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	position:relative;
	z-index:1;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	}
	
#logo {
	background-repeat: no-repeat;
	height: 250px;
	width: 600px;
	display: flex;
	justify-content: center;
	background-size: contain;
	margin: 0 auto;
}

#logoimg {
	height: 100%
}

#row2, #row3, #row4, #row5, #footer {
	text-align: center;
	color: dimgrey;
	font-family: 'cabinregular';
	font-size:inherit;
 }

 
#row1{
	text-align: center;
	color:#b33544;
	font-family: 'cabinregular';
	text-decoration:underline;
 }
div {
	/* [disabled]background-image: url(images/WVC.jpg); */
	/* [disabled]background-repeat: no-repeat; */
}

}

body {margin: 0px;}
#background {
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position:absolute;
	z-index:0;
}
