@media only screen and (min-width:992px) {
  .dropdown-menu {
    flex-direction: row;
    padding-right: 16px;
    width: 100vw;
    position: fixed !important;
    display: flex !important;
    justify-content: flex-end;
    margin-top: -0.04rem;
    font-size: 0.85rem !important;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-radius: 0%;
    background-color: #007BC2;
    right: 0;
    left: auto;
    margin-top: 8px;
  }
    .quarto-title-banner {
      padding-top: 5em !important;
   }
   #quarto-content>* {
    padding-top: 90px;
  } 

/*  account for secondary nav when considering anchor links in this section */

  section:target::before {
    padding-top:100px;
    margin-top:-100px;
  }

}
