html, body {
  font-family: "Open Sans", Lato, Helvetica;
  font-size: 14pt;
  background-color: black;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
nav {
  text-align: center;
}
nav a {
  margin: 5vw;
  padding: 1vw;
  display: block;
}
#mission {
  text-align: left;
  color: white;
  padding-bottom: 5vw;
}
h1 {
  font-family: Cinzel, Georgia;
  font-weight: normal;
  font-size: 7vw;
  margin-top: 0;
}
.blackband {
  background-color: black;
  padding: 5px 20px 5px 20px;
  border: 1px solid white;
  display: block;
  max-width: 35vw;
  margin: auto;
}
.gold {
  color: purple;
}
h2 {
  font-weight: normal;
  font-family: Satisfy, Georgia;
  text-align: center;
}
h2 .big {
  font-size: 10vw;
}
h4, h5 {
  margin: 0;
  font-family: Arimo;
}
strong {
  font-weight: bold;
}
ul.ind li {
  padding-bottom: 0.7em;
}
ul.ind {
  margin-left: 0.5em;
  padding-left: 0.5em;
}
header {
  text-align: center;
}
#logo {
  width: 80vw;
  max-height: 80vh;
}
header img {
  border-style: none;
}
#boardcards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.boardmember {
  width: 300px;
  height: 400px;
  background-color: white;
  padding: 15px;
  margin: 15px;
  color: black;
}
.boardmember img, .boardmember .dirphoto {
  width: 250px;
  height: 250px;
  margin: auto;
  margin-top: 10px;
  background-color: silver;
  border: 1px solid black;
}
section, footer, main {
  padding-bottom: 20px;
  color: white;
  margin: auto;
}
.unit {
  width: 80vw;
  max-width: 800px;
  margin: auto;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.page {
  width: 80vw;
  max-width: 800px;
  padding: 5vw;
  background-color: white;
  color: black;
  margin: auto;
}
.page figure {
  margin: 0;
  text-align: center;
}
.page figure figcaption, .mediacaption, .asidecaption {
  font-size: smaller;
  margin: 3px 0 5px 0;
  font-style: italic;
  text-align: center;
}
.leftaside, .rightaside {
  text-align: center;
}
.page .centerfig img, .leftaside img, .rightaside img {
  max-width: 100%;
}
.init {
  font-size: 40px;
  line-height: 30px;
  padding-bottom: 0;
  font-family : Cinzel, Georgia;
}
hr {
  width: 55%;
}
.video-container {
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
  overflow:hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.videoright, .audioright {
  background-color: #AAA;
}
.audioright {
  padding: 7px;
  text-align: center;
}
.sourcefignarrow img, .sourcefigwide img {
  max-width: 100%;
}
.sourcefignarrow figcaption, .sourcefigwide figcaption {
  color: white;
  font-size: small;
}
.centeredpg figure, .centered h2 {
  margin: auto;
  margin-top: 20px;
  margin-bottom: 25px;
}
#hashtag {
  font-size: 7vw;
  font-weight: bold;
}
.center {
  text-align: center;
}
.timecaption {
  color: #777;
  font-size: smaller;
}
a:link {
  color: purple;
  background-color: #f4f5ff;
}
a:visited {
  color: #93009b;
  background-color: #fef4ff;
}
a:hover {
  background-color: #37377a;
  color: white;
}
a:active {
  color: white;
  background-color: orange;
}
header a:link, header a:visited, header a:hover, header a:active {
  background-color: black;
}
.more, .postdate {
  font-size: small;
  color: #555;
}
h2.posthead {
  text-align: left;
  display: inline;
}
h2.posthead:hover {
  background-color: black;
}
section.postsection {
  color: black;
  margin-bottom: 30px;
}
.community_photo {
  max-width:  90%;
  padding:  20px;
}
.community_gallery {
  text-align: center;

}
@media screen and (min-width: 750px) {
  h1 {
    font-size: 5vw;
  }
  nav a {
    display: inline;
    margin: 2vw;
  }
  #logo {
    height: 40vh;
    min-height: 200px;
  }
  .blackband {
    display: inline;
    max-width: 90vw;
  }
  .videoright, .audioright {
    float: right;
    margin-left: 20px;
    margin-bottom: 15px;
  }
  .videoright {
    width: 560px;
  }
  .sourcefignarrow {
    max-width: 500px;
  }
  .sourcefigwide {
    max-width: 850px;
  }
  .leftaside {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .rightaside {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
  }
  .leftaside img, .rightaside img {
    width: 30vw;
    max-width: 400px;
  }
  .asidewide img {
    max-width: 600px;
    min-width: 400px;
  }
  #hashtag {
    font-size: 30pt;
    font-weight: bold;
  }
  h2 .big {
    font-size: 34pt;
  }
  .prof img {
    max-width: 260px;
  }
  .community_photo {
    max-width:  55%;
  }

}
