@media screen and (max-width: 1480px) {
    .homeNav {
        display: none !important;
        background: #007185 !important;
        color: #fff !important;
        padding : 0.0 !important;
      }

    .home-title {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }
    .home-title a,
    .home-title a:link,
    .home-title a:visited {
      text-decoration: none;
      color: #fff;
      vertical-align: text-top;
    }
    .home-title a:hover * {
      text-decoration: underline;
    }
    .home-title .tagline {
      margin-bottom: 0;
    }
    .home-title .home-title-image {
      padding-top: 10px;
      padding-bottom: 10px;
      position: relative;
    }
    .home-title .home-title-image img {
      max-height: 35px;
    }

}