body,
input,
textarea,
select {
	font-family: 'Raleway', sans-serif;
	font-size:16px;
}

.widthLimit {
	display:block;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
}

.page {
	position:relative;
	display:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	color:#333;
	width: auto;
}

.page .container h1 {
	margin:10px 0;
	padding:10px 5px;
	font-size:28px;
}

.banner-container {
	display:block;
	width:100%;
	height:708px;
	overflow:hidden;
	border: 4px solid black;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media (min-height:875px) and (max-height:920px) {

.banner-container {
	height:650px;
}

}

@media (min-height:740px) and (max-height:874px) {

.banner-container {
	height:510px;
}

}

@media (min-height:0px) and (max-height:739px) {

.banner-container {
	height:425px;
}

}

.banner-container .cards {
	position:relative;
	display:block;
	width:100%;
	height:100%;
}

.banner-container .cards .card {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position: center center;
}

