/*
 * Globals
 */

/*
 * Base structure
 */

body {
  background-color: white;
  /*box-shadow: inset 0 0 5rem rgba(100, 179, 79, .9);*/
}

.cover-container {
  max-width: 62em;
  /*border: solid 1px black;*/
}

header {
  height: auto;
  min-height: 150px;
}
.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  /*color: rgba(255, 255, 255, .5);*/
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: #444;
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #333;
  border-bottom-color: #444;
}

/*
 * Content
 */
 main h1 { 
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 1rem; 
 }
a {
  color: #336633;
  text-decoration: underline;
  font-weight: bold;
}
a:hover {
  color: #333;
}
a.active { color: #333; }

.nw {
  white-space: nowrap;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
  
}