body {
  background-color: #ec8a45;
  color: #171f32;
  text-align: center;
  position: relative;
}

#home-of-new-religion {
  background-color: #ec8a45;
  color: #171f32;
}

#its-called-chilligion {
  background-color: #324966;
  color: #ec8a45;
}

#chilligion {
  background-color: #A85687;
  color: #FFE7D5;
}

#book-of-laziness {
  background-color: #D35A6E;
  color: #FFE7D5;
}

#make-chilligion-grow {
  background-color: #EDE9D0;
  color: #73588A;
}

#share-chilligion {
  background-color: #73588A;
  color: #FFE7D5;
}

#participate-in-chilligion {
  background-color: #445377;
  color: #EDE9D0;
}

#support-chilligion {
  background-color: #EDE9D0;
  color: #204875;
}

#chill-footer {
  background-color: #171f32;
  color: #FFE7D5;
}

#modal-book-of-la .modal-c,
#modal-tca .modal-c {
  background-color: #ffffff;
  color: #171f32;
}

#home-of-new-religion .arrow-down {
  background-image: url("../img/arrow-down-black.svg");
}

#its-called-chilligion .vh-content {
  /* padding-bottom: 10vh */
}

#chilligion .arrow-down {
  margin-top: 10vh;
}

#its-called-chilligion img {
  opacity: 0.9;
}

#modal-toggle-book-of-la {
  font-size: 2.5em;
}

.container {
  padding-left: 5vw;
  padding-right: 5vw;
}

.vht {
  padding-top: 7vh;
  padding-bottom: 7vh;
}

.vh {
  width: 100%;
  height: 100vh;
  position: relative;
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vh-content {
  /* width: 100% */
}

a {
  color: #324966;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#make-chilligion-grow a {
  color: #73588A;
}

a:hover,
#make-chilligion-grow a:hover {
  color: #171f32;
  text-decoration: none;
}

.chiller-menu a:hover {
  color: #ec8a45;
  font-weight: 600;
}

a.a-la {
  color: #ffffff;
}

.footer-col a.a-la {
  display: block;
  margin-bottom: 1vh;
  color: #81a5ce;
  font-size: 1.25em;
}

a.a-la:hover {
  color: #FFE7D5;
}

.footer-col a.a-la:hover {
  color: #ec8a45;
}

h1 {
  font-size: 1.8em;
  font-weight: 100;
}

h2 {
  font-size: 1.8em;
  font-weight: 200;
}

@media (min-width: 576px) {
  h1 {
    font-size: 2.5em;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 3.5em;
  }
  h2 {
    font-weight: 100;
    font-size: 2em;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 3em;
  }
}
h1 div {
  margin-top: 0.7vh;
}

.small-text {
  font-size: 0.8em;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 1vh;
}

.mt-2 {
  margin-top: 2vh;
}

.mt-3 {
  margin-top: 3vh;
}

.mt-4 {
  margin-top: 4vh;
}

.mt-5 {
  margin-top: 5vh;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 1vh;
}

.mb-2 {
  margin-bottom: 2vh;
}

.mb-3 {
  margin-bottom: 3vh;
}

.mb-4 {
  margin-bottom: 4vh;
}

.mb-5 {
  margin-bottom: 5vh;
}

.symbol {
  width: 50vw;
  height: 50vw;
  margin: 0 auto 5vh;
  opacity: 0.9;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 250px;
  max-height: 250px;
}

.chillet .symbol {
  max-width: 35px;
  max-height: 35px;
  margin-top: 6vh;
  margin-bottom: 5vh;
  opacity: 0.25;
  background-image: url("../img/chilligion-symbol-white640.png");
}

#make-chilligion-grow .symbol,
.modal-c .symbol {
  background-image: url("../img/chilligion-symbol-black240.png");
  opacity: 0.15;
}

.main-title {
  font-size: 1.8em;
  font-family: "Aboreto", cursive;
}

@media (min-width: 768px) {
  .main-title {
    font-size: 2em;
  }
}
@media (min-width: 992px) {
  .main-title {
    font-size: 2.5em;
  }
}
@media (min-width: 1200px) {
  .main-title {
    font-size: 3em;
  }
}
.arrow-down {
  width: 80px;
  height: 80px;
  display: block;
  opacity: 0.5;
  margin: 10vh auto 2vh;
  background-image: url("../img/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 65px;
  background-position: center center;
}

@media (min-width: 992px) {
  .arrow-down {
    opacity: 0;
    background-size: 75px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .vh-content:hover .arrow-down,
.vht .arrow-down {
    opacity: 0.35;
  }
  .vh-content .arrow-down:hover,
.vht .arrow-down:hover {
    opacity: 0.8;
    background-size: 80px;
  }
}
.chillet h2 {
  position: relative;
}

.chillment {
  background-color: #ffffff;
  border: 1px dashed #111111;
  margin-top: 3vh;
  color: #111111;
  font-family: "Fira Code", monospace;
  padding: 2vh 3vh;
  display: none;
}

/* jQuery tooltips
.ui-tooltip {
    background: $color7;
    width: 50%;
    left: 25%;
    color: $color6;
    font-size: 1.5em;
    padding-bottom: 5px;
    padding-top: 2px;
    border-radius: 7px;
}

.ui-tooltip-content::after {
    content: "";
    position: absolute;
    border-style: solid;
    display: inline;
}

.ui-tooltip-content::after {
    bottom: -10px;
    left: 45%;
    border-color: $color7 transparent;
    border-width: 10px 10px 0;
} */
@media (min-width: 1200px) {
  .book-name {
    font-size: 5em;
    max-width: 900px;
  }
}
button,
.button-la {
  background: #171f32;
  /* margin-top: 5vh */
  font-size: 1.5em;
  padding: 1vh 3vh 1.3vh;
  /* font-weight: bold */
  text-transform: uppercase;
  border: 0;
  border-radius: 7px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #FFE7D5;
}

button.close-cookie {
  background: none;
  font-size: 1em;
  color: #171f32;
  border: 1px solid #171f32;
  padding: 0.5vh 3vh;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 2vh;
  margin-top: 5px;
  margin-bottom: 5px;
}

button:hover,
.button-la:hover {
  color: #ffffff;
}

button:focus,
.button-la:focus {
  -webkit-transform: scale(1.07);
      -ms-transform: scale(1.07);
          transform: scale(1.07);
  -webkit-box-shadow: 0 0 5px;
          box-shadow: 0 0 5px;
}

.book-wrapper h2 {
  background: rgba(255, 231, 213, 0.75);
  padding: 3vh;
  margin-bottom: 0;
}

#modal-book-of-la .book-wrapper h2 {
  background: rgba(255, 231, 213, 0.75);
  padding: 4vh 5vh;
  font-size: 2.5em;
  /* font-weight: 200 */
}

#modal-book-of-la .book-wrapper h2:hover {
  background: #FFE7D5;
}

#chilligion-rules .book-wrapper h2 {
  margin-bottom: 5vh;
}

.book-wrapper .chillment {
  margin-top: 0;
}

#chilligion-rules .book-wrapper .chillment {
  margin-top: -5vh;
  margin-bottom: 7vh;
}

/* *
 * Modals */
.modal-w {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1045;
  overflow: scroll;
}

.modal-c {
  /* position: absolute */
  text-align: center;
  -webkit-box-shadow: 0px 0px 15px #000000;
          box-shadow: 0px 0px 15px #000000;
  padding: 1.5rem;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 3vw 5vw;
}

@media (min-width: 576px) {
  .modal-c {
    padding-top: 10vw;
  }
}
@media (min-width: 1200px) {
  .modal-c {
    max-width: 900px;
    padding-top: 8vw;
  }
}
.close-modal {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("../img/close-w.png");
  background-size: contain;
  opacity: 0.5;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform-style: preserve-3D;
          transform-style: preserve-3D;
}

.chiller-menu .close-modal {
  width: 50px;
  height: 50px;
  background-image: url("../img/close.png");
  position: absolute;
  right: 1vh;
  top: 1vh;
}

.modal-title {
  position: fixed;
  top: 0;
  right: 0;
  background: #324966;
  color: #ec8a45;
  text-align: left;
  padding: 1vw 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  font-size: 1.5em;
  text-transform: uppercase;
  z-index: 2000;
  font-weight: bold;
}

.modal-title:hover {
  color: #ec8a45;
  text-decoration: none;
}

@media (min-width: 992px) {
  .close-modal {
    opacity: 0.35;
  }
  .modal-title:hover .close-modal,
#chiller-menu-close.close-modal:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    opacity: 1;
  }
  button:hover,
.button-la:hover {
    -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
            transform: scale(1.07);
    -webkit-box-shadow: 0 0 5px;
            box-shadow: 0 0 5px;
  }
}
.chillet {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.chillet-form-wrapper,
.chillist-form-wrapper,
.chillin-form-wrapper,
.message-form-wrapper {
  /* border: 2px dotted $color7 */
  padding: 2vh;
  background: #324966;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.message-form-wrapper {
  background: #ec8a45;
  color: #171f32;
}

.chillist-form-wrapper {
  background: #324966;
  color: #FFE7D5;
}

.chillet-form-wrapper h1,
.chillist-form-wrapper h1,
.message-form-wrapper h1 {
  margin: -2vh -2vh 2vh;
  font-size: 2em;
  background: #171f32;
  padding: 4vh 2vh 4.5vh;
  text-transform: uppercase;
  color: #ffffff;
}

.form-border-bottom {
  border-bottom: 2px dotted #FFE7D5;
  padding-bottom: 2vh;
  margin-bottom: 3vh;
}

.chillin-form-wrapper .form-border-bottom {
  border: none;
  padding-bottom: 0;
  margin-bottom: 2vh;
}

.tal {
  text-align: left;
}

.chillet-form-wrapper label,
.chillist-form-wrapper label,
.chillin-form-wrapper label,
.message-form-wrapper label {
  display: block;
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 100;
  margin: 0;
}

.chillin-form-wrapper label {
  font-size: 1.2em;
  font-weight: 200;
}

.chillet-form-wrapper label.form-check-label,
.chillist-form-wrapper label.form-check-label,
.message-form-wrapper label.form-check-label {
  font-size: 1.1em;
  margin: 0;
  padding-top: -10px;
  text-transform: none;
  display: inline;
  font-weight: normal;
  cursor: pointer;
}

.chillet-form-wrapper p,
.chillist-form-wrapper p,
.message-form-wrapper p {
  margin-top: 0;
  margin-bottom: 0;
}

.form-control {
  margin-top: 1vh;
  background: #FFE7D5;
  border: 0;
  min-height: 7vh;
  font-size: 1.5em;
  padding: 2vh 2vh 2.5vh;
}

.chillin-form-wrapper .form-control {
  background: rgba(255, 255, 255, 0.5);
  font-size: 1.1em;
}

.form-control:focus {
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
}

.chillin-form-wrapper .form-control:focus {
  background: #ffffff;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

textarea.form-control {
  margin-top: 1.5vh;
  /* margin-bottom: 1vh */
}

.tar {
  text-align: right;
}

input[type=checkbox] {
  margin: 0;
  margin-right: 1vh;
  line-height: normal;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}

input:valid,
textarea:valid {
  background: #d2eeb9;
}

@media (min-width: 992px) {
  .chillet-form-wrapper,
.chillist-form-wrapper,
.chillin-form-wrapper,
.message-form-wrapper {
    padding: 3vh;
    font-size: 1.1em;
  }
  .chillet-form-wrapper h1,
.chillist-form-wrapper h1,
.message-form-wrapper h1 {
    margin: -3vh -3vh 2vh;
    font-size: 3em;
    background: #171f32;
    padding: 4vh 2vh 4.5vh;
  }
}
.justChill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.chillet-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 18px;
}

#modal-book-of-la .show-chillment .chillet-info {
  min-height: 35px;
  margin: 3vh -3vh -2vh;
}

.chillet-author {
  background: #324966;
  color: #FFE7D5;
  font-size: 12px;
  padding: 1px 1vh;
  margin-bottom: 16px;
}

#modal-book-of-la .chillet-author {
  margin-bottom: 0;
}

.chillet-by {
  color: #ec8a45;
}

.chillet-like {
  min-width: 75px;
  background-image: url("../img/like.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  margin-top: 5px;
  display: block;
  font-size: 21px;
  text-align: left;
  padding-left: 55px;
  color: #171f32;
  /* font-family: $subfont */
  /* letter-spacing: -1px */
  font-weight: bolder;
  line-height: 36px;
}

.chillet-info .chillet-like {
  margin-top: 0;
}

@media (min-width: 992px) {
  .chillet-like:hover {
    background-image: url("../img/like-full.png");
  }
}
.chillet-plus {
  /* position: absolute */
  /* right: 50% */
  /* bottom: -40px */
  width: 35px;
  height: 35px;
  /* border: 2px solid $color7 */
  /* border-radius: 50% */
  font-size: 42px;
  line-height: 27px;
  opacity: 0.7;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1vh;
  /* background-color: rgba($white,0.1) */
  /* color: $color100 */
}

@media (min-width: 992px) {
  .chillet-plus:hover,
.book-wrapper .chillet-plus:hover {
    opacity: 1;
  }
}
.book-wrapper .chillet-plus {
  /* border-color: $color100 */
  /* bottom: -25px */
  opacity: 0.6;
  /* color: $color100 */
}

.chillet-info .chillet-plus {
  margin-right: 1vh;
  /* position: static */
  /* bottom: 0px */
}

.chilligion-cookie {
  padding: 1.5vh 3vh;
  font-size: 1.5em;
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: rgba(255, 255, 255, 0.5);
}

@media (min-width: 690px) {
  .chilligion-cookie {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.chilligion-cookie div {
  text-align: left;
}

.chiller-nav {
  position: absolute;
  top: 2vh;
  width: 100%;
  min-height: 3vh;
  text-align: right;
  font-size: 1.5em;
}

.chiller-menu {
  min-height: 20vh;
  background-color: #FFE7D5;
  padding: 3vh 10vh 3vh 4vh;
  text-align: left;
  display: inline-block;
  font-size: 1.4em;
  margin-top: 1vh;
  -webkit-box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.19);
          box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.19);
  z-index: 9000;
  border-radius: 3px;
  position: relative;
}

.chiller-menu hr {
  border-color: rgba(23, 31, 50, 0.25);
  margin-top: 3vh;
  margin-bottom: 2.5vh;
}

.chiller-menu a {
  display: block;
  margin-bottom: 1vh;
}

.chiller-menu a.button-la {
  display: inline-block;
  margin-bottom: 1vh;
  font-size: 1em;
}

.chiller-name:hover {
  cursor: pointer;
}

.chiller-name:hover,
.chiller-name.opened {
  color: #FFE7D5;
}

.chiller-menu-wrapper {
  display: none;
}

.chillin-form-wrapper {
  font-size: 0.7em;
  font-weight: normal;
  padding: 0;
  background: none;
}

.ss-box {
  background: white;
  padding: 2vh;
  border-radius: 7px;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: 10vh;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.25em;
}

.footer-col {
  width: 100%;
  margin-bottom: 4vh;
}

@media (min-width: 576px) {
  .footer-col {
    width: 25%;
    text-align: left;
  }
  .footer-col:last-child {
    width: 44%;
    padding-left: 60px;
  }
}
@media (min-width: 1200px) {
  .footer-col:last-child {
    width: 35%;
  }
}
@media (min-width: 1200px) {
  .footer-col {
    width: 20%;
  }
}
.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2em;
  color: #ec8a45;
  text-transform: uppercase;
  font-family: "Aboreto", cursive;
  font-weight: bold;
  margin-bottom: 2vh;
}

.footer-logo .symbol {
  max-width: 50px;
  max-height: 50px;
  margin: 0;
  margin-right: 10px;
}

@media (min-width: 576px) {
  .footer-logo {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -60px;
  }
}