@charset "utf-8";

body {
	background-color:#EDF5E1;
	min-height:100%;
}

#wrapper {
		width:90%;
        max-width: 900px;
        margin: 0 auto;
		padding: 10px;
		border:solid #3A5412;
		background:#689D3E;
	height:auto !important;	
	max-height:100%;
		
    
}
h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	text-align: center;
	font-size: 32px;
	color:aliceblue;
}
h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	text-align: center;
	font-size: 24px;
	color:antiquewhite;
}
p {
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	text-align:center;
	color:aliceblue;
	padding:10px;
}
img {
	margin:0 auto;
	display:inline-block;
	padding: 15px;
}
imgtxt {
	display:inline-flex;
	flex-direction:row;
	
}
summary {
	background:#05386B;
	color:#FFFFFF;
	text-align: center;
	font-size:18px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	margin-bottom: 10px;
	padding-bottom: 10px;
}
details {
	background:#1A4E0E;
}
headerbox {
	background:#FFFFFF;
}
boardphotos{
	width: 300px;
	
}
#presidentroll{
	display:none;
}
#treasurerroll{
	display:none;
}
#fundraisingroll{
	display:none;
}
.step {
	padding:10px;
}

.dimg {
	
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 500px) {
  .column {
    width: 100%;
  }
}
/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  width: 50%;
  padding: 5px;
}
.row {
	margin:20px auto;
	padding: 0px 10px 0 10px;
}
/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}
/*Navigation info */
/* Add a black background color to the top navigation */
.topnav {
  background-color:#174F0F;
  overflow: hidden;
}
/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: inline-flex;
  text-align: center;
  padding: 1em 1em;
  text-decoration: none;
  font-size: 14px;
	color:aliceblue;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #08453C;
  color: blueviolet;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #44BD20;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 750px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 750px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}.boardphotos {
}

#boardimg {
	max-width:200px;
	max-height:200px;
	display:inline-flex;
}

.boardimg {
	max-width:40%;
	max-height:40%;
	display:block;
	
}
.mainphoto {
	max-width:95%;
}

#title {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	text-align: center;
	font-size: 32px;
	color:aliceblue;
}




