.sr-only {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

a {
  text-decoration: none;
  position: relative;
}

a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: #f4d400;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

a:hover:after {
  width: 100%;
  left: 0;
}

.nav-link {
  padding-bottom: 0.2rem;
}

#logoText {
  margin-left: 20px !important;
}

@media (min-width: 576px) {
  #logoText {
    margin-left: 20px !important;
    display: none;
  }
}

#menu-hr {
  display: block;
  background-color: white;
}

@media (min-width: 768px) {
  #menu-hr {
    display: none;
    background-color: white;
  }
}

a:after {
  display: none;
}

@media (min-width: 768px) {
  a:after {
    display: block;
  }
}

@media (min-width: 768px) {
  .top-nav-plus {
    display: none;
  }
}

@media (min-width: 576px) {
  #NavBar-logo {
    display: block !important;
    width: 40%;
    height: auto;
  }
}

#NavBar-logo {
  display: none;
}

