div#namebanner {
  margin-top: 15%;
}

#slogan {
  text-transform: uppercase;
  text-align: center;
}

.row-w-bar {
  border-top: 2px solid #DE0D0D;
  padding-top: 10px;
}

.navbar {
  display: block;
}

@media (min-width: 750px) {

  a.anchor {
    display: block;
    position: relative;
    top: -6.5rem; /* height of the navbar */
    visibility: hidden;
  }

  /* Navbar */
  .navbar {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 6.5rem;
    background: #DE0D0D;
    z-index: 99;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
  }
  .navbar > .container {
    width: 100%;
  }
  .navbar-list {
    list-style: none;
    margin-bottom: 0;
  }
  .navbar-item {
    position: relative;
    float: left;
    margin-bottom: 0; }
  .navbar-link {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .2rem;
    /*margin-right: 20px;*/
    margin-left: 40px;
    text-decoration: none;
    line-height: 6.5rem;
    color: #fff; }
  .navbar-link:hover {
    color: #000;
    text-decoration: underline; }
  .navbar-link.active {
    color: #000; }

  li.navbar-item:hover div.popover {
    display: block;
    font: bold;
    /* In Safari, hovering causes all of the text in the navbar to become less bold. This is a problem, but I don't know how to fix it. */
    /*-webkit-font-smoothing: antialiased;*/
  }
  .popover {
    display: none;
    position: absolute;
    top: 0;
    left: 10px;
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    top: 92%;
    /*left: -50%;*/
    -webkit-filter: drop-shadow(0 0 6px rgba(0,0,0,.1));
    -moz-filter: drop-shadow(0 0 6px rgba(0,0,0,.1));
    filter: drop-shadow(0 0 6px rgba(0,0,0,.1));
  }
  .popover-item:first-child .popover-link:after,
  .popover-item:first-child .popover-link:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .popover-item:first-child .popover-link:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
  }
  .popover-item:first-child .popover-link:before {
    border-color: rgba(238, 238, 238, 0);
    border-bottom-color: #aaa;
    border-width: 11px;
    margin-left: -11px;
  }
  .popover-list {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .popover-item {
    padding: 0;
    margin: 0;
  }
  .popover-link {
    position: relative;
    color: #222;
    display: block;
    padding: 8px 20px;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.0rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: .1rem;
  }
  .popover-item:first-child .popover-link {
    border-radius: 4px 4px 0 0; }
  .popover-item:last-child .popover-link {
    border-radius: 0 0 4px 4px;
    border-bottom-width: 0; }
  .popover-link:hover {
    color: #fff;
    background: #DE0D0D; }
  .popover-link:hover,
  .popover-item:first-child .popover-link:hover:after {
    border-bottom-color: #DE0D0D; }
}
