@charset "UTF-8";
/* Body */
html, body {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	background-color: #FFFFFF;
	margin: 0;
    height:100%;
    width:100%;
    padding:0;
}

/* Pages */
header {
	width: 100%;
	height: 100%;
	background-image: url("../images/background.png");
	background-position: center;
	background-size: cover;
	background-color: #54A34B;
	box-sizing: border-box;
}
.header2 {
	background-image: url("../images/background2.png");
}
.header3 {
	background-image: url("../images/background3.png");
}
.header4 {
	background-image: url("../images/background4.png");
}
.header5 {
	background-image: url("../images/background5.png");
}
.title {
	width: 100%;
	height: 10%;
	line-height: 10px;
	float: left;
	display: none;
}
.title2 {
	width: 100%;
	height: 10%;
	line-height: 10px;
	float: left;
	display: inline-block;
}
.titlehome {
	width: 100%;
	height: 15%;
	line-height: 10px;
	float: left;
	display: none;
}
.titlehome h3{
	color: #FFFFFF;
	text-align: center;
	font-size: 24px;
}
intro {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	box-sizing: border-box;
}

index {
	width: 100%;
	height: 100%;
	background-color: #5CB1E0;
	box-sizing: border-box;
}

links {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	box-sizing: border-box;
}

contacts {
	width: 100%;
	height: 100%;
	background-color: #54A34B;
	box-sizing: border-box;
}
/* Columns */
.headercolumnnav {
	width: 100%;
	height: 40%;
	text-align: center;
	float: left;
}
.headercolumnnavhome {
	width: 100%;
	height: 40%;
	text-align: center;
	float: left;
}
.headercolumnfill {
	width: 100%;
	height: 40%;
	text-align: center;
	float: left;
}
.columndescription {
	width: 100%;
	height: 10%;
	text-align: center;
	float: left;
}
.tabheaderG {
	width: 100%;
	height: 10%;
	line-height: 10px;
	float: left;
	background-color: #54A34B;
	border-top-width: 10px;
	border-bottom: 4px solid #118B04;
}
.tabheaderB {
	width: 100%;
	height: 10%;
	line-height: 10px;
	float: left;
	background-color: #5CB1E0;
	border-top-width: 10px;
	border-bottom: 4px solid #6DC7D0;
}
.centercontent {
	width: 100%;
	height: 80%;
	text-align: center;
	float: left;
}
.column {
	width: 50%;
	height: 100%;
	text-align: center;
	float: left;
}
.column p{
	text-align: left;
}
.column5050 {
	width: 50%;
	height: 50%;
	text-align: center;
	float: left;
}
.column5050 p{
	text-align: left;
}
.column50100 {
	width: 100%;
	height: 50%;
	text-align: center;
	float: left;
}
.column50100 p{
	text-align: center;
}
.text_column {
	width: 90%;
	text-align: left;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.row {
	width: 100%;
	height: 10%;
	text-align: center;
	float: left;
	padding-left: 5%;
	padding-right: 5%;
}
.row p{
	text-align: left;
}
.rowL {
	width: 42%;
	height: 10%;
	text-align: center;
	float: left;
	padding-left: 6%;
	padding-right: 2%;
}
.rowL p{
	text-align: left;
}
.rowR {
	width: 42%;
	height: 10%;
	text-align: center;
	float: right;
	padding-left: 2%;
	padding-right: 6%;
}
.rowR p{
	text-align: left;
}
.seperator{
	width: 100%;
	float: left;
	border-top-width: 10px;
	border-bottom: 4px solid #6DC7D0;
}
/* Indents */
.indentlogo {
  height: 40%;
  padding-top: 1%;
  padding-bottom: 0%;
  padding-left: 0%;
  padding-right: 1%;
  float: right;
}
.indentleft {
	padding-left: 10%;
}
.indentright {
	padding-right: 10%;
}
.indenttop {
	padding-top: 5%;
}
.indenttop-small {
	padding-top: 2%;
}
.indentleft-small {
	padding-left: 5%;
	text-align: center;
}
.indentright-small {
	padding-right: 5%;
	text-align: center;
}
/* Gallery */
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #5CB1E0;
}
.thumbnail {
	width: 23%;
	height: 550px;
	text-align: center;
	float: left;
	margin-top: 35px;
	background-color: #F8F8F8;
	padding-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 3px;
	padding-top: 20px;
	border-bottom: 4px solid #6DC7D0;
}
.thumbnail2 {
	width: 23%;
	text-align: center;
	float: left;
	margin-top: 35px;
	background-color: #F8F8F8;
	padding-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 3px;
	padding-top: 20px;
	border-bottom: 4px solid #6DC7D0;
}
.thumbnail3 {
	width: 30%;
	text-align: center;
	float: left;
	margin-top: 35px;
	background-color: #F8F8F8;
	padding-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 3px;
	padding-top: 20px;
	border-bottom: 4px solid #6DC7D0;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 400px;
	opacity: 0.8;
}
.cards2 {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
	opacity: 0.8;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #52BAD5;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
.gallery .thumbnail p {
	margin: 0;
	color: #B3B3B3;
	text-align: left;
	padding-left: 20px;
}
.gallery li{
	margin-left: 35%;
	margin-right: 35%;
	text-align: left;
	}
.gallery .column li{
	margin-left: 10%;
	margin-right: 10%;
	text-align: left;
	}
/* More info */
.intro {
	background-color: #FFFFFF;
}
li {
	text-align: left;
}
h1 {
	font-size: 60px;
	color: #FFFFFF;
	text-align: center;
}
.intro .column h3 {
	color: #FFFFFF;
	text-align: center;
}
.intro .column p {
	color: #000000;
}
.intro .column p {
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	line-height: 25px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 4%;
}
.button {
	width: 20%;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
	margin-top: 2%;
	margin-bottom: 1%;
	margin-left: 0%;
	margin-right: 0%;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 2px;
	background-color: rgba(255, 255, 255, 0.3);
	color: #000000;
	transition: all 0.3s linear;
	float: left;
}
.button:hover {
	background-color: rgba(0, 0, 0, 0.3);
	color: #FFFFFF;
	cursor: pointer;
}
.button2 {
	width: 100%;
	padding-top: 1%;
	padding-bottom: 1%;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 150%;
	letter-spacing: 2px;
	background-color: rgba(0, 0, 0, 0.3);
	color: #000000;
	transition: all 0.3s linear;
}
.button2:hover {
	background-color: rgba(0, 0, 0, 0.6);
	color: #FFFFFF;
	cursor: pointer;
}
.buttonbottom {
	width: 100%;
	padding-top: 3%;
	padding-bottom: 3%;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 200%;
	letter-spacing: 2px;
	background-color: #54A34B;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.buttonbottom:hover {
	background-color: #1F6921;
	color: #FFFFFF;
	cursor: pointer;
}
a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
footer {
	background-color: #B3B3B3;
	padding-top: 40px;
	padding-bottom: 40PX;
}
.intro {
	display: inline-block;
	background-color: #FFFFFF;
}
.links {
	display: inline-block;
	background-color: #FFFFFF;
}
.contacts {
	display: inline-block;
	background-color: #54A34B;
	text-align: center;
}
.profile {
	width: 75%;
}
.profile-small {
	width: 50%;
}
.gallery .thumbnail .tag {
	color: #5D5E5D;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

/* Mobile */
@media (max-width: 320px) {
header {
	background-image: url("../images/backgroundsmall.png");
}
.header2 {
	background-image: url("../images/background2small.png");
}
.header3 {
	background-image: url("../images/background3small.png");
}
.header4 {
	background-image: url("../images/background4small.png");
}
.header5 {
	background-image: url("../images/background5small.png");
}
.title {
	display: inline-block;
}
.title h1{
	font-size: 38px;
}
.title2 {
	display: none;
}
.titlehome {
	display: inline-block;
}
intro {
	height: auto;
}

index {
	height: auto;
}

links {
	height: auto;
}

contacts {
	height: auto;
}
li {
	text-align: left;
}
h1 {
	font-size: 40px;
	color: #FFFFFF;
	text-align: center;
}
.headercolumnnav {
	height: 80%;
	text-align: justify;
}
.headercolumnnavhome {
	height: 75%;
	text-align: justify;
}
.headercolumnfill {
	width: 0%;
	height: 0%;
}
.headercolumndescription {
	height: 20%;
}
.tabheaderG {
	height: auto;
	text-align: justify;
	vertical-align: middle;
	line-height: normal;
}
.tabheaderB {
	height: auto;
	text-align: justify;
	vertical-align: middle;
	line-height: normal;
}
.centercontent {
	height: 0%;
}
.indentlogo {
  height: 0%;
}
.gallery li{
	margin-left: 0%;
	margin-right: 0%;
	text-align: left;
	}
.button {
	width: 100%;
	padding-top: 0.2%;
	padding-bottom: 0.2%;
	margin-top: 1%;
	margin-bottom: 0.5%;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding: 0;
}
.intro .column p {
	width: 80%;
	margin-left: 0px;
}
.text_column {
	padding-left: 20px;
}
.thumbnail {
	width: 100%;
}
.column {
	width: 100%;
	height: auto;
	margin-top: 0px;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
header {
	background-image: url("../images/backgroundsmall.png");
}
.header2 {
	background-image: url("../images/background2small.png");
}
.header3 {
	background-image: url("../images/background3small.png");
}
.header4 {
	background-image: url("../images/background4small.png");
}
.header5 {
	background-image: url("../images/background5small.png");
}
.title {
	display: inline-block;	
}
.title h1{
	font-size: 44px;
}
.title2 {
	display: none;
}
.titlehome {
	display: inline-block;
}
intro {
	height: auto;
}

index {
	height: auto;
}

links {
	height: auto;
}

contacts {
	height: auto;
}
.headercolumnnav {
	height: 80%;
	text-align: justify;
}
.headercolumnnavhome {
	height: 75%;
	text-align: justify;
}
.headercolumnfill {
	width: 0%;
	height: 0%;
}
.headercolumndescription {
	height: 20%;
}
.tabheaderG {
	height: auto;
	text-align: justify;
	vertical-align: middle;
	line-height: normal;
}
.tabheaderB {
	height: auto;
	text-align: justify;
	vertical-align: middle;
	line-height: normal;
}
.centercontent {
	height: 0%;
}
.indentlogo {
  height: 0%;
}
.gallery li{
	margin-left: 0%;
	margin-right: 0%;
	text-align: left;
	}
.button {
	width: 100%;
	padding-top: 0.2%;
	padding-bottom: 0.2%;
	margin-top: 1%;
	margin-bottom: 0.5%;
}
.text_column {
	width: 100%;
	text-align: left;
	padding: 0;
}
.thumbnail {
	width: 100%;
}
.column {
	width: 100%;
	margin-top: 0px;
}
.thumbnail {
	width: 100%;
}
.text_column {
	padding-left: 20px;
	padding-right: 20px;
	width: 90%;
}
.column {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}
.intro .column p {
	width: 90%;
	text-align: center;
	padding-left: 0px;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
header {
	background-image: url("../images/backgroundsmall.png");
}
.header2 {
	background-image: url("../images/background2small.png");
}
.header3 {
	background-image: url("../images/background3small.png");
}
.header4 {
	background-image: url("../images/background4small.png");
}
.header5 {
	background-image: url("../images/background5small.png");
}
.title {
	display: inline-block;	
}
.title2 {
	display: none;
}
.titlehome {
	display: inline-block;
}
intro {
	height: auto;
}

index {
	height: auto;
}

links {
	height: auto;
}

contacts {
	height: auto;
}
li {
	text-align: left;
}
.headercolumnnav {
	height: 80%;
	text-align: justify;
}
.headercolumnnavhome {
	height: 75%;
	text-align: justify;
}
.headercolumnfill {
	width: 0%;
	height: 0%;
}
.headercolumndescription {
	height: 20%;
}
.tabheaderG {
	height: auto;
	text-align: justify;
	vertical-align: middle;
	line-height: normal;
}
.tabheaderB {
	height: auto;
	text-align: justify;
	vertical-align: middle;
	line-height: normal;
}
.centercontent {
	height: 0%;
}
.indentlogo {
  height: 0%;
}
.gallery li{
	margin-left: 0%;
	margin-right: 0%;
	text-align: left;
	}
.text_column {
	width: 100%;
}
.thumbnail {
	width: 48%;
}
.text_column {
	width: 90%;
	margin: 0;
	padding: 20px;
}
.intro .column p {
	width: 80%;
}
}
