@font-face {
  font-family: "Lexend";
  src: url("/fonts/LexendDecaVariableFont_wght.eot");
  src: url("/fonts/LexendDecaVariableFont_wght.eot") format("embedded-opentype"),
    url("/fonts/LexendDecaVariableFont_wght.woff2") format("woff2"),
    url("/fonts/LexendDecaVariableFont_wght.woff") format("woff");
  font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100vh;
  line-height: 1.25;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Lexend", "Trebuchet MS", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #2c212c;
  background: #d8c1d9;
}

h1,
h2 {
  color: #4f304f;
}

h1 {
  font-size: 20px;
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 18px;
  color: #4f304f;
}

p {
  margin-bottom: 16px;
  margin-top: 0;
}

a {
  color: #005151;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline double;
}

strong {
  color: #4f304f;
}

.box {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: auto;
  align-items: center;
  justify-content: center;
}

.boxcolumn {
  display: flex;
  width: 40vw;
  margin: 5vh auto;
  overflow: hidden;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.main {
  display: flex;
  flex-direction: column;
  background: #f2dce0;
  border-right: solid;
  border-left: solid;
  border-color: #ba8fbf;
  border-width: 1px;
  justify-content: center;
}

@media (max-width: 1400px) {
  .boxcolumn {
    width: 50vw;
  }
}

@media (max-width: 1025px) {
  .boxcolumn {
    width: 70vw;
  }

  .imgblock img,
  .av img {
    max-width: 150px;
    height: auto;
  }
}

@media (min-width: 901px) {

  .imgblock img,
  .av img {
    max-width: 200px;
    height: auto;
  }
}

@media (max-width: 480px) {
  .chara {
    flex-direction: column;
    justify-content: space-between;
  }

  .app>.child {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 16px;
  }

  .imgblock {
    display: flex;
    flex: 35%;
    float: none !important;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 16px;
  }

  .imgblock img {
    object-fit: cover;
  }

  .imgblock:last-of-type {
    margin-bottom: 0;
  }
}

@media (min-width: 481px) {
  .imgblock {
    margin-left: 16px;
    margin-bottom: 16px;
  }
}

.title {
  font-size: calc(20px + 0.5vw);
  font-family: "Lexend";
  font-weight: 900;
  color: #4f304f;
  padding-bottom: 16px;
}

.nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
  border-right: 1px solid;
  border-color: #ba8fbf;
  margin: 0;
}

.nav>.child {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 115px;
  max-width: 100%;
  min-height: 22px;
  max-height: 500px;
  background-color: #fff5df;
  font-size: 18px;
  color: #4f304f;
  border-top: 3px double;
  border-bottom: 3px double;
  border-left: 1px solid;
  border-color: #ba8fbf;
}

.nav a {
  text-decoration: none;
}

.nav a:hover {
  color: #4f304f;
  text-decoration: none;
}

.content {
  padding-left: 2vw;
  padding-right: 2vw;
}

ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

li::before {
  content: "⚝ ";
}

details {
  list-style: none;
  margin-left: 0;
  margin-bottom: 16px;
  padding-left: 0;
}

summary {
  color: #005151;
}

.buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 5px;
  width: 75%;
  margin: 0 auto;
}

.button {
  margin-left: 1vw;
  margin-right: 1vw;
  min-height: 20px;
  min-width: 15px;
  background-color: #fff5df;
  font-size: 16px;
  color: #4f304f;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  border: 3px;
  border-style: double;
  border-color: #ba8fbf;
}

input {
  background: #fff0f2;
  border: outset 1px #ba8fbf;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  font-size: 16px;
  accent-color: #ba8fbf;
}

.radioGroup {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;

  width: 75%;
  margin: 0 auto 12px;
}

.selectDiv {
  margin-left: 1vw;
  margin-right: 1vw;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 3px;
  padding-right: 3px;
  background-color: #fff5df;
  font-size: 14px;
  color: #4f304f;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  border: 3px;
  border-style: double;
  border-color: #ba8fbf;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select {
  background: transparent;
  border: 0px;
  overflow: hidden;
  margin-top: 1px;
}

select::after {
  content: "v";
}

.holder {
  width: 75%;
  margin: 0 auto 12px;
  position: relative;
  padding: 5px;
  border: 1px;
  border-style: solid;
  border-color: #ba8fbf;
  white-space: pre-wrap;
}

.holder:nth-of-type(odd) {
  background-color: #fff0f2;
}

.holder:nth-of-type(even) {
  background-color: #fff5df;
}

.footer {
  text-align: center;
  background-color: #fff5df;
  margin-top: auto;
  border-top: 3px;
  border-bottom: 3px;
  border-left: 0px;
  border-right: 0px;
  padding-bottom: 2px;
  border-style: double;
  border-color: #ba8fbf;
}

.footer a {
  text-decoration: none;
}

.footer a:hover {
  color: #4f304f;
}

.titlebar {
  display: flex;
  flex-direction: row;
  flex: 50%;
  justify-content: flex-end;
  align-items: baseline;
  margin-top: 16px;
  margin-bottom: 16px;
}

.chara {
  display: flex;
  flex-wrap: nowrap;
}

.av {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.av a {
  text-decoration: none;
}

.av a::after {
  content: " ↲";
}

.prof {
  margin-left: 16px;
}

.prof span,
.list,
.color span {
  font-weight: bold;
  color: #4f304f;
}

.prof span::after,
.list::after {
  content: "—";
}

.imgblock {
  float: right;
  text-align: center;
  display: inline;
}

.imgblock p {
  margin: 0;
  padding-top: 2px;
}

.imgblock a {
  text-decoration: none;
}

.imgblock p>a::after {
  content: " ↲";
}

.imgblock img {
  margin-left: -2px;
  margin-right: -2px;
  outline-width: 2px;
  outline-offset: -2px;
  outline-style: solid;
  outline-color: rgba(0, 0, 0, 0.1);
}

.floatbumper {
  float: right;
  clear: both;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 16px;
}

.gallery>.imgblock {
  float: none;
}

.swatch {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 16px;
  max-width: 75%;
}

.color {
  display: flex;
  flex-basis: 50%;
  flex-direction: column;
  padding-bottom: 10px;
  margin-bottom: 16px;
}

.colorbg {
  height: 50px;
  display: flex;
  margin-left: -1px;
  margin-right: -1px;
  outline-width: 1px;
  outline-offset: -1px;
  outline-style: solid;
  outline-color: rgba(0, 0, 0, 0.1);
}

.colorlabel {
  text-align: center;
  padding-top: 2px;
}

.colorlabel span {
  color: var(--subtitle);
}

@media (max-width: 200px) {
  .color {
    flex-basis: 100%;
  }

  .colorbg {
    height: 20px;
  }
}