﻿@charset 'UTF-8';

/* NOTES: COMPATIBILITY TWEAKING FOR ALL MAJOR BROWSERS NEEDED */

html {
  	margin: 0;
  	padding: 0;
  	height: 100%;
  	width: 100%;
	}
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: 90px; 
	margin-left: 10px; 
	margin-top: 10px; 
	}

/* second div header elements */
div#contentheader-bar {
	list-style: none;
	text-align: center;
	margin-top: 45px;
	margin-bottom: 40px;
	font-family: Trebuchet MS;
	font-size: 20px;
	margin-left: 200px;
  	margin-right: auto;
	}
div#contentheader-bar > li {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	}
div#contentheader-bar > li#info {
 text-align: right; 
}
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#contenttop {
 height: 300px; 
}
div#contentbodyindex {
  	background: url(../images/4low.jpg);
	background-color: #FFFFFF;
	background-repeat:no-repeat;
	background-size:100% 600px;
	background-attachment: local;
	width: 100%;
	height: 600px;
	z-index: 110
	}
div#contentbodyaboutus {
  	background: url(../images/5low.jpg);
	background-color: #FFFFFF;
	background-repeat:no-repeat;
	background-size:100% 600px;
	background-attachment: local;
	width: 100%;
	height: 600px;
	z-index: 110
	}
div#contentbodydestinations {
  	background: url(../images/7low.jpg);
	background-color: #FFFFFF;
  	background-position: 100% -165%;
	background-repeat: no-repeat;
	background-size:100% 650px;
	background-attachment: local;
	width: 100%;
	height: 450px;
  	padding-top: 150px;
	z-index: 110
	}
div#contentbodyservices {
  	background: url(../images/13low.jpg);
	background-color: #FFFFFF;
	background-repeat:no-repeat;
	background-size:100% 600px;
	background-attachment: local;
	width: 100%;
	height: 600px;
	z-index: 110
	}
div#contentbodycontact {
  	background: url(../images/2.jpg);
	background-color: #FFFFFF;
	background-repeat:no-repeat;
	background-size:100% 600px;
	background-attachment: local;
	width: 100%;
	height: 600px;
	z-index: 110
	}
div#contentbodytext {
	position: absolute;
	width: 100%;
	height: 600px;
	z-index: 110;
	}
div#contentcover {
	position: absolute;
	background: #000000;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 101;
	opacity: 0;
	visibility: visible;
	height: 600px;
	}
div#contenttext {
	background-color: #FFFFFF;
	color: #000000;	
	padding-top: 20px; /* Padding-left / right doesn't work (fix)?? 
						+ remove from paragraph (p)*/
	z-index: 102;
  	margin-left: auto;
  	margin-right: auto;
    text-align: center;
  	width: 700px;
	min-height: calc(100vh - 100px);
	}
/* footer */
div#contentfooter {
  	position: absolute;
	text-align: center;
	font-family: Open Sans;
	font-size: 15px;
	padding-top: 12px;
  	width: 100%;
  	padding-bottom: 12px;
  	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: 50px;
	font-family: Open Sans;
	font-weight: normal;
	text-align: center;
	color: #000000;
	margin-top: 0px;
  	margin-bottom: -10px;
  	opacity: 1;

	}
h2 span {
  background: rgba(0, 0, 0, 0.20);
}
p {
	font-size: 20px;
	font-family: Open Sans;
	text-align: left;
	color: #444;
	}
p2 {
 color: #727272; 
}
a#tlf {
  font-size: 15px;
}
a#mailhead {
font-size: 15px;
  margin: auto;
}
a#mailheadmobile {
 font-size: 10px;
 text-align: center;
}
a#mailfoot {
  font-size: 15px;
}
@media screen and (max-width: 831px) {
ul#contentheader-items {
  display: none;
  }
}
@media screen and (min-width: 832px) {
ul#contentheader-items-mobile {
  display: none;
  }
}
@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';
  src: url('../.fonts/OpenSans-Bold.ttf');
  /* src: url('OpenSans-Bold.eot'); */
  font-weight: bold;
}