/* app/javascript/packs/home.scss */
@media screen and (max-width: 1023px) {
  .navbar {
    background-color: #ffffff !important;
  }
  .navbar-item-home {
    opacity: 1 !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;
  }
}
/*# sourceMappingURL=home.css.map */
