/* Global Styles */
 
*{
    padding: 0; /* Reset all padding to 0 */
    margin: 0; /* Reset all margin to 0 */
}
 
html {
    width: 100%;
    height: 100%;
}

body{
    background: #F9FFF9; /* Set HTML background color */
    font: 14px "Lucida Grande";  /* Set global font size & family */
    color: #464646; /* Set global text color */
	padding: 1em;
    width: 100%;
    height: 100%;
}

a {
  color: darkblue;
}

.whole {
    padding: 0.5em;
    margin: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    background-color: #f0ffe6;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='112' height='92' viewBox='0 0 112 92'%3E%3Cg fill='%23248e35' fill-opacity='0.05'%3E%3Cpath fill-rule='evenodd' d='M72 10H40L16 20H0v8h16l24-14h32l24 14h16v-8H96L72 10zm0-8H40L16 4H0v8h16l24-6h32l24 6h16V4H96L72 2zm0 84H40l-24-6H0v8h16l24 2h32l24-2h16v-8H96l-24 6zm0-8H40L16 64H0v8h16l24 10h32l24-10h16v-8H96L72 78zm0-12H40L16 56H0v4h16l24 14h32l24-14h16v-4H96L72 66zm0-16H40l-24-2H0v4h16l24 6h32l24-6h16v-4H96l-24 2zm0-16H40l-24 6H0v4h16l24-2h32l24 2h16v-4H96l-24-6zm0-16H40L16 32H0v4h16l24-10h32l24 10h16v-4H96L72 18z'/%3E%3C/g%3E%3C/svg%3E");
}

.whole input[type=number], 
.whole input[type=text], 
.whole input[type=email], 
.whole input[type=time], 
.whole input[type=date], 
.whole input[type=radio], 
.whole textarea, 
.whole select {
  background-color:rgba(255, 255, 255, 0.5);
}
 
p{
    margin: 10px 0px 10px 0px; /* Add some padding to the top and bottom of the <p> tags */
}
 
/* Header */
 
#header{
    height: 45px; /* Set header height */
    background: #464646; /* Set header background color */
}
 
#header h3{
    color: #FFFFF3; /* Set header heading(top left title ) color */
    padding: 10px; /* Set padding, to center it within the header */
    font-weight: normal; /* Set font weight to normal, default it was set to bold */
}
 
/* Wrap */
 
#wrap{
    background: #FFFFFF; /* Set content background to white */
    width: 615px; /* Set the width of our content area */
    margin: 0 auto; /* Center our content in our browser */
    margin-top: 50px; /* Margin top to make some space between the header and the content */
    padding: 10px; /* Padding to make some more space for our text */
    border: 1px solid #DFDFDF; /* Small border for the finishing touch */
    text-align: center; /* Center our content text */
}
 
#wrap h3{
    font: italic 22px Georgia; /* Set font for our heading 2 that will be displayed in our wrap */
}
 
/* Form & Input field styles */
 
form{
    margin-top: 10px; /* Make some more distance away from the description text */
}
 
form .submit_button{
    background: #F9F9F9; /* Set button background */
    border: 1px solid #DFDFDF; /* Small border around our submit button */
    padding: 8px; /* Add some more space around our button text */
}
 
input{
    /* font: normal 16px Georgia;*/ /* Set font for our input fields */
    border: 1px solid #DFDFDF; /* Small border around our input field */
    padding: 8px; /* Add some more space around our text */
}

 div.banner {
  width: 100%;
  height: 300px;
  text-align: center;
  margin-bottom: 0.8em;
  background-image: url('https://mauihikes.org/planting/Auwahi_Dryland_Forest.JPG');
  background-size: 100% 100%;
  background-repeat: no-repeat;
 }

 p.banner {
  color: white;
  width: 100%;
  height: 100%;
  padding-top: 5em;
 }

 span.banner {
  vertical-align: middle;
  font-size: 4em;;
  text-shadow: 2px 2px 10px darkgreen;
 }

 span.helptext {
	 color: darkblue;
 }
 
.homeButton {
  border: 2px solid #73AD21;
  background-color: rgba(150,255,150,0.75);
  color: black;
  font-size: .8em;
  font-weight: normal;
  border-radius: 6px; 
  line-height: 1.5em;
  padding: 0.3em;
  text-transform: none;
	position: fixed;
	top: 10px;
	leftt: 0px;
	z-index: 200000;
}

div.outing {
    /*
    height: 50em;
    overflow: auto;
*/
}
.atcb-dropdown, .atcb-popup {
  z-index: 9999 !important;
}

add-to-calendar-button {
  position: relative;
  z-index: 1000;
}

 @media only screen and (max-width:640px) {
     span.banner {
 	     font-size: 2.5em; !important;
     }
 }
