@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
  }
  
  @media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
  
    .topnav.responsive .social {
      display: none;
    }
  }

@media only screen and (max-width: 767px) {  
    .mobile-text {
        display: none;
    }
  
    .star {
      color: #D7000B;
      margin: auto;
      font-weight: 900;
    }
  
    .uh {
      font-family: 'Permanent Marker', cursive;
      left: 50%;
    }

    .uh-text {
      font-family: 'Permanent Marker', cursive;
      left: 50%;
      font-size: 14px;
    }

    .star-logo {
      color: #D7000B;
      margin: auto;
      font-weight: 900;
      font-size: 7px;
    }

    .logo {
      display: block;
      text-align: center;
      position: absolute;
      top: 90%;
      left: 85%;
      transform: translate(-50%, -50%);
      color: white;
    }

    .responsive {
      max-width: 100%;
      display: block;
    }

    .hero-text {
      display: block;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
    }

    .street {
      top: 5%;
      background-color: black;
      width: 100%;
    }
    
    .hero-text button {
      border: none;
      outline: 0;
      display: inline-block;
      padding: 10px 25px;
      color: black;
      background-color: #ddd;
      text-align: center;
      cursor: pointer;
    }
    
    .hero-text button:hover {
      background-color: #555;
      color: white;
    }
  }

@media only screen and (min-width: 600px) {
  .hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/straatsterren.png");
    height: 120%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  
  .hero-image-roicijns {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/cijns.png");
    height: 120%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 40px;
  }
  
  .hero-image-sparks {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/sparks.png");
    height: 120%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 40px;
  }
} 