/*WHOLE WEBPAGE*/
#page {
  background-color:#BED3AB;
  font-family:Century Gothic, Verdana, sans-serif;
  text-align:center;
}

#page2 { /*alternate version for Outreach, Join Us, and Contact Us*/
  background-color:#BED3AB;
  font-family:Century Gothic, Verdana, sans-serif;
}

/*WEBPAGE SPECIFICS*/
div {
  border:solid; /*to mark different sections apart*/
}
h2 {
  color:#016236;
}
.bigblurb{
  font-size:30px;
  color:#02894B;
}
.topinitiatives {
  text-align:center;
  border:none;
}
.midinitiatives {
  display:flex;
  justify-content:center;
  border:none;
}
.initiativeslist {
  color:#FFFFFF;
  font-size:25px; 
}
.midinitiatives a{
  font-size:25px;
}

/*NAVIGATION*/
#nav {
  float:left;
  background-color:#02894B;
  height:1120px;
  padding:10px;
}
.navlist {
  padding-left:0px;
  color:white;
}
#nav li {
  list-style-type:none;
  margin-bottom:5px;
}
a {
  color:#FFFFFF;
  font-size:15px;
}

/*PICTURES*/
.imgcaption {
  margin-top:2px;
}
.outreach {
  height:350px;
}

/*TABLES*/
table {
  border-collapse:collapse;
  color:#FFFFFF;
  border-color:#0000000;
}
caption {
  color:#016236;
  font-size:20px;
  padding-bottom:5px;
}
th {
  border:solid;
}
td {
  border:solid;
  background-color:#02894B;
  text-align:center;
}
.divisions {
  background-color:#016236;
}
td, th {
  padding:10px;
}
.clockStyle {
  font-size:25px;
  font-weight:bold;
  border:none;
}

