@charset 'UTF-8';

/* NOTES: COMPATIBILITY TWEAKING FOR ALL MAJOR BROWSERS NEEDED */

html {
  	margin: 0;
  	padding: 0;
	}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	}
/* first contentheader and subheader elements */
div#contentheader {
	position: fixed;
	width: 100%;
	background-color: #ffffff;
	box-shadow: 0 4px 2px -2px gray;
	z-index: 120;
	}
img#logo {
	position: fixed;
	top: 0; 
	left: 0; 
	height: 70px;
  	width: 182px;
  	margin-top: 10px;
  	margin-left: 10px;
	}
div#contentheader2 {
 min-height: 75px; 
}
/* second div header elements */
div#contentheader-bar {
	list-style: none;
	text-align: right;
	margin-top: 30px;
	margin-bottom: 25px;
	font-family: Trebuchet MS;
	font-size: 15px;
	margin-left: 0px;
	}
div#contentheader-bar > li {
	display: inline-block;
	padding-left: 30px;
	}
div#contentheader-bar > li > a {
	text-decoration: none;
	color: #727272;
	}
div#contentheader-bar > li > a:hover {
	color: #0077be;
	}
div#contentheader-bar > li.active > a{
	/* border-bottom: solid 3px #63CF31; */
	color: #0077be;
	}
/* div body elements */
div#contentbodyindex {
  	background: url(../images/4low.jpg);
	background-color: #FFFFFF;
	background-repeat:no-repeat;
	background-size:150% 300px;
	background-attachment: local;
	width: 100%;
	height: 300px;
	z-index: 110
	}
div#contentbodyaboutus {
  	background: url(../images/5low.jpg);
	background-color: #FFFFFF;
	background-repeat:no-repeat;
	background-size:200% 300px;
	background-attachment: local;
	width: 100%;
	height: 300px;
	z-index: 110
	}
div#contentbodydestinations {
  	background: url(../images/7low.jpg);
	background-color: #FFFFFF;
	background-repeat:no-repeat;
  	background-position: 50% -115%;
	background-size:200% 350px;
	background-attachment: local;
  	padding-top: 80px;
	width: 100%;
	height: 220px;
	z-index: 110
      
	}
div#contentbodyservices {
  	background: url(../images/13low.jpg);
	background-color: #FFFFFF;
	background-repeat:no-repeat;
	background-size:100% 300px;
	background-attachment: local;
	width: 100%;
	height: 300px;
	z-index: 110
	}
div#contentbodycontact {
  	background: url(../images/2.jpg);
	background-color: #FFFFFF;
	background-repeat:no-repeat;
	background-size:150% 300px;
	background-attachment: local;
	width: 100%;
	height: 300px;
	z-index: 110
	}
div#contentbodytext {
	position: absolute;
	width: 100%;
	height: 300px;
	z-index: 110;
  	margin-top: 100px;
	}
div#contentcover {
	position: absolute;
	background: #000000;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 101;
	opacity: 0;
	visibility: visible;
	height: 300px;
	}
div#contenttext {
	background-color: #FFFFFF;
	color: #000000;	
	padding-top: 20px; /* Padding-left / right doesn't work (fix)?? 
						+ remove from paragraph (p)*/
	z-index: 102;
  	padding-left: 20px;
  	padding-right: 20px;
    text-align: center;
	min-height: calc(100vh - 100px);
  	max-width: 100%;
	}
/* footer */
div#contentfooter {
  	position: absolute;
	text-align: center;
	font-family: Open Sans;
	font-size: 15px;
	padding-top: 12px;
  	padding-bottom: 12px;
  	width: 100%;
  	box-shadow: inset 0px 3px 5px -1px rgba(0,0,0,0.33);
	}
/* misc */

a {
	text-decoration: none;
	color: #000000;
	}
a:hover {
	color: #0077be;
	}
h1 {
	font-size: 40px;
	font-family: Trebuchet MS;
	text-align: left;
	margin-bottom: -20px;
	color: #0077be;
	margin-top: -10px;
	margin-left: 10px;
	}
h2 {
	font-size: 30px;
	font-family: Open Sans;
	font-weight: normal;
	text-align: center;
	color: #000000;
  	margin-top: 0px;
  	margin-bottom: -10px;
	}
h2 span {
  background: rgba(0, 0, 0, 0.20);
}
p {
	font-size: 20px;
	font-family: Open Sans;
	text-align: left;
	color: #444;
	}
a#tlf {
  font-size: 15px;
}
p1 {
 color: #818181;
}
a#mailheadmobile {
 font-size: 15px; 
}
a#mailhead {
	font-size: 15px;
  	margin-left: 50px;
}
a#mailfoot {
  	font-size: 15px;
}
@media screen and (max-width: 831px) {
	ul#contentheader-items {
  		display: none !important;
  	}
}
@media screen and (min-width: 832px) {
	ul#contentheader-items-mobile {
  		display: none !important;
  	}
}
span#Menubutton {
	top: 0;
    right: 0;
    position: fixed;
    padding-top: 25px;
    padding-right: 30px;
    font-size: 30px;
    font-family: Open Sans;
    color: #818181;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #FFFFFF;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
    text-align: center;
}

.sidenav a {
  	padding: 8px 0px 8px 0px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
  	font-family: Open Sans;
    display: block;
    transition: 0.3s
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
@font-face {
	font-family: 'Open Sans';
	src: url('../.fonts/OpenSans-Regular.ttf');
	/* src: url('OpenSans-Regular.eot'); */
	font-weight: normal;
}
@font-face {
  	font-family: 'Open Sans', 'Open Sans';
  	src: url('../.fonts/OpenSans-Bold.ttf');
  	/* src: url('OpenSans-Bold.eot'); */
  	font-weight: bold;
}