/*
 * Globals
 */


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


/*
 * Base structure
 */

body {
  font-family: 'Clear Sans', 'Helvetica Neue', Arial, sans-serif;
  background-color: #121213;
}

.row {
  margin: 0 !important;
}

/*
 * Header
 */

#nav {
 height: 4rem;
 border-bottom: 1px solid #3a3a3c;
}

.icon {
  height: 30px;
  width: 30px;
  cursor: pointer;
}

.stats-icon {
  height: 27.5px !important;
  width: 27.5px !important;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: #fff;
  background-color: transparent;
  border-bottom: .10rem solid transparent;
  cursor: pointer;
}

.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;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.modal-header, .modal-footer {
  border: none;
  background-color: #121213;
}

.modal-content {
  color: #fff !important;
  background-color: #121213;
}

#attempts {
  display: none;
}

#instructionsModal {
  text-align: left !important;
}

#instructionsModal ul {
  padding: 0 10px 0 10px;
}

.highlights {
  padding: 0 20px 0 20px;
}

.green-highlight {
  background-color: #00ff00;
}

.yellow-highlight {
  background-color: #ffff00;
}

.red-highlight {
  background-color: #ff0000;
}
