a {
    text-decoration: none;
    color: rgba(34, 34, 34, 0.8);
  }
  a:hover,
  a :focus {
    color: black;
  }
  
  #menu-headermenu a {
    display: flex;
    position: relative;
    transition: color 0.35s ease;
    color: #445566;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
    border-bottom: 2px solid transparent;
  }
  #menu-headermenu a:hover {
    color: #1f6ad2;
  }
  #menu-headermenu a.active {
    color: #1f6ad2;
    border-bottom: 2px solid #1f6ad2;
  }
  
  .sign-up {
    padding: 10px 20px;
    border-radius: 20px;
    background-color: #22bb66;
    display: flex;
    color: #fff !important;
  }
  
  .sign-up:hover {
    padding: 10px 20px;
    border-radius: 20px;
    background-color: #03351a;
    display: flex;
    color: #fff;
  }
  /*#menu-headermenu a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    transition: width 0s ease, background .35s ease;
  }
   
  #menu-headermenu a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background: #000;
    transition: width .35s ease;
  }
  #menu-headermenu a:hover:before {
    width: 100%;
    background: #000;
    transition: width .35s ease;
  }
  #menu-headermenu a:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
  }
  */
  
  nav ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  nav ul li {
    float: none;
    margin-left: 0;
    padding: 0 0 0 20px;
    display: flex;
    align-items: center;
  }
  @media (min-width: 840px) {
    header nav ul li {
      float: left;
      margin-left: 1rem;
    }
    ul#menu-headermenu {
      margin-right: 0px;
    }
  }
  header nav ul li a {
    display: block;
  }
  @media (min-width: 840px) {
    header nav ul li a {
      display: block;
      padding: 0.425rem 0rem;
    }
  }
  
  @media (max-width: 840px) {
    ul {
      clear: both;
    }
    ul li {
      padding: 0.5em 0;
    }
  }
  .hide-nav {
    transform: translateY(-120%) !important;
    -webkit-transform: translateY(-120%) !important;
  }
  
  ul#menu-headermenu {
    display: flex;
    max-height: 0;
    margin-right: 40px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 10;
  }
  @media (min-width: 840px) {
    ul#menu-headermenu {
      display: flex !important;
      max-height: none;
    }
  }
  ul#menu-headermenu:before {
    content: '';
    display: table;
    clear: both;
    padding-top: 12px;
  }
  ul#menu-headermenu.collapse {
    max-height: 15em !important;
  }
  
  .nav-toggle {
    display: block;
    border-radius: 5px;
    background-color: transparent;
    float: right;
    height: 38px;
    width: 38px;
    cursor: pointer;
    padding: 8px 8px;
  }
  .nav-toggle.open span:first-child {
    transform: rotate(45deg) translate(4.4px, 4.4px);
  }
  .nav-toggle.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  .nav-toggle.open span:last-child {
    transform: rotate(-45deg) translate(4.4px, -4.4px);
  }
  @media (min-width: 840px) {
    .nav-toggle {
      display: none;
    }
  }
  .nav-toggle span {
    position: relative;
    display: block;
    height: 2px;
    width: 100%;
    margin-top: 4px;
    background-color: #000;
    transition: all 0.25s;
  }
  
  @media screen and (min-width: 0px) and (max-width: 840px) {
    nav#navigation {
      width: 100%;
      padding: 0 30px;
    }
    #navigation img {
      display: inline;
      /* margin-top: 8px;
      float: left; */
    }
  ul#menu-headermenu {
      position: absolute;
      margin-right: 0px;
      display: block;
      width: 100%;
      background-color: #fff;
      padding: 0;
      left: 0;
      padding: 0 5%;
      margin-top: 20px;
      box-shadow: 0px 3px 5px hsla(0, 0%, 0%, 0.1);
    }
    nav ul li {
      float: none;
      margin-left: 0;
      padding: 10px 0;
    }
  }
  