@charset "utf-8";
/* CSS Document */

body {
	background-color: #1d5890;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Open Sans';
	color: #FFF;
}
/* Commonly used to style page titles. */
h1 {
	color: #3E3A4C;
	font-family: 'Cabin', sans-serif;
	text-shadow: #FFF 1px 1px 1px;
	font-size: 22px;
}
/* Commonly used to style section titles. */
h2 {
	color: #86A00B;
	font-family: 'Cabin', sans-serif;
	font-size: 19px;
}
/* Commonly used to style page titles. */
h3 {
	color: #627183;
	font-weight: normal;
	font-family: 'Cabin', sans-serif;
	font-size: 17px;
}
/* Commonly used to style section titles. */
h4 {
	color: #E5C40D;
	font-size: 14px;
	font-style: italic;
}
.wrap {
	width: 100%;
}
.wrap-inner {
	width: auto;
	margin: 0 auto;
	background-image: url('../images/entry-page-bg.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top;
}
.wrap-inner p {
	color: #FFF;
}
.text-cont {
	border-top: 1px solid rgba(255, 255, 255, .3);
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	width: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.logo-cont {
	width: 100%;
	text-align: center;
	padding-top: 36px;
}
.footer-cont {
	width: auto;
    margin: 0 20px 30px;
    text-align: center;
}
img.images {
	max-width: 100%;
	height: auto;
	}
 @media only screen and (min-width : 641px) {
.footer-cont {
	width: auto;
	margin: 0 auto;
	text-align: center;
}
.wrap-inner {
	width: auto;
	margin: 0 auto;
	background-image: url('../images/entry-page-bg.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top;
}
}
 @media only screen and (min-width : 1024px) {
.wrap-inner {
	width: 700px;
	margin: 0 auto;
	background-image: url('../images/entry-page-bg.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top;
}
.footer-cont {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
}
