@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
}
p,h1,h2,h3,ul,ol {
	margin: 0;
	padding: 0;
}
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
li {
	list-style-type: none;
}
/* Body */
body {
	font-family: "sans-serif";
	background-color: #FFF;
	font-style: normal;
	font-weight: 200;
}
/* Container */
.container {
	width: 560px;
	margin: 0 auto;
}

/* Navigation */
.logo {
	width: 100%;
}
.page .logo {
	padding: 30px 0;
	width: 375px!important;
}
.catch {
	margin-bottom: 30px;
}
.download {
	width: 157px;
	margin: 20px auto 40px;
}
.gnav {
	margin: 30px 0;
}
/* Page */
.page p,
.page dl,
.page ul,
.page ol {
	margin: 1em 0;
	font-size: 13px;
	line-height: 1.7em;
	color: #222222;
}

.liststyle-dot li {
	list-style-type: disc;
}
.liststyle-num li {
	list-style-type: decimal;
}

/* Parallax Section */
.banner {
	background-color: #2D9AB7;
	background-image: url(../images/parallax.png);
	height: 400px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.parallax {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	padding-top: 110px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.parallax_description {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	width: 30%;
	float: right;
	font-weight: lighter;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
}
footer .footer_column p {
	color: #717070;
	background-color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #FEFEFE;
	color: #C4C4C4;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #717070;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 400;
	font-family: Arial, Helvetica, "sans-serif";
	letter-spacing: 2px;
	border-top-width: 2px;
}
.footer_banner {
	background-color: #B3B3B3;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}

/* Mobile */
@media (max-width: 767px) {
html,body {
	height: 100%;
}
.container {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.page .logo {
	width: 100%;
}
.page p,
.page dl,
.page ul,
.page ol {
	margin: 1em 20px;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {

}
