* {
  box-sizing: border-box;
}
 { 
	background-color: #FBFBFB; 
	color: #000000; 
	font-family: tahoma, arial, sans-serif; 
	}
nav { 
		font-family: arial, tahoma, sans-serif; 
	background-color: #066c3c; 
	text-align: center; 
	font-weight: bold; 
	width: 100%;
	}
nav a {
	text-decoration: none;
	color: #ffffff;
	padding-right: 5%;
          }

nav a:visited { color: #F5F0C5; }
nav a:hover     { color: #d9d4ad; } 


header {
	background-image: url(images/leadershipadams_color-01.png); 	
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 150px;		 
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #4d4d46;
	margin-bottom: 10px;
	vertical-align: middle;
		}
header a { text-decoration: none;
           color: #ffffff;
                    }

main {
	background-color: #ebebdf; 
	margin-top: 10px; 
	padding-top: 2px; 
	padding-bottom: 5px;
		font-family: arial, tahoma, sans-serif; }

main a { text-decoration: none;
color: #ffffff; }
main a:link { color: #339900; }
main a:visited { color: #339900; }
main a:hover     { color: #ffffff; }

.subhead {
	color: #ffffff;
	font-size: 150%;
	text-align: right;
		font-family: arial, tahoma, sans-serif; 
		font-style: italic;
}

h1 {  
	color: #FFFFFF; 
	font-family: arial, tahoma, sans-serif; 
	text-align: left; 
	font-style: italic; 
	font-size: 325%;
	}
h2 { 
	color: #4d4d46;  
	font-size: 150%; 
	padding-top: 0;
	padding-right: 50px;
	text-align: center;
	}
h3 { color: #4d4d46; 
      text-align: center; 
}

h3 a {  text-decoration: none;
		   font-size: 150%; }


		   
h4 {color: #000000; 

text-align: left;}
		   
.float {float: left;
width: 40%;}
		  
footer { 
	margin-top: 10px; 
	background-color: #4d4d46; 
	font-family: arial, tahoma, sans-serif; 
	font-style: italic; 
	font-weight: bold; 
	text-align: center; 
	font-size: .75em; 
	color: #ffffff;
	}


  

#wrapper { 
	background-color: #FFFFFf; 
	margin-left: auto; 
	margin-right: auto; 
	width: 80%
	}

img { padding-left: 10px; padding-right: 10px; }

table { margin: auto; width: 90%; border-spacing: 0; padding-bottom: 20px; }
th, td { padding: 1%; font-weight: normal; }
tr:nth-of-type(odd) { background-color: #bfd6ae; }
th {width: 70%;}
td {width: 30%;}



.dropbtn {
  background-color: #066c3c;
  color: white;
  text-align: center; 
font-size: 16px; 
/*font-family: tahoma, arial, sans-serif;*/
	font-weight: bold;
white-space: nowrap; 
overflow: hidden;
  border: none;
  cursor: pointer; 
 }

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #066c3c;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}


.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}


.dropdown-content a:hover {background-color: #3e8e41}


.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
  color: #F5F0C5;
}

.center { display: block; margin-left: auto; margin-right: auto; width:300px; height: 300px; padding-bottom: 1em; }

p {text-align: center;}

#content { width: 80%; margin-right: 10%}
#logo {margin-left: 10%; float: left; }
#table { width: 60%; display: block; margin-left: auto; margin-right: auto; padding-bottom: 100px; padding-top: 1em; }

.imagerow {
	  display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

.mission-statement {
	width: 25%;
	display:inline-block;
	text-align: left;
	padding-right: 2%;
}

.program-vision {
	width: 25%;
	display:inline-block;
	text-align: left;
	padding-right: 2%;
}

.program-highlights {
	width: 25%;
	display:inline-block;
	text-align: left;
}
.form {
	border-style: double; 
	margin-left: 25%; 
	margin-right: 25%;
	padding-top: 2%; 
	padding-left: 2%;
	padding-right: 2%;
}

.mobile {display: inline;}
.desktop {display: none;}

@media (min-width: 600px){
/*		header { 	padding-left: 0; 
				text-align: left; }
	h1 {font-size: 1em;}
	.subhead {
		font-size: 1em;
	}*/
		.mobile {display: none;}
	.desktop {display: inline;}



}
@media (max-width: 601px){
	table {font-size: 2vw;}
	#table {width: 100%;}
	#logo {margin-left: 1%;}
	#sponsor {display: inline;}
	.form {margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; width: 100%; text-align: left; }
	textarea {width: 100%;}

header {
	background-image: url(images/leadershipadams_color-01.png); 	
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 2%;		 
	padding-top: 1%;
	padding-bottom: 1%;
	background-color: #4d4d46;
	margin-bottom: 10px;
	vertical-align: middle;
	background-size: 20%;

}
h1 {font-size: 1em; text-align: right; padding-right: 5px;}
.subhead {font-size: 1em;
	color: #ffffff;  
	padding-top: 0;
	padding-right: 1%;
	}
nav {position: relative;}
nav a {float: none; display: block; text-align: left;}
/*.dropdown {float: none;}
.dropdown-content {position: relative;}
.dropbtn {display: block; width: 100%; text-align: left;}
*/
.dropdown {float: left; text-align: left; width: 100%;}
.dropbtn {text-align: left; width: 100%; }
.mission-statement {
	width: 100%;
	text-align: left;
	padding-left: 2%;	
}
.program-vision {
	width: 100%;
	text-align left;
	padding-left: 2%;
}
.program-highlights {
	width: 100%;
	text-align: left;
	padding-left: 2%;
}
.imagerow {
	  display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.imagecolumn {width: 50;}
}

/*@media only screen and (min-width: 1024px) {
@supports (display: grid) {
		   header { grid-area: header; }	
}*/