/* 2025 add */
@import "_top.css";
@import "_sponsors.css";
@import "_hackday.css";

@media screen and (min-width: 769px) {
  .hidden-md{
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .hidden-sm{
    display: none;
  }
}