@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 {

}

/*gallery*/
	
.gallery {
	height: 3900px;
	background-image: url("../../css/images/Artboard_2_copy_21.png");
	background-size: cover;
	padding-top: 20px;
	filter: saturate(25%);
	transition: 1s;
	
}

.gallery img:hover{
	filter: saturate(4);
	transform: scale(1.1);
}


.col	img{	
	width: 100%;
	height: auto;
	displa: block;

}

.col{
	width: 10%;
	float: left;
	margin: 0.5%;	
}

.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: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
	
	
.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: 0px;
	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;
	margin-bottom: 10px;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {

		.container{
		width: 100%;
	}
	
	.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: 20px;
}
	
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	
	.col{
		width: 48%;
		margin: 4px;
	}
	
	.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 0px;
	padding-top: 142px;
	margin-top: 20px;
	margin-bottom: 18640px;
	height: 400px;
		

}
	
.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: 0px;
	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;
}
	
	.footer_banner {
		padding-top: 55px;
	}
	
	
.banner {
	padding-left: 20px;
	padding-right: 20px;
}
.footer_column {
	width: 100%;
}
	
	
	.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;

}
}

/* 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;
}
.banner{
		margin-top: -20%;
	}
}

}
