@charset "UTF-8";
/* Body */
body {
	font-family: source-sans-pro;
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
	background-image: url("../images/backround.jpg");
	background-size: cover;
}
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	
}
/* Navigation */
header {
	width: 100%;
	height: 3.5%;
	
	
}
.logo {
	color: #C5D7D6;
	font-weight: bold;
	text-align: undefined;
	width: 35%;
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	letter-spacing: 8px;
	font-size: 15px;
}
nav {
	float: right;
	width: 63%;
	text-align: right;
	margin-right: 0px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #C5D7D6;
	font-size: 12.5px;
	text-align: left;
	margin-right: 40px;
	font-weight: bold;
	transition: all 0.3s linear;
	letter-spacing: 4px;

}
ul li a {
	color: #C5D7D6;
	text-decoration: none;
}
ul li:hover a {
	color: #E36446;
}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	letter-spacing: 4px;
}
/* Hero Section */
.hero {

}

.light {
	font-weight: bold;
	color: #717070;
}
.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* About Section */

.text_column {
	width: 93%;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 42px;
	padding-right: 20px;
	color: #FFFFFF;
	letter-spacing: 0px;
}

.text_column_title {
	width: 28%;
	text-align: center;
	font-weight: bold;
	line-height: 25px;
	float: left;
	padding-left: 42px;
	padding-right: 20px;
	color: #FFFFFF;
	letter-spacing: 3px;
}

.text_column_2 {
	float: center;
	margin-left: none;
	margin-right: none;
	text-align: center;
	font-weight: lighter;
	line-height: 25px;
	padding-left: 20px;
	padding-right: 20px;
	letter-spacing: 3px;
	color: #FFFFFF;
}

.text_column_3 {
	float: center;
	text-align: left;
	font-weight: bold;
	line-height: 25px;
	padding-left: 42px;
	padding-right: 50px;
	padding-top: 50px;
	letter-spacing: 3px;
	color: #FFFFFF;
	font-size: 12.5px;
}

.about {
	padding-left: 25px;
	padding-right: 25px;
	width: 97%;
	padding-top: 40px;
	padding-bottom: 35px;
	display: inline-block;
	background-color: hsla(103,3%,54%,0.55);
	margin-top: 20px;
	
}

/* Stats Gallery */
.stats {
	color: #717070;
	margin-bottom: 5px;
}
	
	.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: ;
	/* [disabled]min-width: 400px;
*/

	padding-top: 0px;
	margin-top: 30px;
	margin-bottom: 0;
	
}

.col	img{	
	width: 100%;
	height: auto;
	display: block;
	float: center;
}



/* Stats Gallery 2 */
.stats {
	color: #717070;
	margin-bottom: 5px;
}
	
	.gallery2 {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: ;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 1px;
	padding-top: 0px;
	margin-top: 20px;
	margin-bottom: 5px;
	
}

.col2	img{	
	width: 100%;
	height: auto;
	display: block;

}

.col2{
	width: 31.3%;
	float: left;
	margin: 1%;	
}

/* Stats Gallery 3 */
.stats {
	color: #717070;
	margin-bottom: 5px;
}
	
	.gallery3 {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: ;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 1px;
	padding-top: 0px;
	margin-top: 20px;
	margin-bottom: 5px;
	
}

.col3	img{	
	width: 100%;
	height: auto;
	display: block;

}

.col3{
	width: 48%;
	float: left;
	margin: 1%;	
}

/* Parallax Section */
.banner {
	background-color: #2D9AB7;
	background-image: url("../images/Gallery_mainpage_7_bottom.jpg");
	height: 250px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 50px
}

/* Parallax text */
.parallax {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	padding-top: 200px;
	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;
}
.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 {
	float: center;
	margin-left: 44.5%;
	
}

.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #878c85;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	font-size: 10px;
}
.footer_banner {
	padding-top: 40px;
	padding-bottom: 20PX;
	margin-bottom: 0px;
	background-image: url(../../images/pattern.png);
	background-repeat: repeat;
	font-size: 13px;
	line-height: 5px;
}

.button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 175px;

}

footer {
	display: inline-block;
}
.hidden {
	display: none;
} 

/* Mobile */
@media (max-width: 320px) {
	.body {
	font-family: source-sans-pro;
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
	background-image: url("../images/backround.jpg");
	background-size: cover;
	}
	
	.container{
		width: 100%;
	}
	
	.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
header nav ul {
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2.5px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 7px;
}
	
	.hero {
	/*background-position: center; 
	background-size: 100%;
	background-repeat: no-repeat;*/
	margin-top: 150px;
}

	
	.hero_header {
	margin-bottom: 10px;
}
	

	
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

	
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.banner {
	background-color: #2D9AB7;
	background-image: none;
	margin-top: 20%;

}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
	
.footer_banner {
	padding-top: 35px;
	padding-bottom: 10PX;
	margin-bottom: 0px;
	background-image: url(../../images/pattern.png);
	background-repeat: repeat;
	font-size: 13px;
	
}

.button {
	margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  width: 175px;


}
	
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {

		.container{
		width: 97%;
	}
	
	.logo {
	width: 100%;
	text-align: left;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	color: #C5D7D6;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: hsla(103,3%,54%,0.55)

}
	

		
		
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2.5px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 7px;
}
	
	.hero {
	/*background-position: center; 
	background-size: 100%;
	background-repeat: no-repeat;*/
	margin-top: 150px;
}
	
	.hero_header {
	margin-bottom: -45px;
}
	
	.about {
		width: 88%;
		margin-left: 1%;
		margin-right: 1%;
	}
	
.text_column {
	width: auto;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	
	.text_column_2 {
	width: 60%;
	text-align: center;
		padding-left: ;
		margin-left: 15%;
		
}
	
	.col{
		width: auto;
	}
	
	
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
	
	.banner{
		margin-top: -3%;
	}
	
.parallax {
	text-align: center;
	margin-top: 50%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}
.thumbnail {
	width: 50%;
}
.parallax {
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
}
.parallax_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
}
.banner {
	padding-left: 20px;
	padding-right: 20px;
}
.footer_column {
	width: 100%;
}
.footer_banner {
	padding-top: 35px;
	padding-bottom: 10PX;
	margin-bottom: 0px;
	background-image: url(../../images/pattern.png);
	background-repeat: repeat;
	font-size: 13px;
	
}

.button {
	margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  width: 175px;


}
	
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
.thumbnail {
	width: 50%;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	
	.text_column_2 {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	
	
	
.banner{
		margin-top: -20%;
	}
}

}
