.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  background-color: #000;
  background-image: url('../images/star_background.jpg');
  background-position: 0px 0px;
  background-size: auto;
  font-family: Raleway, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section {
  display: none;
  background-color: #000;
}

.image {
  margin: 23px;
}

.section-2 {
  position: static;
  display: block;
  width: auto;
  height: auto;
  margin-top: 0px;
  padding-top: 81px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.16);
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-attachment: scroll;
  opacity: 1;
}

.container-2 {
  position: relative;
  margin-top: 0px;
  padding: 50px 33px;
  background-color: transparent;
  color: hsla(0, 0%, 100%, 0.59);
}

.grid {
  position: relative;
  margin-top: 68px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading {
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: 'Changa One', Impact, sans-serif;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  letter-spacing: 15px;
}

.text-span {
  color: #fff;
  font-weight: 700;
}

.div-block-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.app-store-links {
  margin-right: 29px;
  margin-left: 29px;
  opacity: 0.51;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.app-store-links:hover {
  opacity: 1;
}

.navbar {
  position: fixed;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  margin-bottom: 0px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.16);
  background-color: #000;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 0px none #434343;
  background-color: #000;
  opacity: 0.4;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
}

.footer:hover {
  opacity: 1;
}

.social-media-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-media-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #696868;
  border-bottom: 1px solid #696868;
}

.social-media-image {
  margin: 15px;
  background-color: #000;
  opacity: 0.5;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.social-media-image:hover {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.link-block {
  cursor: pointer;
}

.footer-copyright {
  margin: 0px;
  font-family: Exo, sans-serif;
  color: #424242;
  font-size: 20px;
  font-style: italic;
}

.body {
  background-image: none;
}

.text-block-2 {
  font-size: 15px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-span-3 {
  color: #fff;
}

.centered {
  margin-right: 11px;
  margin-left: 11px;
  text-align: center;
  text-shadow: 4px 0 0 #000;
}

.image-2 {
  margin-top: 36px;
  margin-bottom: 37px;
  opacity: 0.68;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.paragraph-2 {
  margin-top: 36px;
}

.div-block-4 {
  text-align: center;
}

.image-6 {
  margin-right: auto;
  margin-left: auto;
  opacity: 0.6;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.paragraph-3 {
  text-align: center;
}

.div-block-5 {
  padding-top: 24px;
  text-align: center;
  text-shadow: 4px 4px 2px #000;
}

.link {
  font-family: Exo, sans-serif;
  color: hsla(0, 0%, 100%, 0.88);
  font-size: 35px;
  text-decoration: none;
}

.text-span-4 {
  color: hsla(0, 0%, 100%, 0.49);
  letter-spacing: 5px;
  text-shadow: 4px 4px 0 #000;
}

.text-span-5 {
  background-color: #000;
  text-shadow: 3px 0 1px #000;
}

.image-7 {
  position: fixed;
  opacity: 0.66;
}

@media screen and (max-width: 991px) {
  .section-2 {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer {
    opacity: 1;
    -webkit-transition-property: none;
    transition-property: none;
  }
}

@media screen and (max-width: 767px) {
  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .section {
    margin-top: 0px;
  }

  .section-2 {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .container-2 {
    margin-top: 0px;
  }

  .grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}

@media screen and (max-width: 479px) {
  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid {
    padding-bottom: 34px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading {
    font-size: 20px;
  }

  .app-store-links {
    margin-right: 6px;
    margin-left: 6px;
  }

  .text-block-2 {
    text-align: center;
  }

  .centered {
    margin-right: 11px;
    margin-left: 11px;
  }

  .image-2 {
    margin-right: 0px;
    margin-left: -37px;
  }

  .paragraph-2 {
    margin-right: 11px;
    margin-left: 11px;
  }

  .paragraph-3 {
    margin-right: 11px;
    margin-left: 11px;
    padding-right: 0px;
    padding-left: 0px;
  }
}

