:root {
  --eff_border_radius: 24px;
  --eff_color_bg: 250, 250, 250;
  --eff_color_fg: 51, 51, 102;
  --eff_color_ac: 37, 85, 81;
}
#hmb_quiz #filter {
  background-color: rgb(var(--eff_color_bg));
  /* 480x640 */
  background-image: url("/img/web/e7bec0f535157e0579e6d9ca1adc02235a0c4d865acb40c30b71915f36a3388f44b5d2b0f341f50afe0a7a5d3c9f4a121acdabb5ddb3f48c61e771a079f00f5d_s.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 275px 144px;
  max-width: 600px;
  @media screen and (min-width: 621px) {
    /* 1024x768 */
    background-image: url("/img/web/e7bec0f535157e0579e6d9ca1adc02235a0c4d865acb40c30b71915f36a3388f44b5d2b0f341f50afe0a7a5d3c9f4a121acdabb5ddb3f48c61e771a079f00f5d.png");
    background-size: 485px 240px;
  }
}
html {
  min-height: 100%;
}
body {
  background-color: rgb(var(--eff_color_bg));
  color: rgb(var(--eff_color_fg));
  font-family: sans-serif;
  line-height: 1.4;
  margin: 0px 0.1em;
  padding: 0px;
  text-align: center;
}
a, a:active, a:visited {
  color: rgb(var(--eff_color_ac));
  text-decoration: none;
}
a:hover {
  color: rgb(var(--eff_color_ac));
}
a[target="_blank"]:after {
  content: "\2197";
  opacity: .25;
}
.flex_center, .flex_start, .flex_list, .flex_around {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.5rem;
}
.flex_around {
  column-gap: 2rem;
  justify-content: space-around;
}
.content_s {
  min-width: 241px;
  max-width: 38%;
}
.content_m {
  min-width: 362px;
  max-width: 61%;
  @media screen and (max-width: 620px) {
    max-width: 90%;
  }
}
.content_f {
  width: 98%;
  margin: 0px auto;
}
hr {
  width: 45%;
}
.p_left {
  padding: 1rem;
  text-align: left;
}
h1, h2, h3 {
  color: rgb(var(--eff_color_ac));
  line-height: 1.1;
  text-wrap: balance;
  margin: 1rem 1% 0.2rem 1%;
}
h2, h3 {
  width: 98%;
}
#page_main section {
  text-align: left;
}
ul {
  display: inline;
  list-style: none inside none;
  margin: 0;
  padding: 4px;
}
textarea {
  resize: none;
}
nav ul li {
  padding: 4px;
  font-weight: bold;

}
.cbold {
  display: none;
}
.nowrap {
  white-space: nowrap;
}
button, input, select, textarea, .border, .button, .wbutton, .button_invert {
  border-color: rgb(var(--eff_color_ac));
  border-radius: var(--eff_border_radius);
  border-style: solid;
  border-width: 1px;
  padding: 0.4rem 0.8rem;
}
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
}
input, select {
  background-color: rgb(var(--eff_color_bg));
  color: rgb(var(--eff_color_ac));
}
button, .button, .wbutton, .button_invert {
  cursor: pointer;
  display: inline-block;
}
.button, .butten:hover, .wbutton, .wbutton:hover {
  background-color: rgba(var(--eff_color_fg), 0.15);
  color: rgb(var(--eff_color_ac));
}
.button, .quiz_answer {
  width: 90%;
}
.quiz_button, .quiz_answer {
  height: 2.5em;
  font-size: x-large;
}
input:focus, textarea:focus {
  border-color: rgb(var(--eff_color_ac));
}
.button_stop {
  background-color: #b83850;
}
#hmb_quiz #backdrop {
  padding-top: 144px;
  @media screen and (min-height: 768px) and (min-width: 621px) {
    padding-top: 240px;
  }
}
#hmb_quiz form {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 80%;
}
#vfweb {
  display: grid;
  @media screen and (min-width: 621px) {
    grid-template-columns: 30% 70%;
  }
  @media screen and (min-width: 800px) {
    grid-template-columns: 15% 85%;
  }
  @media screen and (min-width: 1400px) {
    grid-template-columns: 10% 90%;
  }
}
#request {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  min-height: 70vh;
}
.request_row {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0.2em;
}
.request_col {
  display: grid;
  grid-template-areas:
    "label"
    "input";
  margin: 0.4em;
  text-align: left;
}
.request_col label {
  grid-area: label;
}
.request_col input {
  grid-area: input;
  height: 2em;
  width: 20em;
}
.request_col textarea {
  grid-area: input;
  height: 12em;
  width: 22em;
}
.request_col_submit {
  width: 10em;
}
#request_label_state, #request_form_state {
  display: none;
}
.book_list {
  align-items: center;
  column-gap: 1em;
  display: grid;
  grid-template-columns: auto auto 0%;
  @media screen and (min-width: 1000px) {
    grid-template-columns: auto auto 5% auto auto 0%;
  }
  row-gap: 2em;
}
.book_list .button {
  height: 0.6em;
  margin-left: 0px;
  margin-top: 1em;
  min-height: 20px;
  width: 8em;
}
#vimeo_video, #brochure img {
  height: 150px;
}
@media screen and (max-width: 620px) {
  #page_main {
    margin-left: 1em;
    margin-right: 1em;
  }
  #nav_mobile {
    align-items: center;
    background-color: rgb(var(--eff_color_ac));
    border-radius: 50%;
    color: rgb(var(--eff_color_bg));
    display: flex;
    font-size: x-large;
    height: 45px;
    justify-content: center;
    margin-top: 8px;
    position: fixed;
    width: 45px;
    z-index: 1;
  }
  /* navigation */
  #navigation_menu {
    align-self: start;
    background-color: rgb(var(--eff_color_bg));
    border: 1px solid rgb(var(--eff_color_ac));
    display: none;
    margin-left: 16px;
    margin-top: 24px;
    position: fixed;
    padding: 4px;
    /* close */
    text-align: right;
    z-index: 2;
  }
  #navigation_menu:target {
    display: block
  }
  #navigation_menu ul {
    padding: 5px;
    text-align: left;
  }
  #book_cover {
    display: block;
  }
  .book_list {
    grid-template-columns: auto;
  }
}
@media screen and (min-width: 621px) {
  .request_col textarea {
    width: 40em;
  }
  #navigation_menu {
    min-height: 100vh;
  }
  #page_header {
    background-color: rgb(var(--eff_color_bg));
    position: fixed;
    width: 100%;
  }
  #navigation_menu {
    top: 6em;
    position: fixed;
  }
  #page_main {
    margin-left: 4em;
    margin-top: 6em;
    font-size: large;
    max-width: 1200px;
  }
  #vfweb {
    grid-template-areas:
      "header header"
      "nav main";
  }
  #vfweb header {
    align-items: center;
    border-bottom: 1px solid rgb(var(--eff_color_ac));
    column-gap: 2em;
    display: flex;
    flex-direction: row;
    grid-area: header;
    justify-content: center;
    padding: 4px;
  }
  #vfweb header img {
    max-height: 60px;
  }
  #vfweb nav {
    border-right: 1px solid rgb(var(--eff_color_fg));
    grid-area: nav;
    padding: 5px;
  }
  #nav_mobile, #nav_close {
    display: none;
  }
  #vfweb main {
    grid-area: main;
  }
  #main_content {
    padding: 3em;
  }
  #book_cover {
    float: left;
    padding-right: 2em;
    padding-bottom: 1em;
  }
  #request_form_postcode {
    width: 5em;
  }
}
