@charset "UTF-8";
/* Body */
body {
	font-family: source-sans-pro;
	background-color: #F3EFE5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #A3A3A3;
}
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	background-image: url(/images/background1.png);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-size: contain;
}
/* Navigation */
header {
	width: 100%;
	height: 5%;
	
}


header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #FfFFFF;
	text-decoration: none;
}
ul li:hover a {
	color: #2C9AB7;
}

/* Hero Section */
.hero {
	margin-top: 18%;
	top: auto;
}



/* About Section */
.text_column {
	width: 29%;
	text-align: justify;
	font-weight: lighter;
	line-height: 140%;
	color: #A3A3A3;
	float: left;
	margin-left: 4%;
}
.text_column1 {
	text-align: center;
	color: #A3A3A3;
	float: left;
	font-weight: 200;
	width: 20%;
	font-size: 15px;
}
.about {
	margin-top: 0%;
	display: inline-block;
	background-color: #FFFFFF;
	margin-bottom: 2%;
	width: 100%;
}
/* Stats Gallery */


/* Parallax Section */
.parallax {
	color: #3DBBCE;
	text-align: center;
	letter-spacing: 2px;
	margin-top: 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	height: 50px;
	width: 80%;
	float: left;
	margin-left: 10%;
}

/* More info */
footer {
	padding-bottom: 35px;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
}
.footer_column {
	text-align: center;
	padding-top: 20px;
	width: 50%;
	display: inline-block;
	float: left;
	background-color: #FFFFFF;
}
footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
}
footer .footer_column p {
	color: #717070;
	background-color: #FFFFFF;
}
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;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #A6D3D5;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.hidden {
	display: none;
	padding-top: 0px;
}

/* Mobile */
@media (max-width: 375px) {
.footer_column {
	text-align: center;
	padding-top: 20px;
	background-color: #FFFFFF;
	width: 100%;
	display: inline-block;
}
/* About Section */
.text_column {
	width: 92%;
	text-align: justify;
	font-weight: lighter;
	line-height: 125%;
	color: #A3A3A3;
	float: left;
	margin-left: 4%;
	margin-right: 4%;
}
.text_column1 {
	text-align: center;
	color: #A3A3A3;
	float: left;
	font-weight: 200;
	width: 40%;
	font-size: 50%;
	height: 11px;
}
/* Stats Gallery */


/* Parallax Section */
.parallax {
	color: #3DBBCE;
	text-align: center;
	letter-spacing: 2px;
	margin-top: 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	height: 70px;
	width: 80%;
	float: left;
	margin-left: 15%;
	margin-bottom: 7%;
}

}
/* Small Tablets */
@media (min-width: 376px)and (max-width: 890px) {
.footer_column {
	text-align: center;
	padding-top: 20px;
	background-color: #FFFFFF;
	width: 100%;
	display: inline-block;
}
/* About Section */
.text_column {
	width: 92%;
	text-align: justify;
	font-weight: lighter;
	line-height: 125%;
	color: #A3A3A3;
	float: left;
	margin-left: 4%;
	margin-right: 4%;
}
.text_column1 {
	text-align: center;
	color: #A3A3A3;
	float: left;
	font-weight: 200;
	width: 29%;
	font-size: 60%;
	height: 11px;
	margin-left: 3%;
}
/* Stats Gallery */


/* Parallax Section */
.parallax {
	color: #3DBBCE;
	text-align: center;
	letter-spacing: 2px;
	margin-top: 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	height: 70px;
	width: 80%;
	float: left;
	margin-left: 10%;
}

}

/* Small Desktops */
@media (min-width: 891px) and (max-width: 1096px) {
.footer_column {
	text-align: center;
	padding-top: 20px;
	background-color: #FFFFFF;
	width: 50%;
	display: inline-block;
	float: left;
}

}
