.title {
    font-family: 'Pinyon Script', cursive;
    margin: 0 auto;
    margin-top: 5rem;
    font-size: 10rem;
    width: 100%;
    text-align: center;
    color: white;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.subtitle {
    font-family: 'Pinyon Script', cursive;
    margin: 0 auto;
    margin-top: 3rem;
    font-size: 5rem;
    width: 90%;
    text-align: center;
    color: rgb(247, 62, 62);
    opacity: 0.8;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    
}

.home-link {
  font-family: 'Pinyon Script', cursive;
  margin: 0 auto;
  margin-top: 3rem;
  font-size: 5rem;
  width: 90%;
  text-align: center;
  color: rgb(247, 62, 62);
  opacity: 0.9;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
}

.hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("./158.jpg");
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -10;
    min-height: 100vh;
  }

  .row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
  }
  
  .column {
    flex: 32%;
    max-width: 32%;
    padding: 0 4px;
  }
  
  .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
  }
  
  @media screen and (max-height: 400px) {
    .title {
      font-size: 5rem;
      margin-top: 3rem;
    }

    .subtitle {
      font-size: 2rem;
      margin-top: 1rem;
    }

    .home-link {
      font-size: 1.5rem;
      margin-top: 1rem;
    }

    .link-border {
      padding: 0.5rem !important;
    }
  }

  @media screen and (max-width: 800px) {
    .column {
      flex: 50%;
      max-width: 50%;
    }

    .title {
      font-size: 3rem;
      margin-top: 2rem;
    }

    .subtitle {
      font-size: 2rem;
      margin-top: 1rem;
    }

    .home-link {
      font-size: 1.5rem;
      margin-top: 1rem;
    }

    .link-border {
      padding: 0.5rem !important;
    }
  }
  
  @media screen and (max-width: 600px) {
    .column {
      flex: 100%;
      max-width: 100%;
    }

    .home-link {
      font-size: 1.5rem;
      margin-top: 1rem;
    }

    .link-border {
      padding: 0.5rem !important;
    }
  }

  .home-link a:link {
    color: white;
  }
  
  .home-link a:visited {
    color: white;
  }
  
  .home-link a:hover {
    color: white !important;
    text-decoration: none !important;
  }

  .home-link a:hover, a:active {
    color: white !important;
    text-decoration: none !important;
  }

  .home-link a:focus, a:hover {
    color: white !important;
    text-decoration: none !important;
  }
  
  /* selected link */
  .home-link a:active {
    color: white;
  }

  .home-link a {
      text-decoration: none;
  }

  .link-border {
      border-style: dashed;
      padding: 1rem;
      border-radius: 16px;
  }

  .header-button {
    height: 1rem;
    color: black;
    border-style: solid;
    border-top: none;
    border-right: none;
    border-left: none;
    border-width: thin;
    border-color: grey;
  }
    .header-button a {
      color: black;
    }

    .header-button a:visited {
      color: black;
    }
    
    .header-button a:hover {
      color: black !important;
      text-decoration: none !important;
    }
  
    .header-button a:hover, a:active {
      color: black !important;
      text-decoration: none !important;
    }
  
    .header-button a:focus, a:hover {
      color: black !important;
      text-decoration: none !important;
    }
    
    .header-button a:active {
      color: black;
    }

  .container {
    width: 100%;
    display: grid;
    margin: 0 auto;
    align-items: center;
    grid-template-columns: 1fr auto auto 1fr;
    margin-top: 1rem;
  }

  .main-item {
    grid-column: 2 / span 2;
    grid-row: 1;
    z-index: 100;
  }
    .main-item img {
      box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
      max-height: 90vh;
      max-width: 85vw;
    }

  .left-item {
    opacity: 0.5;
    grid-column: 1 / span 2;
    grid-row: 1;
    z-index: 0;
    height: 683px;
    max-height: 90vh;
    max-width: 85vw;
    overflow: hidden;
    transition: 0.3s;
  }
   .left-item:hover {
     opacity: 0.9;
   }

  .right-item {
    opacity: 0.5;
    grid-column: 3 / span 2;
    grid-row: 1;
    z-index: 0;
    height: 683px;
    max-height: 90vh;
    max-width: 85vw;
    overflow: hidden;
    transition: 0.3s;
  }
  .right-item:hover {
    opacity: 0.9;
  }
