body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.01rem;
  color: rgba(0, 0, 0, 0.84);
  -webkit-font-smoothing: antialiased;
  background: #EEE;
}

a:link {
  color: #000;
}

a:hover {
  color: #000;
}

a:active {
  color: #000;
}

a:visited {
  color: #000;
}

h1 {
  font-size: 24px;
  font-weight: bold;
}

.btn-block {
  width: 100% !important;
}

.navbar {
  border-radius: 0 !important;
}

.navbar .navbar-brand {
  width: 160px;
  margin-left: 20px;
  font-weight: bold;
  color: #F1EACB;
}

.navbar a {
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 1px;
  font-size: 0.8rem;
  font-weight: 400;
}

.navbar a:hover {
  background: none !important;
}

.navbar a:focus {
  background: none !important;
  text-decoration: underline !important;
}

.navbar .navbar-nav > li {
  text-transform: uppercase;
  padding: 0 15px;
}

.navbar .navbar-nav > li:last-child {
  border: none;
}

.navbar .navbar-nav > li a {
  color: #FFF;
  display: block;
}

.navbar .navbar-nav > li a:hover {
  color: #F1EACB;
}

.navbar .current-menu-item a {
  color: #FFF;
  font-weight: 700;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: none;
  border: none;
}

.underline-0 {
  text-decoration: none;
}

.nav-tabs .nav-link {
  color: #333;
}

.nav-tabs .active {
  font-weight: bold;
  color: #000 !important;
}

@media (max-width: 500px) {
  .navbar-nav > li {
    padding: 10px 20px !important;
    border-bottom: 1px solid #666;
  }
}
/*# sourceMappingURL=styles.css.map */