* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "TeleNeoWeb-Regular";
  src: url("Assets/Fonts/TeleNeoWeb-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "TeleNeoWeb-Bold";
  src: url("Assets/Fonts/TeleNeoWeb-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "TeleNeoWeb-ExtraBold";
  src: url("Assets/Fonts/TeleNeoWeb-ExtraBold.woff2") format("woff2");
}

@font-face {
  font-family: "apercu_regular_pro";
  src: url("Assets/Fonts/apercu_regular_pro.woff") format("woff");
}

h1 {
  font-family: "apercu_regular_pro";
  color: #000000;
  font-size: 80px;
  font-weight: normal;
}

h2 {
  color: #ffffff;
  font-family: "apercu_regular_pro";
  font-size: 40px;
  font-weight: normal;
}

p {
  font-family: "apercu_regular_pro";
  font-size: 24px;
  font-weight: normal;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  background: url("Assets/Images/bg_large_02.jpg") no-repeat fixed;
  background-size: 100% auto;
  background-position: bottom center;
  max-width: 100%;
  max-height: 100vh;
  /*overflow-y: hidden;*/
  position: relative;
}

.container {
  position: relative;
  text-align: center;

  margin-bottom: 24px;
  margin-top: 24px;
}

#header {
  display: block;
  position: relative;
  width: 90%;
  height: 60px;
  margin-top: 38px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.header-image {
  height: 100%;
  display: flex;
  align-items: center;
  float: left;
}

.header-image img {
  margin-bottom: 8px;
  /*margin-right: 22px;
  margin-left: 22px;*/
}

#title {
  margin-top: 68px;
}

#image-capture-container {
  width: 480px;
  height: 480px;
  border-radius: 28px !important;
  object-fit: cover;
  visibility: hidden;
  outline-style: solid;
  outline-width: 1px;
}

.image-text-overlay {
  position: absolute;
  width: 480px;
  height: 480px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
  background-color: #000000;
  border-radius: 28px !important;
}

.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.image-text-overlay h1 {
  font-family: "apercu_regular_pro";
  color: #ffffff;
  font-size: 40px;
  font-weight: normal;
}

.image-text-overlay h2 {
  font-family: "apercu_regular_pro";
  color: #ffffff;
  font-size: 22px;
  font-weight: normal;
}

#distribute {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 480px;
  visibility: hidden;
  padding-bottom: 20px;
}

.distribute-list {
  display: inline-grid;
  grid-gap: 17px;
  grid-auto-flow: column;
  width: 480px;

  justify-content: center;
  align-items: center;
}

button {
  border: none;
  border-radius: 100px;
  outline: none;
  padding: 8.04px 14.27px 8.04px;
  cursor: pointer;
  font-family: "apercu_regular_pro";
  font-size: 30px;
  font-weight: normal;
  outline-style: solid;
  outline-width: 1px;
  outline-color: #000000;
}

#shareButton {
  background-color: #ffffff;
  color: #000000;
  width: 213.16px;
}

#shareButton:active {
  background-color: #000000;
  color: #ffffff;
  outline-color: #ffffff;
}

#downloadButton {
  background-color: #ffffff;
  color: #000000;
  width: 251.92px;
}

#downloadButton:active {
  background-color: #000000;
  color: #ffffff;
  outline-color: #ffffff;
}

.overlay {
  opacity: 1;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.share,
.overlay {
  display: none;
}

.show-share {
  display: block;
}

.share {
  position: relative;
  text-align: center;
  border-radius: 28px;
  top: 35%;
  margin: auto;
  width: 700px;
  z-index: 1;
  background: #ffffff;

  p {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  button {
    border: none;
    cursor: pointer;

    margin: 0px 0px 40px;

    background-color: #ffffff;
    color: #000000;
    width: 251.92px;
  }

  button:active {
    background-color: #000000;
    color: #ffffff;
    outline-color: #ffffff;
  }
}

#logos-mobile {
  display: none;
}

@media screen and (max-width: 600px) {
  .container {
    position: relative;
    text-align: center;
    margin-top: 2.5vh;
    margin-bottom: 3.5vh;
  }

  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 24px;
  }

  p {
    font-size: 14px;
  }

  body {
    background: url("Assets/Images/bg_large_02.jpg") no-repeat top fixed;
    background-size: 160% auto;
    background-position: bottom right;
  }

  #title {
    margin-top: 10vh;
  }

  #header {
    display: none;
  }

  #distribute {
    padding-bottom: 10px;
  }

  .distribute-list {
    display: inline-grid;
    grid-gap: 17px;
    grid-auto-flow: column;
    width: 354px;

    justify-content: center;
    align-items: center;
  }

  #image-capture-container {
    width: 318px;
    height: 318px;
    border-radius: 28px !important;
    object-fit: cover;
  }

  .image-text-overlay {
    border-radius: 28px !important;
    width: 318px;
    height: 318px;
  }

  .image-text-overlay h1 {
    font-size: 36px;
  }

  .image-text-overlay h2 {
    font-size: 16px;
  }

  button {
    border-radius: 100px;
    font-size: 30px;
  }

  #shareButton {
    width: 136px;
  }

  #downloadButton {
    width: 172px;
  }

  #distribute {
    position: relative;

    width: 100vw;
    padding-right: 0%;
    margin-right: 0%;
  }

  .share {
    position: relative;
    text-align: center;
    border-radius: 28px;
    top: 35%;
    margin: auto;
    width: 90%;
    z-index: 1;
    background: #ffffff;

    p {
      padding-top: 24px;
      padding-bottom: 24px;
    }

    button {
      border: none;
      cursor: pointer;
      background-color: #ffffff;

      color: #000000;
      width: 181.59px;
      margin: 0px 0px 20px;
    }

    button:active {
      background-color: #000000;
      color: #ffffff;
      outline-color: #ffffff;
    }
  }

  #logos-mobile {
    display: none;
    position: relative;
    width: 100%;
    margin-top: 30px;
  }

  #logos-mobile img {
    position: relative;
    align-items: center;
    float: center;

    left: 50%;
    transform: translate(-50%, 0%);
  }
}
