@font-face {
  font-family: Alice In Wonderland;
  src: url('../fonts/alice_in_wonderland.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.section {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: block;
}

.div-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.background-video {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#fff0 59%, #000);
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.city {
  text-align: center;
  text-shadow: 2px 2px 1px #000;
  font-family: Changa One, Impact, sans-serif;
  font-size: 3rem;
  line-height: 3rem;
}

.address {
  text-align: center;
  text-shadow: 0 1px 1px #000;
  font-family: Droid Serif, serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.div-block-2 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body {
  background-color: #000;
}

.div-block-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
}

.div-block-4 {
  background-color: #000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 50px;
  display: flex;
  box-shadow: 0 -1px 5px 5px #00aaff6e;
}

.text-block {
  text-align: center;
  font-family: Changa One, Impact, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.div-block-5 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  width: 50px;
}

.div-block-6 {
  flex-flow: column;
  display: flex;
}

.text-block-2 {
  text-align: center;
  padding-bottom: 20px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.div-block-7 {
  flex-flow: column;
  display: flex;
}

.mobile {
  display: none;
}

.text-block-3 {
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
}

.text-block-4 {
  text-align: center;
  text-shadow: 0 2px 1px #000;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 1.5rem;
}

.taglinedesktop {
  text-align: center;
  text-shadow: 2px 2px 1px #000;
  font-family: Changa One, Impact, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

@media screen and (max-width: 991px) {
  .background-video {
    padding-left: 20px;
    padding-right: 20px;
  }

  .city {
    font-size: 2.5rem;
  }

  .text-block-4 {
    text-align: center;
    line-height: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .section {
    display: none;
  }

  .background-video {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding: 40px;
  }

  .div-block-4 {
    padding-bottom: 0;
  }

  .div-block-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .div-block-6 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .text-block-2 {
    color: #fff;
  }

  .mobile {
    display: block;
  }

  .image-2 {
    padding-bottom: 40px;
  }

  .section-2 {
    height: 100%;
  }

  .link-block, .link-block-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-4 {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    display: none;
  }

  .background-video {
    justify-content: center;
    height: 100%;
    padding: 40px 20px 0;
    display: flex;
  }

  .city {
    font-size: 2rem;
  }

  .address {
    padding-bottom: 20px;
    font-size: 1rem;
  }

  .div-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-4 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-block {
    font-family: Changa One, Impact, sans-serif;
  }

  .div-block-6 {
    padding-top: 0;
  }

  .text-block-2 {
    text-shadow: 2px 2px 1px #000;
  }

  .div-block-7 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .mobile {
    height: auto;
    display: block;
  }

  .image-2 {
    padding-bottom: 20px;
  }

  .text-block-4 {
    text-align: center;
    padding-bottom: 20px;
    font-size: .7rem;
  }

  .text-block-4.mobile {
    text-align: center;
    line-height: 1rem;
  }

  .tagline {
    text-align: center;
    font-family: Changa One, Impact, sans-serif;
  }
}


@font-face {
  font-family: 'Alice In Wonderland';
  src: url('../fonts/alice_in_wonderland.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}