@font-face {
  font-family: Obviously;
  src: url(../fonts/obviously.ttf);
}

@font-face {
  font-family: "Modak";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/modak.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
#buttons {
  padding-left: 40px;
}
body {
  box-sizing: border-box;
  font-family: Obviously;
}

body {
  margin: 0;
  overflow-y: auto;
  scrollbar-gutter: stable;
  /* color: #2b2e34; */
}

canvas {
  margin-bottom: -100px;
  margin-top: -100px;
}
#container3D canvas {
  width: 100vw !important;
  height: 100vh !important;
  position: absolute;
  top: 0;
  left: 0;
}
.hk-logo-area {
  background-color: #7ad1ec;
  width: 100%;
}

.hk-logo-area-flex {
  display: flex;
}

.hk-logo-flex {
  flex: 0 0 20em;
}

.hk-subtitle {
  font-size: 17pt;
}

.hk-logo-float {
  margin: auto;
  z-index: 3;
  position: absolute;
}

.hk-logo-float img {
  max-width: 100%;
  height: 10em;
  position: relative;
}

.hk-logo-float-content img {
  left: 0em;
}

.hk-bg-border svg {
  position: relative;
  z-index: -2;
  top: 12vw;
  width: 100%;
  max-width: 100%;
}

.hk-bg-border-fixed svg {
  top: 0;
}

body {
  background-color: rgb(149, 218, 240);
}

.hk-content-area {
  /* background-color: rgb(149,218,240); */
  position: relative;
  padding-top: 300px;

  top: -30vw;
  width: 100%;
}

.hk-content-area-fixed {
  position: absolute;
  top: 8em;
}

.hk-content {
  position: relative;
  z-index: 2;
}

.hk-buttons-noscale {
  position: absolute;
  top: 5em;
  width: 28em;
  left: -3em;
  text-align: left;
}

canvas {
  z-index: -1;
}
.hk-buttons-noscale .hk-button-label {
  text-align: left;
  margin-left: 1em;
}

.hk-content-noscale {
  position: absolute;
  top: 0%;
  width: calc(90% - 29em);
  left: 32em;
}

@keyframes hk-cloud-motion {
  0% {
    left: -20%;
  }

  100% {
    left: 100%;
  }
}
input[type="radio"] {
  transform: scale(2);
}
.hk-bg-cloud-container {
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
  height: 25em;
  flex-basis: 0;
}

.hk-bg-cloud {
  position: absolute;
  animation-name: hk-cloud-motion;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.hk-bg-cloud img {
  max-width: 100%;
}

.hk-button {
  margin-top: 2em;
  max-height: 4em;
  width: 28em;
  margin: 2em auto 0 auto;
  padding-bottom: 0.4em;
  border: 2px solid #2b2e34;
  border-radius: 1em;
  background-color: rgba(255, 255, 255, 0.85);
  display: flex;
  position: relative;
  color: black;
}

.hk-button:hover {
  background-color: rgba(255, 255, 255, 1);
}

.hk-button-social-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.hk-button-social-icon {
  margin: 0 10px;
  max-width: 5em;

  display: flex;
  position: relative;
}

.hk-button-icon {
  flex: 0 0 2em;
}

.hk-button-link {
  text-decoration: none;
}

.hk-button-icon img {
  max-width: 5em;
  position: absolute;
  top: -1em;
  left: -1.8em;
}

.hk-buttons-contentpage .hk-button-icon img {
  top: -1em;
  left: calc(100% - 2.2em);
}

.hk-button:hover .hk-button-icon img {
  transform: rotate(10deg);
}

.hk-buttons-contentpage .hk-button:hover .hk-button-icon img {
  left: calc(100% - 2.2em);
}

.hk-button-social-icon:hover {
  transform: rotate(10deg);
}

.hk-button-label {
  flex: 1 0 0;
  font-size: 20pt;
  text-align: center;
  color: #2b2e34;
}

.hk-form-input,
.hk-form-inputarea {
  border: 2px solid black;
  border-radius: 3px;
  font-size: 14pt;
  font-family: Obviously;
  width: 20em;
}

.hk-form-button {
  border: 2px solid black;
  border-radius: 3px;
  font-size: 14pt;
  max-width: 15em;
  font-family: Obviously;
}

.hk-social-button {
  border: 4px solid black;
  border-radius: 5px;
  font-size: 16pt;
  max-width: 20em;
  font-family: Obviously;
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
}

form {
  margin-top: 3em;
  z-index: 3;
}

.footer {
  overflow: hiddens;
  position: fixed;
  display: block;
  bottom: 0px;
  opacity: 0.5;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  width: auto;
  max-width: 100%;
  z-index: -1;
}
.hk-event-box {
  width: 22em;
  height: 22em;
  background-size: 100%;
  display: inline-flex;
  flex-direction: column;
  border: 2px solid black;
  border-radius: 1em;
  color: white;
  vertical-align: top;
  margin-bottom: 2em;
}

.hk-event-box-text {
  flex: 0 0 3em;
  margin: 2em;
  text-shadow: 3px 0 0 #000, 0 -1px 0 #000, 0 2px 0 #000, -1px 0 0 #000;
}

.hk-event-box-title {
  font-size: 20pt;
}

.hk-event-box-fill {
  flex-grow: 1;
}

.hk-event-button {
  border-radius: 2px;
  background-color: white;
  color: black;
  border: 2px solid black;
  text-decoration: none;
  margin: 1em;
  padding: 0.25em 0.5em 0.25em 0.5em;
  text-shadow: none;
}

.hk-event-link {
  text-decoration: none;
  display: inline-block;
}

.hk-event-links {
  padding-top: 2em;
}

.hk-menu-button-area {
  display: none;
}

.hk-menu-button-area .hk-button-menu {
  width: 7em;
}

.hk-para-img-right {
  float: right;
  width: 15em;
}

.hk-main-img {
  width: 60%;
}

@media only screen and (max-width: 950px) {
  .hk-content-area {
    /* background-color: rgb(149,218,240); */
    position: absolute;
    padding-top: 100px;

    top: -100px;
    width: 100%;
  }
  .hk-event-box {
    width: 20em;
    height: 20em;
  }

  .hk-button-social-icon {
    max-width: 4em;
  }

  .hk-logo-float {
    width: 75%;
    margin: auto;
  }

  .hk-button-label {
    font-size: 17pt;
  }

  .hk-button {
    max-height: 3em;
    width: 23em;
  }

  .hk-logo-flex {
    flex: 0 0 15em;
  }

  .hk-buttons-noscale {
    top: 3em;
    z-index: 4;
    background-color: rgb(149, 218, 240);
    box-shadow: 0 0 1em 1em rgb(149, 218, 240);
  }

  .hk-content-noscale {
    width: calc(100% - 4em);
    left: 2em;
    top: 0em;
  }

  .hk-buttons-noscale .hk-button-label {
    margin-left: 0;
  }

  .hk-logo-area-flex {
    width: 100%;
    height: 10em;
    position: absolute;
  }

  .hk-logo-area-flex .hk-logo-float {
    position: absolute;
    width: 15em;

    top: 1em;
    left: 1em;
  }

  .hk-logo-area-flex .hk-logo-float img {
    top: 0;
    left: 0;
    height: 5em;
  }

  .hk-menu-button-area {
    display: block;
    position: absolute;
    left: 16.7em;
    top: -3em;
    z-index: 10;
    width: 5em;
  }

  .hide-buttons {
    display: none;
  }
}

.hk-button-sticker {
  max-width: 3em;
  position: relative;
  left: -2em;
}

.hk-button-sticker img {
  max-width: 2em;
  position: absolute;
  top: -1em;
}

.hk-buttons-contentpage .hk-button-sticker img {
  left: 0;
}

@media only screen and (max-width: 650px) {
  canvas {
    margin-bottom: -100px;
    margin-top: -0px;
  }
  .hk-button-label {
    font-size: 12pt;
  }

  .hk-button-social-icon {
    max-width: 3em;
  }

  .hk-button {
    max-height: 2em;
    width: 18em;
  }

  .hk-logo-area-flex .hk-logo-float {
    position: absolute;
    width: 10em;

    top: 1em;
    left: 1em;
  }

  .hk-menu-button-area {
    display: block;
    position: absolute;
    left: calc(100% - 10em);
    top: -8em;
    z-index: 10;
    width: 5em;
  }

  .hk-form-input,
  .hk-form-inputarea {
    width: calc(100% - 8em);
  }

  .hk-para-img-right {
    float: none;
    width: 10em;
    margin: 0 auto 0 auto;
    display: block;
    padding: 0 auto 0 auto;
  }

  .hk-main-img {
    width: 80%;
  }

  .hk-event-box {
    width: 90vw;
    height: 90vw;
    background-size: 100%;
    display: inline-flex;
    flex-direction: column;
    border: 2px solid black;
    border-radius: 1em;
    color: white;
    vertical-align: top;
    margin-bottom: 2em;
  }

  .hk-content-noscale {
    width: calc(100% - 2em);
    left: 1em;
    top: 0em;
    padding-top: 200px;
  }

  .hk-button-icon img {
    max-width: 4em;
    top: -1em;
    left: -1.5em;
  }
}

@media only screen and (max-width: 400px) {
  .hk-event-box-text {
    margin: 1em;
    font-size: 10pt;
  }
  .hk-social-button {
    width: 100%;
  }
  .hk-event-box-title {
    margin: 0.4em;
    font-size: 14pt;
  }
}
@media screen and (min-width: 1300px) {
  p {
    padding-right: 20em;
  }
}
