a {
  text-decoration: none;
  color: #000;
}

#avmenu {
  clear: left;
  margin: 7px 0 7px;
  padding: 0;
}

.navbar-nav > li > a {
  text-decoration: none;
  font-size: 14px;
}

.dropdown-menu > li > a {
  padding: 6px 20px;
  font-size: 12px;
}

.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus {
  color: rgba(212, 63, 58, 1);
  background-color: #fff;
}

.navbar-brand:before {
  /*  content: href='https://peter-porjes.weebly.com/';
  background: url("https://peter-porjes.weebly.com/") no-repeat right;
  content: attr(href);*/
}