.nav-menu li:hover > a {
  border-right-width: 7px;
  border-right-style: dotted;
  border-right-color: #ed5f5f;
  border-width: 8px;
  border-style: hidden;
  border-color: #fa2d2d;
  opacity: 0.1;
}

#navbar.navbar {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  font-variant: small-caps;
  font-family: Georgia;
  text-indent: 2px;
  letter-spacing: 1px;
  word-spacing: 1px;
  white-space: normal;
  background-color: #f0c27d;
  background-attachment: fixed;
  border-width: 7px;
  border-color: #bf4c4c;
  border-style: solid;
  border-radius: 9px;
}