/* Mobile-only Home link in header
   Load this file AFTER style-originalv2.css
*/

@media (max-width: 991px) {
  #header .mobile-home-link {
    margin-left: auto;
    margin-right: 12px;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    border-radius: 999px;
    border: 1px solid rgba(0,0,0,0.14);
    background: #ffffff;
    color: #111111;
    text-decoration: none;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
  }

  #header .mobile-home-link:hover,
  #header .mobile-home-link:focus {
    color: #d9232d;
    border-color: rgba(217, 35, 45, 0.35);
    text-decoration: none;
  }
}
