* {
	margin: 0;
	padding: 0;
}

html, body {
/*	
	background-image: url(../images/aloha1701x1129.jpg);
	background-size: cover;
*/
	height: 100%;
	background-color: #ffffe6;*/
}


/* ***** HEADER-Begin ***** */

header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 60px;
}
/*
nav {
	display: inline-block;
	width: 100%;
	height: 60px;
	background-color: #fff;
}*/

.cont-logo {
  position: absolute;
  top: 2px;
  left: 2px;
}

header .header-brand {
	font-family: arial;
	font-size: 18px;
	letter-spacing: -0.1em;
	color: #1bb5cd;
	display: block;
	/*line-height: 20px; */
    /*list-style: none; */
	float: left;
	margin-left: 45px;
	padding: 10px 20px 0 0px;
	text-decoration: none;
  font-weight: 700;
}

header .header-link {
  display: block;            /* block on all pages but index*/
  font-family: arial;
  font-size: 8px;
  letter-spacing: -0.1em;
  color: #1bb5cd;
  /*line-height: 20px; */
    /*list-style: none; */
  float: left;
  margin-left: -110px;
  padding: 30px 0px 0 0px;
  text-decoration: none;
  font-weight: 700;
}

nav ul {
	float: left;
	margin-left: -20px;  /*0px*******************/
}

nav ul li {
	float: left;
	list-style: none;
	position: relative;
}

header .header-brand:hover, header .header-link:hover {
  /*background-color: #1bb5e9;  */
  text-shadow: 2px 2px 8px #ffff00;
  color: #ff0000;
  /*display: inline-block; */
}

nav ul li a {
	display: block;
	font-family: arial;
	color: #222;
  font-weight: 300;   /**New 600**********************************/
	font-size: 14px;      /*font-size: 16px;***********************/
	margin-left: 0;
	padding: 21px 2px;    /*padding: 21px 8px;*********************/
	text-decoration: none;
}

nav ul li a:hover {        /*shadow on hover*/
	background-color: #c0c0c0;
	background-size: 50%;
	border-radius: 10px;
}

/*TENANTS*********************************************************************/
header .header-funtion {
  display: none;
}
/*TENANTS*********************************************************************/

nav ul li ul {             /* dropdown list when hovering over*/
	display: none;         /* so dropdown only shows on hover */
	position: absolute;
	background-color: #fff;
	padding: 10px;
	border-radius: 0 0 10px 10px;
}

nav ul li:hover ul {       /* dropdown list when hovering over*/
	display: block;        /* so dropdown only shows on hover */
}


nav ul li ul li {
    width:  270px;
    border-radius: 10px;
}

nav ul li ul li a {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 14px;


    font-weight: 300;   /**New 500*******************************/
    font-size: 14px;      /*font-size: 14px;***********************/
}

nav ul li ul li a:hover {
    background-color: #c0c0c0;
}

a.ex1 {
  background-color: #1bb5e9;
  color: white;
  margin: 0 0 0 0px;
  /*width: 30px;
  height: 30px;
 padding: 8px 35px;*/
  /*text-align: center; 
  text-decoration: none;
  display: inline-block;
  font-family: "Arial";
  font-weight: lighter;
  font-size: .98em;*/
  border-radius: 10px;
} 

@media only screen and (min-width: 1000px) {

header .header-brand {
  font-family: arial;
  font-size: 28px;
  letter-spacing: -0.1em;
  color: #1bb5cd;
  display: block;
  /*line-height: 20px; */
    /*list-style: none; */
  float: left;
  margin-left: 45px;
  padding: 6px 20px 0 0px;
  text-decoration: none;
  font-weight: 700;
} 
/*
	nav ul li a {
		margin-left: 30px;
		padding: 21px 8px;
    }

	nav ul li ul li a {
	    padding: 8px 0px 2px 0px;
	    margin-left: 4px;
	}*/

  nav ul {
  margin-left: 0px;  /*-20px*******************/
  }

  nav ul li a {
    font-weight: 600;   /**New**********************************/
    font-size: 16px;      /*font-size: 14px;***********************/
    padding: 21px 8px;    /*padding: 21px 2px;*********************/
  }

  nav ul li ul li a {
    font-weight: 500;   /**New**********************************/
    font-size: 14px;      /*font-size: 14px;***********************/
  }

/*TENANTS*********************************************************************/
  header .header-funtion {
    display: inline-block;
    font-family: Catamaran;
    font-size: 60px;
    font-weight: 700;
    padding-left: 350px;
    color: #111; 
    text-transform: uppercase;
    line-height: 50px;  
    text-decoration: underline;
  }
/*TENANTS*********************************************************************/
}

/* ***** HEADER-End ******* */


/* ***** FOOTER-Begin ***** */
#container {
  /*min-height: 100%; */
  min-height: calc(100vh - 70px); /*70 690header height*/ /*was 50 but need to cut bottom of form*/
}

#main {
  overflow: auto;
  padding-bottom: 50px; /* to match #footer, that you want footer to be */
}

#footer {
  background-color: #000;
  /*position: relative;  */
  height: 50px;        /* to match #main */

  /*height: 30px; mobile*/
  clear: both;
   position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  line-height: 50px;    /* to match #main - */ 
  text-align: center;
  font-size: 14px; 
  font-family:Arial; 
  color:#fff; 
  font-weight:600;
  overflow: hidden;
  margin: 0 auto;
  margin-top: -50px;   /* to match #main - */ 
} 

@media only screen and (min-width: 1000px) {

  #container {
  /*min-height: 100%; */
  min-height: calc(100vh - 835px); /* 400header height*/ /*was 50 but need to cut bottom of form340*/
  }
}
/* ***** FOOTER-End ******* */








/*INDEX************************************************************************/

.index-banner {
  width: 100%;
  height: calc(100vh - 100px);
  background-image: url("images/shaking-hands_1920x700.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: table;
}

.port-img {
  width: 100%;
  height: calc(100vh - 100px);
  background-image: url("images/shaking-hands_1920x700.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: table;
}

.vertical-center {
  display: table-cell;
  vertical-align: middle;
}

.index-banner h4 {
  font-family: 'Festive', cursive;
  font-size: 64px;
  font-weight: 400;
  color: #fff;
  /*text-align: center; */
  text-shadow: 2px 2px 8px #111;
/*  margin-left: 20px;  */
  margin-left: 30%;
}

.index-banner h2 {
  font-family: Catamaran;
  font-size: 50px;
  font-weight: 900;
  line-height: 70px;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 8px #111;
}

.index-banner h5 {
  font-family: Catamaran;
  font-size: 30px;
  font-weight: 900;
  line-height: 40px;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 8px #111;
}

.index-banner h1 {
  font-family: Cormorant;
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  line-height: 40px;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 8px #111;
}

.index-links div {
  margin: 16px 16px 0;
  width: calc(100% - 32px);
  height: 100px;
  background-color: #f2f2f2;
}

.index-links div h3 {
  font-family: Catamaran;
  font-size: 28px;
  font-weight: 600;
  line-height: 100px;
  color: #111;
  text-shadow: 2px 2px 8px #111;
  text-align: center;
  text-transform: uppercase;
}

.index-links div h3:hover {
  text-shadow: 2px 2px 8px #ffff00;
  color: #ff0000;
}

@media only screen and (min-width: 1000px) {
/*
  .index-banner h4 {
    margin-left: 600px;
  }
*/


  .wrapper {
    width: 1000px;
    margin: 0 auto;
  }

  .index-banner {
    height: 650px;  /*450*/
  }

  .index-banner h1 {
    display: block;
    width: 560px;
    margin: 0 auto;
  }

  .index-links {
    overflow: hidden;
  }

  .index-links div {
    margin: 20px 10px 0;
    height: 230px;
    background-color: #f2f2f2;
    float: left;
  }

  .index-boxlink-square {
    width: calc(25% - 20px) !important;
  }

  .index-boxlink-rectangle {
    width: calc(50% - 20px) !important;
  }

  .index-links div h3 {
    line-height: 230px;
  }
}


@media only screen and (min-width: 1240px) {  

  /* CONTACT Page */
div.vertical-contact {
  display: inline-block;
  font-family: Arial; 
  color: #fff; 
  width: 100%;
  text-align: center;

}

div.vertical-contact h4 {
    margin: -20; 
    font-size: 60px; 
    font-weight: 900; 
    line-height: 150px; 
    text-align: center; 
    text-shadow: 2px 2px 3px #111;
  }

  div.vertical-contact h2 {
    padding-bottom:0;
    font-size: 36px; 
    font-weight: 500; 
    line-height: 40px;
    text-align:center; 
    text-shadow: 2px 2px 2px #000;
  }

  div.vertical-contact h5 {
    font-size:18px; 
    font-weight:500; 
    line-height: 20px; 
    text-align: center; 
    text-shadow: 2px 2px 3px #111; 
    /*padding-left: 10px;
    margin-top:-20px*/
  }

  div.vertical-contact h6 {
    font-size:18px; 
    font-weight:500; 
    line-height: 20px;  
    text-align: center;
    text-shadow: 2px 2px 3px #111; 
    padding-left: 10px;
    padding-top: 5px;
  } 

    div.vertical-cha1 {
    margin-top: 5px; 
    margin-left: 10px;
  }


  div.vertical-sub {
    margin: 0px 20px 2px 2px;
    /*margin-top: 0; 
    margin-left: 55%;*/ 
    padding: 0px 30px;
    width: 100px;
    border: 0px solid transparent;
    border-radius: 6px;
    background-color: #1bb5e9;
    color: white;
    font-family: Arial; font-weight:300;
    font-size: 16px;
  } 
}





.positionImage1 {
  display: none;
  position: absolute;
  top: 600px;
  left: 15%;
  /*transform: translate(-50%, -50%);  */
}

.positionImage2 {
  display: none;
  position: absolute;
  top: 600px;
  left: 40%;
  /*transform: translate(-50%, -50%);*/
}

.positionImage3 {
  display: none;
  position: absolute;
  top: 600px;
  left: 65%;
  /*transform: translate(-50%, -50%);*/
}

.placement-images {
  display: inline-block;
  font-family: Arial;
  font-size: 48px;
  font-weight: 700;
  line-height: 70px;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 8px #111;

}

.placement-images {
  display: block;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 1350px) {
  .positionImage1 {
    display: inline-block;
    position: absolute;
    top: 600px;
    left: 15%;
    /*transform: translate(-50%, -50%);  */
  }

  .positionImage2 {
    display: inline-block;
    position: absolute;
    top: 600px;
    left: 40%;
    /*transform: translate(-50%, -50%);*/
  }

  .positionImage3 {
    display: inline-block;
    position: absolute;
    top: 600px;
    left: 65%;
    /*transform: translate(-50%, -50%);*/
  }
}

@media only screen and (min-width: 1925px) {
  .positionImage1 {
    display: inline-block;
    position: absolute;
    top: 900px;
    left: 15%;
    /*transform: translate(-50%, -50%);  */
  }

  .positionImage2 {
    display: inline-block;
    position: absolute;
    top: 900px;
    left: 40%;
    /*transform: translate(-50%, -50%);*/
  }

  .positionImage3 {
    display: inline-block;
    position: absolute;
    top: 900px;
    left: 65%;
    /*transform: translate(-50%, -50%);*/
  }
}

/* **************************************************************** */

article {
  display: block;
  padding-top: 100px;
  padding-bottom: 10px;

  /*top: 0;
  right: 0;
  left: 0;*/
  /*background-color: #ffffe6;*/
}  

article img {
  float: left;
  padding-top: 0px;
  padding-left: 30px;
  padding-bottom: 10px;
  width: 85%;
}

article nav {
  float: left;
  width: 100%;
}

article nav p {
  float: left;
  color: #111;
  padding-top: 50px;
  padding-left: 20px;
  text-align: center;
  display: inline-block;
  font-family: Arial;
  font-weight: 700;
  font-size: 48px;
  line-height: 150px;
}

article nav ul {
	padding-top: 0px;
  display: block;
  margin: 0 auto;
  /*width: fit-content;*/
  float: left;
}
/*
article nav ul {
   
}*/

article nav ul li {
  float: left;
  color: #9f0000;
  /*padding: 200px 50px; */
  padding-left: 20px;
  padding-bottom: 10px;
  text-align: left;
  display: inline-block;
  font-family: "Arial";
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}

/*
nav ul li {
  float: left;
  list-style: none;
  position: relative;

}*/

@media only screen and (min-width: 1000px) {

		article img {
		  padding-top: 140px;
		  padding-left: 260px;
      width: 20%;
		margin-bottom: 0px; 
		}
/*
    article img {
      padding-top: 50px;
      padding-left: 130px;
      padding-bottom: 10px;
    }*/

		article nav {
		  width: 700px;
		}

		article nav p {
		  padding-left: 150px;
		  padding-top: 160px;
		  line-height: 100px;
		}

		article nav ul {
		  display: block;
		  margin: 0 auto;
		 /* width: fit-content;*/
		}

		article nav ul li {
		  padding-left: 150px;
		  padding-bottom: 10px;
		  line-height: 50px;
		}
		/*
		nav ul li {
		  float: left;
		  list-style: none;
		  position: relative;

		}*/
}

/* ************************ */

/************************************************ About Us ***********************************************/

div.image-container {
      display: none;
      margin-top: 150px;
      margin-bottom: 0px;
      float: left;
      width: 50%;
  }

  div img.image-directions {
    display: none; margin-bottom: 0px; padding-bottom: 0; float: left; margin-top: -325px; padding-right: 500px;
  }

  div img.image-salmon-bldg {
    display: none; margin-bottom: 0px; padding-bottom: 0; float: left; margin-top: -325px;  margin-right: -1025px;
  }

div div.texter-container {
  float: right;
  width: 100%;
  padding-left: 10px;
  padding-right: 5px;
}  

div nav p.contact-text-top {
  display: block;
  float: right;
  padding: 10px 10px 0 10px; 
  font-size:24px; 
  font-family: Arial; 
  color:#111;
  font-weight:300;
  line-height: 26px;
  text-align: center;
  }

div nav p.contact-text-middle { 
   display: block;
   float: right;
   padding: 10px 10px 0 10px;
   font-size: 16px;
   font-family: Arial;
   color:#111;
   font-weight:100;
   line-height: 18px;
   text-align: justify;
   width: 95%;
   font-style: italic;
  }  

div nav p.contact-text-bottom { 
   float: right;
   padding: 10px 10px 50px 10px;
   display: block;
   font-size:14px;
   font-family:Arial;
   color:#111;
   font-weight:500;
   line-height: 16px;
   text-align: justify;
  } 

  /*About Us* Continued */
@media only screen and (min-width: 1000px) {  

 div.image-container {
    display: inline-block;
  }

  div img.image-directions {
     float: left; 
    display: inline-block; 
    padding-bottom: 0; 
    margin-top: -140px; 
    padding-left: 50px;
  }

  div img.image-salmon-bldg {
    float: left; 
    display: inline-block; 
    padding-bottom: 0; 
    margin-top: -140px;  
    margin-left: -500px;
}

div div.texter-container {
  float: right;
  width: 50%;
  padding-left: 0px;
  padding-right: 0px;
}  

div nav p.contact-text-top {
  display: block;
  float: right;
  margin-right: 300px;
  margin-bottom: 0px;
  padding: 10px 10px 0 10px; 
  font-size:24px; 
  font-family: Arial; 
  color:#111;
  font-weight:300;
  line-height: 26px;
  text-align: center;
  }

div nav p.contact-text-middle { 
   display: block;
   float: right;
   margin-right: 80px;
   padding: 50px 10px 50px 10px;
   font-size: 16px;
   font-family: Arial;
   color:#111;
   font-weight:100;
   line-height: 18px;
   text-align: justify;
  }  

div nav p.contact-text-bottom { 
   display: block;
   float: right;
   margin-right: 150px;
   padding: 10px 10px 0 10px;
   font-size: 14px;
   font-family: Arial;
   color:#111;
   font-weight:500;
   line-height: 16px;
   text-align: justify;
  }  

/****************************************/
/******************************************* About Us **************************************************/



