@media screen and (max-width: 1023px) {
    .navbar {
      background-color: #ffffff !important;
      /*opacity: 0.75;*/
    }
  
    .navbar-item-home {
      opacity: 1.0 !important;
    }
  
    .home-title {
      font-size: 2.25rem;
    }
  }
  
  @media screen and (min-width: 1024px) {
    .home-logo-title {
      display: none;
    }
  
    .home-title {
      font-size: 4.5rem;
    }
  
    .navbar {
      background: none;
    }
  
    .navbar-item-home {
      color: #FFFFFF;
    }
  
    .navbar-item-home:hover {
      color: #FFFFFF !important;
      background-color: rgba(255, 255, 255, 0.15) !important;
      border-radius: 0px !important;
    }
  
    .navbar-item-nohover {
      background-color: rgba(255, 255, 255, 0) !important;
    }
  }