body {
  background-color: whitesmoke;
  margin:0;
  font-family:Garmond;
  Font-size: 13pt;
}



.menu {
  Position: fixed;
  Width:100%;
  background-color: lightgrey;
  Z-index:10;
  Opacity: .9;
}

.menu ul {
  list-style-type: none;
  margin: 0px;
  padding: 0;
  overflow: hidden;
  background-color: #333;
  
}

.menu  li {
  float: left;
  margin: 0px 10px 0px 10px;
}

.menu  li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.menu  li a:hover {
  background-color: #999;
}





.landingpic {
  Background-image: url("mokuleia.jpg");
  Background-size: cover;
  position: center;
  text-align: center;
  Height: 100vh;
  Color: white;
}

.centered {
  position: absolute;
  text-align: right;
  top: 35%;
  left: 70%;
  Color: white;
  transform: translate(-25%, -0%);
  Z-index:2;
}


.arrowed {
  Position: absolute;
  Top: 80vh;
  Left: 50%;
  transform: translate(-25%, -0%);
  Z-index:3;
  Font-size: 100px;
}

.arrowed a {
  Text-decoration: none;
  Color: white;
}

.arrowed a:hover {
  Text-decoration: bold;
  Font-size: 110px;
  Color: lightgray;
}






.bigcontainer {
  Padding: 3em;
  Line-height: 1.5;
}

Table {
  Width: 100%;
}

Td #info {
  Width:70%;
  padding:10px;
}

Td #image {
  Width:30%;
  padding:10px;
}




h4 {
  padding: 0;
  margin-bottom: 0px;
}

h3 {
  padding: 0;
  margin-bottom: 0px;
}

.bigcontainer a {
  Text-decoration: none;
  Color: darkslategray;

}


.bigcontainer a:hover {
  Text-decoration: underline;
}




li, h3 {
    bottom-margin: -10px;
    padding: 0em;
}








@media screen and (min-width: 550px) {
.auxmenu {
  	Display: none;
	}
}






@media screen and (max-width: 549px) {
Td
  {
    display: block;
    Width: 100%;
  }
.menu li {
    Display: none; 
}

.auxmenu {
    Display: show;
}

.arrowed {
    Top: 57vh;
}

.landingpic {
    height: 75vh;
}

.centered {
  position: absolute;
  text-align: right;
  top: 15%;
  left: 70%;
  Color: white;
  transform: translate(-25%, -0%);
  Z-index:2;
}

}




@media all and (min-width: 550px) {
.menu {
    Display: show; 
}

.auxmenu {
    Display: none;
}
}









.auxmenu {
  Position: fixed;
  Width:100%;
  Background-color: #333;
  Z-index:4;
  Opacity: .9;
}

.auxmenu ul {
  list-style-type: none;
  margin: 0px;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

.auxmenu  li {
  Padding: 5px;
  margin: 0px 0px 0px 10px;
}

.auxmenu  li a {
  Width:100%;
  display: block;
  color: white;
  text-align: center;
  text-decoration: none;
}

.auxmenu  li a:hover {
  background-color: #999;
}


.dropbtn {
  background-color: #333;
  color: white;
  padding: 0px;
  font-size: 30px;
  border: none;
  cursor: pointer;
  Width: 100%;
}

.dropbtn:hover {
  Color:red;
}

.dropdown {
  display: inline-block;
}

.dropdownmenu {
  Margin: 10px 10px 10px 10px;
  Background-color: white;
  text-align: left;
  Display: none;
  Padding: 10px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  Font-size: 15pt;
}





.show {display: block;}




