@charset "utf-8";
/* CSS Document */

html, body { margin: 0; padding: 0; width:100%; height: 100%; font-size: 24px; line-height: 30px;font-family: "Segoe-UI",sans-serif; }
.bigCont {
	background-color: rgb(255,253,227);
	height: 100%;
}
.innerCont {
	margin: 0 auto;
	max-width: 1100px;
	box-sizing: border-box;
	padding: 0px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
	min-height: 100%;
	background-color: #fff;
	position: relative;
}
.logo {
	margin: 0 auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 450px;
	height: 225px;
	background-image: url(../img/logo.png);
}
.video {
	width: 640px;
	margin: 10px auto;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
	line-height: 0;
}
.lines {
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/lines.png);
	background-size:auto;
}
.footer {
	position: absolute;
	width: 360px;
	text-align: center;
	margin-left: -180px;
	bottom:0;
	left: 50%;
	color: rgb(35,65,146);
}
.footer a {
	color: rgb(35,65,146);
	font-weight: 700;
	text-decoration: none;
	background-position: center center;
	background-repeat: no-repeat;
}
.fbLink { 
	width: 185px;
	height: 55px;
	background-image: url(../img/fb-btn.png);
	display: inline-block;
}
.pdfLink {
	width: 130px;
	height: 55px;
	background-image:url(../img/pdf-btn.png);
	display: inline-block;
}