 /*
 * Globals
 */


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


/*
 * Base structure
 */

body {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

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


/*
 * Header
 */
 
.page {
 display: flex;
 flex-direction: column;
}

.nav-masthead-dark .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

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

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

.nav-masthead-dark .active {
  color: #fff;
  border-bottom-color: #fff;
}

.nav-masthead-light .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(33, 37, 41, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead-light .nav-link:hover,
.nav-masthead-light .nav-link:focus {
  border-bottom-color: rgba(33, 37, 41, .25);
}

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

.nav-masthead-light .active {
  color: #212529;
  border-bottom-color: #212529;
}

