@font-face {
  font-family: Inter;
  src: url("./font/Inter-Regular.woff");
}

@font-face {
  font-family: Lack;
  src: url("./font/Lack-Regular.woff");
}

@font-face {
  font-family: LackItalic;
  src: url("./font/lack-italic-webfont.woff");
}

@font-face {
  font-family: HappyTimes;
  src: url("./font/happy-times-NG_regular_master_web.woff");
  font-weight: bold;
}

@font-face {
  font-family: HappyTimesItalic;
  src: url("./font/happy-times-NG_italic_master_web.woff");
}

body {
  margin: 0;
  /* overflow: hidden; */
  font-family: Inter, Helvetica, sans-serif;
  font-size: 16px;
  background-color: #f5f5f5;
}

a {
  color: #fcaf17;
}

.col {
  max-width: 715px;
  padding-bottom: 20px;
}

.custom-check {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 10px;
  color: #fcaf17;
}

.custom-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 8px;
  left: 0;
  height: 20px;
  width: 20px;
  border: solid #fcaf17 2px;
  border-radius: 20px;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-check input:checked ~ .checkmark:after {
  display: block;
}

.custom-check .checkmark:after {
  left: 3px;
  top: 3px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #fcaf17;
}

.navigation {
  position: fixed;
  z-index: 10000;
  margin-right: 20px;
  float: right;
  right: 0;
}

.wrap {
  padding: 90px 25px 20px;
}

.title {
  font-family: HappyTimes;
  font-size: 25px;
  margin-bottom: 0;
}

.tags {
  font-family: HappyTimesItalic;
  font-size: 15px;
}

.about {
  margin-bottom: 120px;
  max-width: 1200px;
  display: none;
}

.mcycle {
  padding-bottom: 10px;
}

@media only screen and (min-width: 1024px) {
  .cycle-slideshow {
    position: relative;
  }

  .cycle-slideshow img {
    width: 100%;
    height: auto;
    /* margin: 20px auto; */
  }

  .cycle-slideshow img:hover {
    cursor: e-resize !important;
  }

  .images img:hover {
    cursor: e-resize !important;
  }

  img:hover {
    cursor: e-resize !important;
  }

  .cycle-next {
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 9999;
  }

  .cycle-next:hover {
    cursor: e-resize !important;
    /*cursor: url(arrow/arrow-right.png), auto!important;*/
  }

  .slide {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .row {
    display: block;
  }

  .row-cols-2 > * {
    width: 100%;
  }

  .about {
    margin-bottom: 60px;
  }

  .cycle-slideshow {
    position: relative;
    width: 90vw;
    margin-top: 0;
    margin-bottom: 1em;
  }

  .cycle-slideshow img {
    padding-top: 1.1em;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .cycle-slideshow img:hover {
    cursor: e-resize !important;
  }

  .images img:hover {
    cursor: e-resize !important;
  }

  img:hover {
    cursor: e-resize !important;
  }

  .cycle-next {
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 9999;
  }

  .slide {
    display: none;
  }

  .navigation {
    left: 25px;
  }
}
