.navbar {
  border: 0;
  border-bottom: 5px solid #6600ff;
  background-color: #e6e6ff;
}

.navbar-toggle {
  border: none;
  margin-top: 18px;
}

.navbar-toggle > .icon-bar {
  background-color: #000080 !important;
}

.navbar-default .navbar-toggle:active, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar a {
  color: #000080 !important;
  transition: background-color 0.4s, color 0.4s;
  line-height: 40px !important;
  vertical-align: middle;
  font-size: 16px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-brand:active, .navbar-brand:focus, .navbar-brand:hover {
  background-color: #6600ff !important;
  color: #fff !important;
  transition: background-color 0.4s, color 0.4s;
}

.navbar-brand {
  font-family: 'Norican',"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 35px !important;
  height: 70px;
}

