*  {
    font-family: Muli, sans-serif !important
}

html a {
  color: #9C3;
}

html a:hover {
  color: #9C3;
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 1.3rem;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #9C3;
}

#mainNav #ftslogo {
  width: 8rem;
  height: auto;
}

#mainNav .navbar-toggler {
  background-color: #9C3;
}

header span {
    color: #9C3;
}

header.masthead {
  background-image: url("../assets/img/WLCGsmall.png");
}

section.smallhead {
  background-image: url("../assets/img/WLCGsmall.png");
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

h3.section-subheading {
    max-width: 70%;
    margin: auto;
}
.page-section h3.section-subheading,
 .portfolio-caption-heading {
  font-size: 1.2rem;
}

body p, body #questions, 
.portfolio-caption-subheading,
.postcontent {
  font-size: 1.1rem;
}

.btn-primary {
    color: #fff;
    background-color: #9C3;
    border-color: #9C3;
  }
  .btn-primary:hover {
    color: #fff;
    background-color: #9C3;
    border-color: #9C3;
  }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #9C3;
    border-color: #9C3;
    box-shadow: 0 0 0 0.2rem rgba(254, 216, 84, 0.5);
  }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #9C3;
    border-color: #9C3;
  }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #9C3;
    border-color: #9C3;
  }
  .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(254, 216, 84, 0.5);
  }

  section#numbers, section#contactus {
    background-color: #9C3;
  }

  section#contactus a {
    color: #fff;
  }

  section#numbers h2 {
    font-weight: 9000;
  }

  ::-moz-selection {
    background: #9C3;
    text-shadow: none;
  }
  
  ::selection {
    background: #9C3;
    text-shadow: none;
  }

  #qTable td {
    padding: 8px 1em;
    border: solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    font-family: "Muli";
  }
  #qTable {
    width: 100%;
    border-spacing: 0.5em;
  }
  #qTable li {
    cursor: pointer;
  }
  #qTable li:hover {
    text-decoration: underline;
  }
  #qTable tr:nth-child(n + 2) {
    display: none;
  }
  #qTable p {
    font-weight: bold;
    line-height: 1;
  }
  #errdiv {
    display: none;
    font-weight: bold;
    color: #903;
    padding: 0.3em;
  }
  .selectedAnswer {
    font-weight: bold;
    color: #9c3;
  }
  #qTable i {
    display: none;
  }