html, body {
    height: 100%;
}

body {
	background: #aae6ef; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(-90deg,#119db2,#aae6ef); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(-90deg,#119db2,#aae6ef); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(-90deg,#119db2,#aae6ef); /* For Firefox 3.6 to 15 */
    background: linear-gradient(-90deg,#119db2,#aae6ef); /* Standard syntax */
}

#nav-bar {
	display:table !important;
	width: 100%;
	height: 10%;
	padding: 0px;
	padding-top:4%;
	padding-bottom: 50px;
}

.logo {
	z-index:100;
	position: absolute;
	left: 52%;
	transform: translateX(-52%);
	width: 12%;
}

#logo-size {
	width:100%;
}

.navigation-element-wrapper {
	display:table-cell;
	vertical-align:middle;
	height: 80px;
	width:150px;
	text-align: center;
	background: #fff;
	margin-top:0px;
	padding:0px;
}

.navigation-logo-wrapper {
	display:table-cell;
	vertical-align:middle;
	height: 80px;
	width:12%;
	text-align: center;
	background: #fff;
	margin-top:0px;
	padding:0px;
	background-color: none;
}

.navigation-element-wrapper-left {
	display:table-cell;
	vertical-align:middle;
	height:80px;
	width:150px;
	text-align: center;
	background: #fff;
	margin-top:0px;
	border-radius: 20px 0px 0px 20px;
	padding:0px;
	padding-left:15px;
}

.navigation-element-wrapper-right {
	display:table-cell;
	vertical-align:middle;
	height:80px;
	width:150px;
	text-align: center;
	background: #fff;
	margin-top:0px;
	border-radius: 0px 20px 20px 0px;
	padding:0px;
}

.navigation-element {
	text-align: center;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 16px;
	letter-spacing: 3px;
	cursor: pointer;
 }

section, article {
	background: rgba(255, 255, 255, 0.95);
	font-family: 'Dosis', sans-serif;
	overflow-y: overlay;
} 
 
body {
	background-size: 100%;
}

.wrapper {
	width: 80%;
	margin:0 auto;
}

.hidden-menu{
	display:none;
	position: absolute;
	top: 80px;
    left: 150px;
	background-color:#f3f4f4;
	padding:20px;
	padding-top:10px;
	width: 375px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	box-shadow: 5px 17px 59px -2px rgba(0,0,0,0.75);	
	z-index:1;
}
.selected-menu{
	color:green;
	font-weight: bolder;
}

.menu-item {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    width: 120px;
	padding-top:25px;
	transition: .4s all linear;
}

.menu-item:hover{
    -webkit-filter: drop-shadow(0px 0px 6px rgba(120,126,135,1));
    filter: drop-shadow(0px 0px 6px rgba(120,126,135,1));
}
.menu-item-icon {
    height: 50px;
	padding-bottom: 3px;
}

.menu-item-text {
    display: block;
}

a {
	text-decoration: none;
	background-color: transparent;
	color:#119db2;
}

p a {
	font-size: 20px;
	color:#119db2;
	background-color: #e7f5f7;
	text-decoration: none;
}

p {
	font-size: 20px;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
}

h1 {
	font-size: 50px;
	margin: 0px;
	color: #119db2;
	background-color: #e7f5f7; 
	letter-spacing: 5px;
	padding: 2px;
}

h2 {
	color: #119db2;
	text-align: center;
}

.bannerimage {
	width: 100%;
}

.bannerimage p {
	margin: 0px;
}

p .bannerimage {
	margin: 0px;
}

footer {
	background: #375743;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 16px;
	letter-spacing: 3px;
	color: #fff;
	height: 100%;
}

.copyright {
	width: 80%;
	margin:0 auto;
}

.footercontainer {
	width:80%;
	margin: 0 auto;
	overflow: auto;
	padding: 10px;
}

.socialmediacontainer {
	width: 50%;
	display: block;
	margin: 0 auto;
	float: left;
}

.contactcontainer {
	width:50%;
	margin: 0 auto;
	text-align: center;
	float: right;
	padding-top: 5px;
	padding-bottom: 15px;
	font-size: 13px;
}

.socialmedia {
	width: 80px;
    margin: 0 auto;
}

.contactformcontainer {
	background-color: #498929;
	float: left;
	padding: 70px;
	width: 50%;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	margin-bottom: 10px;
}

.contactpagecontainer {
	padding: 10px;
	padding-top: 0px;
}

.contactinfo {

}

@media only screen and (max-width: 500px) {

.navigation-element {
	text-align: center;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	cursor: pointer;
 }

}

.dg-container{
	width: 100%;
	height: 450px;
	position: relative;
}
.dg-wrapper{
	width: 481px;
	height: 316px;
	margin: 0 auto;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}
.dg-wrapper a{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.dg-wrapper a.dg-transition{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.dg-wrapper a img{
	display: block;
	height:250px;
	width:500px;
}
.dg-wrapper a div{
	font-style: italic;
	text-align: center;
	line-height: 50px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	color: #333;
	font-size: 16px;
	width: 100%;
	bottom: -55px;
	display: none;
	position: absolute;
}
.dg-wrapper a.dg-center div{
	display: block;
}
.dg-container nav{
	width: 58px;
	position: absolute;
	z-index: 1000;
	bottom: 40px;
	left: 50%;
	margin-left: -29px;
}
.dg-container nav span{
	text-indent: -9000px;
	float: left;
	cursor:pointer;
	width: 24px;
	height: 25px;
	opacity: 0.8;
	background: transparent url(../html5blank-stable/images/arrows.png) no-repeat top left;
}
.dg-container nav span:hover{
	opacity: 1;
}
.dg-container nav span.dg-next{
	background-position: top right;
	margin-left: 10px;
}

.galcolumn img{
 margin:10px;
 padding:10px;
 width:250px;
}

.galcolumn{
 width:300px;
 height:450px;   
 padding:5px;    
 margin:5px;
 
 background:#fff;
 font-size:14px;
 
 display:inline-block;
 position:relative;
 float:left;
     
 box-shadow: 0 1px 3px rgba(30,25,25,0.9);
 -moz-box-shadow: 0 1px 3px rgba(30,25,25,0.9);
 -webkit-box-shadow: 0 1px 3px rgba(30,25,25,0.9);
     
 -webkit-transition: top 1s ease, left 1s ease;
 -moz-transition: top 1s ease, left 1s ease;
 -o-transition: top 1s ease, left 1s ease;
 -ms-transition: top 1s ease, left 1s ease;
}
 
.galcolumn span {
 border-bottom:1px solid lightgray;
 margin:10px 0px 10px 0px;
 padding:10px 0px 10px 0px;
 display:block;    
 font-size:22px;
 color:#ff9900;
 font-weight:bold;
}

.galcolumn a {
	font-size: 20px;
	text-align: center;
	color:#119db2;
	background-color: #e7f5f7;
	display: block;
}

.galcolumn .galimgcontainer img{
	max-width:100%;
	display:block;
	display: inline-block;
	vertical-align: middle;  /* vertical alignment of the inline element */
	font: 16px/1 Arial sans-serif;        /* <-- reset the font property */
}

.galimgcontainer {
	height: 350px;
	text-align: center;
}

.galimgcontainer:before {
	content: ' ';
	display: inline-block;
	vertical-align: middle;  /* vertical alignment of the inline element */
	height: 100%;
}

.contactcontainer {
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	width: 100%;
}

.contact {
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	border: solid;
	border-width: 1px;
	border-color: #999;
	width: 35%;
	padding: 0;
}

.contact [type=submit]{
	width: 150px;
    height: 50px;
    font-size: 18px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    background-color: #fff;
    border: solid;
    border-width: 1px;
}

.g-recaptcha div { 
	margin-left: auto; 
	margin-right: auto;
	}
	
.contact input,.contact textarea{
	width:296px;
	margin-top: 7px;
    margin-bottom: 7px;
}
