@charset "UTF-8";
/* Body */
body {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
	margin: 0;
	background: url(images/bg.jpg) no-repeat top center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	/* background-color: #FFFFFF; */
}
/* Header */
header {
	width: 100%;
	height: 8%;
	margin-left: auto;
	margin-right: auto;
	background:rgba(129,166,62,0.75	);
}
.logo {
	color: #ffffff;
	font-weight: bold;
	margin-left: auto;
	letter-spacing: 0.05em;
	margin-right: auto;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 2em;
	font-size: 22px;
}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	letter-spacing: 4px;
}
/* About Section */
.text_column {
	width: 90%;
	text-align: left;
	line-height: 25px;
	float: left;
	padding-left: 0px;
	padding-right: 20px;
	color: #A3A3A3;
}
.gallery {
	width: 100%;
	display: inline-block;
	text-align:center;
	clear: both;
	/* background-color: #FFFFFF; */
	/* [disabled]min-width: 400px; */
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 23%;
	display: inline-block;
	text-align: center;
	float: inherit;
	margin-top: 35px;
	background:rgba(129,166,62,0.75);
	padding-bottom: 10px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 3px;
	padding-top: 10px;
}
.thumbnailNav {
	width: 23%;
	display: inline-block;
	text-align: center;
	float: left;
	margin-top: 35px;
	background:rgba(129,166,62,0.75);
	padding-bottom: 10px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 3px;
	padding-top: 10px;
}
.gallery .thumbnailNav h4 {
	margin-top: 55px;
	margin-bottom: 55px;
	color: #FFFFFF;
	text-align: center;
	padding: 60px;
}
.gallery .thumbnail:hover {
	background:rgba(129,166,62,0.9);
}
.gallery .thumbnailNav:hover {
	background:rgba(129,166,62,0.9);
}
.gallery .thumbnailNav p {
	margin: 0;
	color: #FFFFFF !important;
	text-align: center;
	padding: 20px;
}
.thumbnailNav a {
	color:#FFFFFF !important;
	font-size: x-large;
	letter-spacing: 0.05em;
}

/* More info */
.intro {
	/* background-color: #FFFFFF; */
	background:rgba(129,166,62,0.75);
	padding-bottom: 35px;
}
.column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
.intro .column h3 {
	color: #FFFFFF;
	text-align: center;
}
.intro .column p {
	color: #FFFFFF;
}
.cards {
	width: 23%;
	height: auto;
	max-width: 255px;
	max-height: 200px;
	opacity: 0.9;
}
.intro .column p {
	width: 80%;
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 4%;
}
.intro {
	display: inline-block;
	/* background-color: #6DC7D0; */
}
.profile {
	width: 50%;
}
.gallery .thumbnailNav .tag {
	color: #5D5E5D;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

/* Mobile */
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding: 0;
}
.intro .column p {
	width: 80%;
	margin-left: 0px;
}
.text_column {
	padding-left: 20px;
}
.thumbnailNav {
	width: 100%;
}
.thumbnail {
	width: 100%;
}
.column {
	width: 100%;
	margin-top: 0px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.text_column {
	width: 100%;
	text-align: left;
	padding: 0;
}
.thumbnailNav {
	width: 100%;
}
.thumbnail {
	width: 100%;
}
.column {
	width: 100%;
	margin-top: 0px;
}
.text_column {
	width: 90%;
	padding-left: 20px;
	padding-right: 20px;
}
.column {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}
.profile {
	width: 100%;
}
.intro .column p {
	width: 90%;
	text-align: center;
	padding-left: 0px;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.thumbnail {
	width: 48%;
}
.thumbnailNav {
	width: 48%;
}
.text_column {
	width: 90%;
	margin: 0;
	padding: 20px;
}
.intro .column p {
	width: 80%;
}
}
