header ul{
  margin-bottom: 1px;
}
header .img-fluid{
  width: 100%;
}
#menu {
  background-color: #c80219 !important;
  background-image: none;
  background-repeat: repeat-x;
  border: none;
  border-bottom:3px solid #f00;
  min-height: 40px;
  border-radius: 0px;
  padding: 0 1rem;
  margin-bottom: 20px;
}

#menu .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  background-color: transparent;
}

#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  border-top-right-radius: 15px;
}

/*
#menu .text-white{
  color:#000 !important;
}

#menu .navbar-toggler i {
    color: #000000;
    border-color: #ccc;
    font-size: 0.9em;
}
*/
#menu .nav-item{
  border-right: 2px solid #ccc;
  border-top-right-radius: 15px;
  line-height: 1.3;
}

#menu #category{
  line-height: 30px !important;
}

footer {
    background-color: #eee;
    color:#000;
}

footer a:link {
    color:#00f;
}

.item-meta{
  color: #ed1521 !important;
}

a.selected{
  padding: 1px;
  border: 1px dashed #aaa;
  border-radius: 5px;
  margin: 0px 3px;
}