/*
 * Globals
 */


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


/*
 * Base structure
 */

body {
  background-color: #000;
  text-shadow: 0 .05rem .1rem rgb(0, 0, 0);
  box-shadow: inset 0 0 0.2rem #FF6600;
  font-family: 'Lato', sans-serif;
}

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

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


.px-3 h1 {
  color: #fff;
}

.px-3 p {
  color: #fff;
}

/*
 * Header
 */

.nav-masthead .nav-link {
  color: rgba(0, 0, 0, 0.5);
  border-bottom: .25rem solid transparent;
}

.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 .active {
  color: #fff;
  border-bottom-color: #fff;
}

/*
 * Footer
 */
footer {
  font-size: 0.75rem;
  color: #777;
}

footer .footer-email {
  color: #888;
  /* make email gray */
  text-decoration: none;
}

footer .footer-email:hover {
  color: #aaa;
  /* lighter on hover */
  text-decoration: underline;
}

.email-icon {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}

.email-icon a {
  color: #aaa;
  /* icon color */
  text-decoration: none;
  font-size: 1.5rem;
  /* icon size */
}

.email-icon a:hover {
  color: #FF6600;
  /* brighten on hover */
}