/* Copyright (c) 2018 Jamie Rogers
----------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Reset for HTML 5 Elements
----------------------------------------------------------------------------------------------------*/

/* tells browsers that don't read html 5 tags to render like divs */
header, footer, aside, nav, article, section {
	display: block;
	margin: 0;
	padding: 0;
}

/* clears containers with floated elements, no need for extra markup! */
.clear:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Type
----------------------------------------------------------------------------------------------------*/

html {
}

body {
	font-size: 22px;
	color: #3DDCF3;
	font-family: Goudy Old Style, Garamond, Big Caslon, Times New Roman, serif;
	text-shadow: 3px 3px 3px #000000;
}

h1, h2, h3, h4, h5, h6 {
	font: 1.9em/1em
}

h1 {
	text-align: left;
	font-size: 1.5em;
}

h2 {

}

h3 {
	font-size: 2em;
	font-weight: bold;
	font-style: italic;
}

h4 {
	color: #BFF5FC;
	font-size: 2.5em;
	font-weight: bold;
}

h5 {
	color: #BFF5FC;
	font-size: 1.1em;
	font-weight: 600;
}

h6 {
	color: #BFF5FC;
	font-size: 1em;
	font-weight: normal;
}

p {
	font-size: 1em;
	line-height: 1.3em;
	text-align: left;
}

ul {
	list-style: disc;
	color: #3DDCF3;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3em;
}

ol, ol.lowerRoman, ol.upperAlpha {
	list-style: decimal;
	color: #FFF;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3em;
}

ol.lowerRoman {
	list-style: lower-roman;
}

ol.upperAlpha {
	list-style: upper-alpha;
}

strong {
	font-weight: bold;
	color: red;
}

a {
	color: #3DDCF3;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a:active {
	color: #FFF;
	outline: none;
	text-decoration: none;
}

a:focus {
	outline: none;
}

.more {
	text-decoration: underline !important;
}

/* Spacing
----------------------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	padding-bottom: 3px !important;
}

hr {
	clear: both;
	border-color: #3DDCF3;
	border-style: groove;
	border-width: 1px;
	margin: 0% 11% 0% 11%;
}

p {
	padding: 5px 0;
}

i {
	font-size: 0.9em;
	font-style: italic;
}

ul, ol {
	margin-left: 25px;
	padding-left: 0;
}

li {
	margin-bottom: 15px;
	margin-left: 15px;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 10px;
}

/* Layout
----------------------------------------------------------------------------------------------------*/

html {
}
	
body {
}

header {
	height:26.5%;
}

.navTop {
	clear: both;
	user-select: none; /* Standard syntax */
	-webkit-user-select: none; /* Safari 3.1+ */
	-moz-user-select: none; /* Firefox 2+ */
	-ms-user-select: none; /* IE 10+ */
	text-align: center;
	margin-left: -6%;	
	padding-top: 1%;
	padding-bottom: 2%;
}

/* Clear disks */
.navTop ul {
	list-style: none;
}

/* Syling of menu item text*/
.navTop a {
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	font-variant: small-caps;
	color: #70E6F7;
	text-shadow: 2px 2px 2px #000000;
}

/* When menu item is selected */
.navTop a.selected {
	color: #FFFFFF;
}

/* When menu item is hovered */
.navTop a:hover, a:active {
	color: #FFFFFF;
}

/* Postioning of anchors on leaves */
.navTop a {
	padding-left: 4%;
	padding-right: 1%;
}

/* Postioning of leaves */
.navTop li {
	display: inline;
	position: relative;
	background: url(../images/NavLeaf.png) no-repeat;
	background-size: 100% 90%;
	-webkit-background-size: 100% 90%;
	-moz-background-size: 100% 90%;
	-o-background-size: 100% 90%;
	padding: 1.5% 2% 2.5% 2%;
}

/* Keep hidden until hovered */
.navTop li ul {
	display: none;
}

/* Dropdown Menu Background*/
.navTop li:hover ul, li:active ul {
	display: inline-block;
	position: absolute;
	margin-top: 25%;
	margin-left: -85%;
	white-space: nowrap;
	padding-top: 15px;
	background: #B49F45;
	box-shadow: 0px 16px 16px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 16px 16px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 16px 16px 0px rgba(0,0,0,0.2);
	border-radius: 40px 10px 40px 10px;
	-webkit-border-radius: 40px 10px 40px 10px;
	-moz-border-radius: 40px 10px 40px 10px;
	z-index: 5;
}

/* Dropdown Menu Items*/
.navTop li ul li {
	display: block;
	text-align: left;
	padding: 0px 30px 0px 0px;
	background: #B49F45;
	border-radius: 40px 10px 40px 10px;
	-webkit-border-radius: 40px 10px 40px 10px;
	-moz-border-radius: 40px 10px 40px 10px;
	z-index: 10;
}

/* Style of information within dropdown*/
 .navTop li p {
	color: #FFFFFF;
	padding-left: 5px;
}

.navTop .navAbout:hover ul, .navAbout:active ul { 
	margin-left: -140%;
	margin-top: 29%;
}

/* Hamburger Icon */
label {
	float: right;
	cursor: pointer;
	display: inline-block;
	position: relative;
}

/* Don't display menu until clicked */
#menu-toggle {
	display: none;
}

/* Menu Placement */
.navHamb {
	overflow: hidden;
	max-height: 0;
	float: right;
	padding-right: 1%;
	margin-left: 0;
	margin-right: -55px;
}
 
/* Display all menu items */
#menu-toggle:checked + .navHamb {
  max-height: none;
}

/* Syling of menu item text */
.navHamb a {
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	font-variant: small-caps;
	color: #70E6F7;
	text-shadow: 2px 2px 2px #000000;
}

/* When menu item is selected */
.navHamb a.selected {
	color: #FFFFFF;
}

/* When menu item is hovered */
.navHamb a:hover {
	color: #FFFFFF;
}

.navHamb ul {
	display: block;
	list-style: none;
	background: #B49F45;
	padding: 2%;
	margin-bottom: 20px;
	margin-left: 20px;
	box-shadow: 0px 16px 16px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 16px 16px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 16px 16px 0px rgba(0,0,0,0.2);
	border-radius: 40px 10px 40px 10px;
	-webkit-border-radius: 40px 10px 40px 10px;
	-moz-border-radius: 40px 10px 40px 10px;
	z-index: 30;
}

/* Style of information within dropdown*/
 .navHamb li p {
	color: #FFFFFF;
}
 
#main {
	background-color: #000000;
}

#main2 {
	background: #000000 url(../images/BodyBackgroundTopTreeWater.jpg) no-repeat;
	background-size: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	height: 2100px;
}

#entrance {
	background: #000000 url(../images/Entrance.jpg) no-repeat local center;
	height: 648px;
	display: block;
	text-indent:-9999px;
}

.enter {
	text-align: center;
	font-size: 1.3em;
	color: rgba(255,212,75,1);
	animation: pulse 5s ease-out infinite alternate;
	-webkit-animation: pulse 5s ease-out infinite alternate;
	-moz-animation: pulse 5s ease-out infinite alternate;
	-o-animation: pulse 5s ease-out infinite alternate;
}

@keyframes pulse {
	0% { 
        opacity: 0.5;
    }
    50% { 
        opacity: 1.0;
    }
    100% { 
        opacity: 0.5;
    }
}

@-webkit-keyframes pulse {
	0% { 
        opacity: 0.5;
    }
    50% { 
        opacity: 1.0;
    }
    100% { 
        opacity: 0.5;
    }
}

@-moz-keyframes pulse {
	0% { 
        opacity: 0.5;
    }
    50% { 
        opacity: 1.0;
    }
    100% { 
        opacity: 0.5;
    }
}

@-o-keyframes pulse {
	0% { 
        opacity: 0.5;
    }
    50% { 
        opacity: 1.0;
    }
    100% { 
        opacity: 0.5;
    }
}

.colHeader {
	clear: both;
	background: rgba(252, 234, 252, 0.25);
	margin: 2.5% 16% 0% 15.5%;
	padding: 2% 2% 0.5% 2%;
	height: 2.75%;
	border-radius: 40px 10px 0px 0px;
	-webkit-border-radius: 40px 10px 0px 0px;
	-moz-border-radius: 40px 10px 0px 0px;
 }
 
 .colHeaderServices {
	background: rgba(252, 234, 252, 0.25);
	margin: 4% 16% 0% 15.5%;
	padding: 2% 2% 0% 2%;
	height: 5%;
	border-radius: 40px 10px 0px 0px;
	-webkit-border-radius: 40px 10px 0px 0px;
	-moz-border-radius: 40px 10px 0px 0px;
 }
 
 .services{
     color:#ffe97f;
 }

.colFull {
	background: rgba(252, 234, 252, 0.25);
	margin: 0% 16% 0% 15.5%; 
	padding: 0% 2% 20% 2%;
	overflow: scroll;
	height: 8%;
 }
 
 .indent {
	margin-left: 40%;
 }
 
 .separator {
	border-color: #A7BB58;
	border-style: dotted;
	margin-bottom: 33px;
 }
 
 .imgTechnical {
	 margin-top: -100px;
	 text-align: center;
 }
 
 .imgContact {
	float: left;
	color: #BFF5FC;
	margin: 0px 25px 5px 5px;
	padding: 10px 10px 10px 10px;
	font-size: .75em;
	line-height: 1.2em;
	text-align: center;
	border: groove;
	border-color: #BFF5FC;
 }
 
 .alignContact {
	margin-top: 50px;
	margin-left: 50%;
	font-size: 25px;
 }
 
 @media only screen and (orientation: portrait) {
	 .alignContact {
		margin-top: 25%;
		margin-left: 2%;
	 }
 }
 
 .colFooter {
 	font-size: 14px;
	color: #3DDCF3;
	background: rgba(252, 234, 252, 0.25);
	margin: 0% 16% 0% 15.5%;
	padding: 1.5% 2% 0% 2%;
	height: 2.25%;
	border-radius: 0px 0px 40px 10px;
	-webkit-border-radius: 0px 0px 40px 10px;
	-moz-border-radius: 0px 0px 40px 10px;
}
 
.colFooter p {
	float: right;
}

.colFooter a {
	color: #3DDCF3;
}

.colFooter a:hover {
	color: #FFFFFF;
	text-decoration: none;
}