body {
  font-family: sans-serif;
  font-size: 22px;
  line-height: 1.5;
  color: #444;
}

.title {
  color: #e41612;
}

@font-face {
  font-family: omoriFont;
  src: url(../assets/fonts/OMORI_GAME2.ttf);
}
html {
  overflow: hidden;
}

body {
  padding: 0;
  margin: 0;
  font-family: omoriFont;
  font-size: clamp(1rem, 0.9135rem + 0.3846vw, 1.375rem);
  overflow: hidden;
  color: white;
}

html, body, main {
  height: 100vh;
  width: 100vw;
}

body {
  background-color: #FFFFFF;
}

main {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../assets/images/background-image.webp) !important;
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
  width: 100%;
  position: relative;
}

.sq__credits {
  position: absolute;
  z-index: 60;
  width: 70%;
}
.sq__credits a {
  color: red;
}

.sq__home {
  position: absolute;
  z-index: 50;
  width: 70%;
  max-height: 100vh;
  overflow-y: auto;
}
.sq__home p {
  font-size: clamp(1.414rem, 1.2916rem + 0.5438vw, 1.9443rem);
}
.sq__home .sq__pararagraphsmall {
  margin-top: 62px;
  font-size: clamp(1rem, 0.9135rem + 0.3846vw, 1.375rem);
}

.sq__logo {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sq__logo img {
  height: 100%;
}

.sq__ok {
  width: 100%;
  margin-top: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sq__ok button {
  width: 20%;
  padding: 15px;
  font-size: clamp(1.9994rem, 1.8264rem + 0.769vw, 2.7492rem);
}
.sq__ok button:hover {
  padding: 15px;
}

.sq__opensettings, .sq__openquests, .sq__stopquest, .sq__creditsButton {
  font-size: clamp(1.9994rem, 1.8264rem + 0.769vw, 2.7492rem);
  position: absolute;
  z-index: 20;
  cursor: pointer;
}

.sq__opensettings {
  left: 0;
  top: 10%;
}

.sq__openquests {
  top: 40%;
  left: 0;
}

.sq__stopquest {
  right: 0;
  top: 10%;
}

.sq__creditsButton {
  left: 0;
  bottom: 10%;
}

.sq__map, #map {
  aspect-ratio: 4/3;
  width: 60%;
  background-image: url(../assets/images/backgroundimage.webp) !important;
  border: 30px solid transparent;
  border-image-source: url(../assets/images/border-image.webp);
  border-image-slice: 100;
  z-index: 10;
}

.sq__spawn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 100vh;
  max-height: 100vh;
  z-index: 20;
  color: white;
  -ms-overflow-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sq__spawn::-webkit-scrollbar {
  display: none;
}

h1 {
  font-size: clamp(2.8271rem, 2.5825rem + 1.0874vw, 3.8873rem);
  margin: 0;
  text-align: center;
}

h2 {
  font-size: clamp(1.9994rem, 1.8264rem + 0.769vw, 2.7492rem);
  margin-bottom: 0;
  margin-top: 31px;
  text-align: center;
}

p {
  font-size: clamp(1rem, 0.9135rem + 0.3846vw, 1.375rem);
}

.sq__questList {
  padding: 0;
}

.sq__questName {
  margin-left: 0;
  width: 100%;
  list-style: none;
  font-size: clamp(1.414rem, 1.2916rem + 0.5438vw, 1.9443rem);
  text-align: center;
  border-top: 2px white solid;
  border-bottom: 2px white solid;
  cursor: pointer;
}
.sq__questName:hover {
  background-color: white;
  color: black;
}

.sq__alert {
  margin-top: 15px;
  margin-bottom: 0;
}

.sq__radios {
  margin-top: 62px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  gap: 31px;
}
.sq__radios span {
  font-size: clamp(1.9994rem, 1.8264rem + 0.769vw, 2.7492rem);
}

.sq__settings, .sq__quests {
  position: absolute;
  z-index: 30;
  left: -100%;
  top: 10%;
  display: flex;
  flex-direction: column;
  transition: all 0.5s;
}

.sq__quests {
  top: 40%;
  width: 10%;
}

.sq__settings--appear, .sq__quests--appear {
  left: 0;
}

.sq__reset {
  margin-top: 62px;
  justify-self: center;
  font-size: clamp(1.414rem, 1.2916rem + 0.5438vw, 1.9443rem);
  cursor: pointer;
}

.sq__settingsclose, .sq__questclose, .sq__creditsclose {
  width: 100%;
  height: 40px;
  padding-right: 31px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: end;
}
.sq__settingsclose img, .sq__questclose img, .sq__creditsclose img {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.sq__splashtext {
  position: absolute;
  z-index: 20;
  align-self: flex-end;
  width: 40%;
  height: 12%;
  font-size: clamp(1.414rem, 1.2916rem + 0.5438vw, 1.9443rem);
}

.sq__warning {
  width: 40%;
  height: 40%;
  position: absolute;
  z-index: 40;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sq__warning .sq__warningtext {
  font-size: clamp(1.414rem, 1.2916rem + 0.5438vw, 1.9443rem);
}
.sq__warning .sq__warningButtons {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.sq__warning .sq__warningButtons .sq__warningButton {
  font-size: clamp(1.414rem, 1.2916rem + 0.5438vw, 1.9443rem);
  width: 100%;
}

.omori__border {
  background-color: black;
  padding: 20px;
  outline-offset: -8px;
  outline-width: 5px;
  outline-color: white;
  outline-style: solid;
  color: white;
  font-family: omoriFont;
}

.omori__border--click {
  cursor: pointer;
}
.omori__border--click:hover {
  background-color: white;
  padding: 20px;
  outline-offset: -8px;
  outline-width: 5px;
  outline-color: black;
  outline-style: solid;
  color: black;
}

.sq__label input[type=radio] {
  display: none;
}

.hidden {
  display: none !important;
}

@media (max-width: 1400px) {
  .sq__opensettings, .sq__openquests {
    left: 10%;
    top: 0;
  }

  .sq__openquests {
    left: 70%;
  }

  .sq__settings, .sq__quests {
    top: -100%;
    left: 10%;
  }

  .sq__quests {
    right: 10%;
  }

  .sq__settings--appear, .sq__quests--appear {
    top: 0;
  }

  .sq__spawn {
    overflow-y: auto;
  }
}
@media (max-width: 900px) {
  h1 {
    font-size: clamp(1.9994rem, 1.8264rem + 0.769vw, 2.7492rem);
  }

  h2 {
    font-size: clamp(1.414rem, 1.2916rem + 0.5438vw, 1.9443rem);
  }

  p {
    font-size: clamp(1rem, 0.9135rem + 0.3846vw, 1.375rem);
  }

  .sq__spawn {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .sq__map, #map {
    width: 100%;
  }
}

/*# sourceMappingURL=app.css.map*/