.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color:rgb(255, 255, 255);
  text-shadow: none; 
}

.cover-container {
  max-width: 42em;
}
.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(10, 8, 8, 0.25);
}

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

.nav-masthead .active {
  border-bottom-color: #1a680a;
}


/* .b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  } */

  /* body {

    box-shadow: inset 0 0 1rem rgba(0, 0, 0, .5);
} */

#footer {
    color: white;
    position: relative;
    margin-top: -35px;
    height: 35px;
    clear: both;
  }