/*
 * Globals
 */


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* 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: 60em;
  padding-top: 0 !important;
}

main a {
  color: #fff;
}

.header-logo a {
  color: #fff;
  text-decoration: none;
}


/*
 * Header
 */
.nav-masthead .nav-item {
  padding: 0 .8rem;
}

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

.nav-masthead .dropdown-item {
  text-shadow: none;
}

.nav-masthead .dropdown-item:hover,
.nav-masthead .dropdown-item:focus {
  text-decoration: none;
  background-color: #ddd;
}

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

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

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus,
.nav-masthead .navbar-brand {
  color: #fff;
}

.nav-masthead .navbar-brand {
  font-weight: bold;
  padding-top: 0.7rem;
}

.navbar-brand img {
 width: 40px;
}

.nav-masthead .navbar-toggler {
  background-color: #949dab;
}

.nav-masthead .navbar-nav {
  margin-left: auto;
}

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

/**
 * Formatting
 */
.heading-line {
  border-bottom: 1px solid #444;
  padding-bottom: 0.3rem;
  margin-bottom: 1.5rem;
}

section {
  padding-bottom: 1.5rem;
}