@charset 'utf-8';
* {box-sizing:border-box;}
@font-face {
  font-family: 'NotoSans';
  src: url("fonts/NotoSans.ttf")
}
@font-face {
  font-family: 'NotoSans-italic';
  src: url("fonts/NotoSans-italic.ttf")
}
@font-face {
  font-family: 'Sanchez';
  src: url("fonts/Sanchez.otf")
}
@font-face {
  font-family: 'Sanchez-italic';
  src: url("fonts/Sanchez-italic.otf")
}
.counter {font-family: 'digital-7'; font-size: 20pt; font-weight:bold; color:white; background-color: #e15d4e; letter-spacing: 3px;
  border: 2px solid #68100f;border-radius: 7px; line-height:18pt; padding:4px;}
body  {
	margin: 0;
	padding: 0;
	text-align: left; 
	color: #4e4e4e;
	font-size: 110.01%;
	clear: none;
	font-family: NotoSans;
	background: #ffffff; 
}     
.SH #container {
position: relative; 
min-height: 100vh;
width: 100%; 
background: #ffffff;
font-size: 1em;
} 
#header {
	position:relative;
	display:block;
	width:100%;
	padding-bottom:20px;
/*	border-bottom:3px #566c3b solid; */
	background-color: #ffffff;
} 
.headerlogo {width:80%;padding-top:10px; padding-left:10%; border: 0px solid red;} 
.logodiv {width:15%; text-align:right; padding-top:1vw;float:left; display:block; border: 0px solid green;} 
.headertext {width:85%; float:right;background-color:#39411b; text-align:center; margin-top:3vw; border: 0px solid #ff0000;}
.orgname {
	display:block;
/*	width:100%; position:absolute; left:0%; top:0%; z:300; text-align: center; */
	width:100%; text-align: center; border:0px dashed #0000ff; padding-right:5%;
	font-size: 4.2vw; color:#f6f7cb; letter-spacing: 0rem;
	font-family: NotoSans;
	}

#logo {float:left;}

#blackheader {
    width:100%; text-align: center;
    color:#ffffff; background-color:#000000;
    font-size:.8em;
    line-height: 2em;
}
#blackheader a:link { color: #ffffff; text-decoration: none; }
#blackheader a:visited { color: #ffffff; text-decoration: none; }
#blackheader a:hover { color: #ffffff; text-decoration: none;}

#about	img {
	box-shadow: 4px 4px 8px rgba(0,0,0,.75);
	margin-left:5px;
	margin-bottom:10px;
}
.SH #mainContent {
	padding: 0% 10% 50px 10%;
	font-weight: normal;
} 

.lightyellowdiv { background-color: #f7f4e7; width:100%; padding: 1px 8% 40px 8%; }
.seafoamdiv { background-color: #e1e8de; width:100%; padding: 1px 8% 40px 8%; }
.greendiv { background-color: #849d77; color: #ffffff; width:100%; padding: 1px 8% 40px 8%; }
.lightgreendiv { background-color: #bdd9ad; color: #000000; width:100%; padding: 1px 8% 0px 8%; }

a:link { color: #1B08F7; text-decoration: none; }
a:visited { color: #1B08F7; text-decoration: none; }
a:hover { color: #66722d; text-decoration: underline;}
.clearfloat {clear:both; height:0; font-size: 1px; line-height: 0px;}
input:focus {background-color:#E4EAC4; outline: none;}
textarea:focus {background-color:#E4EAC4; outline: none;}
h1 {font-size: 1.5em;}
h2 {font-size: 1.3em; color: #212121; font-weight:500;}
h3 { font-size: 1.5em; font-family: 'Sanchez'; margin-bottom:.5em; color:#66722d;}
h4 { font-size: 1.5em; font-weight: bold; padding-top: 0.3em; color: #000000; }
ul {list-style-type: disc;}
th {
	font-weight: bold;
	background-color: #b3cc93;
	color: #000000;
	text-align: center;
}
td { 
	background-color: #B3CC93; 
	color: #000000; 
}
.center_cell {	text-align: center;}
#indent {	margin-left: 25px;	width: 80%;}
.indentdiv {
	margin-left: 30px;
	background-color: #d5e5b8;
    color:#000000;
	padding: 30px; padding-top:5px;
	border: 3px solid #364d0f;
}
#footer { 
margin:0px; padding: 30px; 
background-color: #eeeeee; text-align: center; 
font-size: .8em; 
color: #4e4e4e; 
width:100%; 
} 
#lefttext {
float: left;
width: 77%;
}
label { cursor: pointer; }

.social {width:18%; position: absolute; right:2%; bottom:3%; z:300; } 
.sociallogos {width:25%; float:right; margin-left:2%;}
.sociallogos img {width:100%;}
.sociallogos img {width:100%; transform: scale(1);  transition-duration: .5s;}
.sociallogos a:hover img {transform: scale(1.1);  transition-duration: .3s;}

.navigation {background-color:#ffffff; width:100%; padding:0px;}
        .navigation ul{
		 font-family: 'NotoSans'; 
		  line-height: 1em;
        /* positioning */
        	position:relative;
		margin:0px 0px 0px 0px; /* left margin of the menu  */
        z-index:1000;
        list-style:none; 
        font-size:1.7vw;
        }
.navigation ul a:hover { 
			background-color:#788962;
/*			transition-property: all; 	transition-duration: 250ms;*/
		}      
        /* we're using the direct descendant selectors > to ONLY affect the main menu items */
.navigation > ul > li {
            position: relative;
            float: left;
		text-align: center;
		margin-left:3vw	 /* distance between main menu items */
        }
        .navigation ul li a {
        /* positioning */ 
            display:block;
        /* styling: */
            background-color: #ffffff; color:#000000;
            padding:8px 14px;
				text-decoration:none;
		/*		transition-property: all; 	transition-duration: 250ms;		*/
        }
.active { color:#66722D !important; font-family:'NotoSans'; font-weight: bold;}
.navigation ul li a:hover{ color:#66722D; background-color:#ffffff;  border-bottom: 2px solid #66722D; }
.navigation ul ul {
            width:22vw;
            position:absolute; left:-19vw;
            z-index:100;
            height: 0; /* dropdown menu has 0 height until hover */
            overflow: hidden;
/*			transition-property: all; 	transition-duration: 250; */
        }        
        .navigation > ul > li:hover ul, 
        .navigation > ul > li > a:hover ul,
        .navigation ul ul li:hover > ul, 
        .navigation ul ul li a:hover > ul{
            height:160px; /* need a height to display dropdown menu */
        }     
        .navigation ul ul li {
            background-color:#39411b;
            width:21vw;
        }      
        .navigation ul a:hover { 
			background-color:#39411b;
/*			transition-property: all; 	transition-duration: 750ms; */
		}      
        .navigation ul ul li a {
            display:block;
            text-decoration:none;
            margin:0px 0px;
            padding:5px 12px;
            color:#000000; 
        }
        .navigation ul ul li a:hover, .navigation ul ul li:hover > a { color:#000000; }
.button {
	display: inline-block;
	width:150px;
	border: 1px solid #212121;
	border-radius: 30px;
	cursor: pointer;
	color:#ffffff !important;
	background-color: #66722d;
	text-align: center;
	text-decoration: none;
	padding: .5em 0em .55em;	
	transition-property: all;
	transition-duration: 300ms;
}
.button:link { color:#ffffff !important;}
.button:visited {color:#ffffff !important;}
.button:hover {
  text-decoration: none !important;
  color:#ffffff !important;
  background-color: #86923d;
  transform: scale(1.05);
  	border-radius: 30px;

}
.button:active {
	color:#ffffff !important;
	position: relative;
	top: 2px;
}
select {
        color: #ffffff;  /* text color */
        background-color:  #4E4e4e;
        border: 1px solid #212121;

        border-radius: 5px;  /* round the border corners */
        padding: 5px 10px;
        text-align: center;
      }
select:hover {
  text-decoration: none !important;
  color:#ffffff !important;
  background-color: #4c661f;
}

.login {float:left;width:45%; background-color: #B3CC93; padding: 5px; border: 3px solid #66722D; }
.sendemail {float:right;width:45%; background-color: #B3CC93; padding: 5px; border: 3px solid #66722D;}

#regular {display: block;}
.mobile {display: none;}

@media only screen and (max-width: 800px) {
body {font-size: 100%;}
#mainContent {padding: 0% 2% 70px 2%; }
h3 {font-size: 1.2em;}

.login {width:95%;float:left;}
.sendemail {width:95%;float:left;}

.logodiv {width:100%;text-align:center;} 
.headerlogo {width:40%; padding:0;} 
.headertext {width:100%;}		
.mobile {display:block; margin-top:0px;}
#regular {display:none;}
.mobilelinks  a {
	text-decoration: none;
	font-size: 3vw;
}
.mobilelinks a:link {color:#ffffff; }
.mobilelinks a:visited {color:#ffffff;}
.mobilelinks a:hover {color:#fbba28; background-color:#ffffff;}

#container {width:100% !important; border:none !important;}
.navigation ul li {position: relative; float: none; margin-left:0px;}
.navigation ul li > a {padding:0% 3%;}
.navdiv {height:auto; padding:0%; border:none;}
textarea {width:100%;}
.indentdiv {
	margin-left: 0%;
	padding: 1%;
}
.orgname {
	width:100%; position:absolute; left:0%; top:15%; z:300; text-align: center; letter-spacing: 0rem;
	font-size: 4vw; color:#60730d;
	display:none;
	}
}
