/*
 * Globals
 */


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  /*text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */



.cover-container {
  max-width: 42em;
}


/*
 * Header
 */

.nav-masthead .nav-link {
  color: black !important;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 0, 0, 0.212);
}

/*
.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
  color:black !important;
}
*/

.nav-masthead .active {
  color: rgb(152,36,0) !important;
  border-bottom-color: rgba(152,36,0);
}

.nav-link{
  margin-left: 1rem;
  font-size: 0.8rem;
    letter-spacing: .065rem;
    font-weight: 700;
}
