@charset "UTF-8";
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/*=================RESPONSIVE===============*/
html {
  color: #222;
  font-size: 1em;
  line-height: 1.5;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Jost", sans-serif;
  background-image: url(../img/background.jpg);
  background-color: #222222;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -9999;
  display: none;
}
@media only screen and (min-width: 768px) {
  #myVideo {
    display: block;
  }
}

#wrapper {
  width: 100%;
  z-index: 9999;
  margin: 0 auto;
  max-width: 1200px;
  color: #333;
  text-align: center;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  #wrapper {
    /*width: 100%;  */
    margin: 0 auto;
    padding: 0px;
  }
}

#quotes {
  display: flex;
  flex-wrap: wrap;
  font-family: "Jost", sans-serif;
  font-size: 1em;
}
#quotes h3 {
  margin: 0;
}
#quotes h4 {
  margin: 8px 0 0 0;
  color: #cc0000;
}
#quotes .quote-headline {
  color: #cc0000;
  flex-basis: 100%;
  font-size: 1.35em;
  font-weight: 400;
}
#quotes .quote {
  flex-basis: 100%;
  padding: 0.25em;
  font-size: 1.25em;
}
@media only screen and (min-width: 768px) {
  #quotes .quote {
    flex-basis: 49%;
    padding: 0.3em;
  }
}
@media only screen and (min-width: 1200px) {
  #quotes .quote {
    flex-basis: 50%;
    padding: 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  #quotes {
    font-size: 0.95em;
  }
}
@media only screen and (min-width: 1200px) {
  #quotes {
    font-size: 1.25em;
  }
}

header {
  width: 100%;
  position: relative;
  max-width: 1024px;
  padding: 0 0 8px 0;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  header {
    margin: 0 auto 12px;
  }
}
@media only screen and (min-width: 1200px) {
  header {
    margin: 0 auto 12px;
    padding: 0 0 12px 0;
  }
}
header h1 {
  font-family: "Jost", sans-serif;
  font-size: 1.85em;
  font-weight: 400;
  color: #b5bfdb;
  line-height: 1.15em;
  margin: 14px auto 0;
  padding: 0.5em 0;
  border-bottom: none;
  text-transform: uppercase;
  letter-spacing: 0.065em;
}
header h1 span {
  font-style: italic;
  font-size: 0.755em;
}
@media only screen and (max-width: 320px) {
  header h1 {
    font-size: 3.15em;
  }
}
@media only screen and (min-width: 768px) {
  header h1 {
    font-size: 3.15em;
    margin: 0.25em 1em;
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  header h1 {
    font-size: 4.15em;
    line-height: 1.3em;
  }
}
header h2 {
  font-family: "Jost", sans-serif;
  font-size: 1.75em;
  font-weight: 400;
  padding: 8px 4px 0 4px;
  margin: 0 0 12px 0;
  letter-spacing: 0.125em;
  letter-spacing: 0.056em;
  line-height: 1.25em;
}
@media only screen and (max-width: 320px) {
  header h2 {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  header h2 {
    font-size: 1.75em;
    margin: 0 0 12px 0;
    line-height: 1.65em;
  }
}
@media only screen and (min-width: 1200px) {
  header h2 {
    font-size: 1.95em;
    margin: 0 auto;
    max-width: 1024px;
  }
}
header h3 {
  font-family: "Jost", sans-serif;
  font-size: 1.15em;
  font-weight: 400;
  letter-spacing: 0.045em;
  text-align: center;
  margin: 0 0 0 0;
  padding: 0 4px 4px 4px;
  color: #fff;
}
@media only screen and (max-width: 320px) {
  header h3 {
    padding: 8px 4px;
  }
}
@media only screen and (min-width: 768px) {
  header h3 {
    font-size: 1.15em;
  }
}
@media only screen and (min-width: 1200px) {
  header h3 {
    font-size: 1.65em;
  }
}
header h4 {
  display: inline-block;
  padding: 6px 0 18px 0;
  font-size: 1.3em;
  font-family: "Jost", sans-serif;
  color: red;
  margin: 0.15em 0;
  line-height: 1em;
}
header h4 span {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  header h4 span {
    display: inline;
  }
}
@media only screen and (min-width: 768px) {
  header h4 {
    padding: 6px 0 18px 0;
    font-size: 1em;
  }
}
@media only screen and (min-width: 1200px) {
  header h4 {
    padding: 6px 0 18px 0;
    font-size: 1.3em;
  }
}
header img {
  height: auto;
  width: auto;
  max-width: 100%;
  margin: 0 0 0.25em 0;
}
@media only screen and (min-width: 768px) {
  header img {
    margin: 0 0 0.5em 0;
  }
}

.author {
  max-width: 200px;
}
@media only screen and (min-width: 768px) {
  .author {
    max-width: 344px;
    margin: 1em 0;
  }
}
@media only screen and (min-width: 1200px) {
  .author {
    max-width: 444px;
    margin: 1em 0;
  }
}

a.zoomlink {
  text-align: center;
  font-size: 1.45em;
  background: #2f2f2f; /* Old browsers */
  background: -moz-linear-gradient(top, #2f2f2f 0%, #626262 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #2f2f2f 0%, #626262 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #2f2f2f 0%, #626262 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$grad-color-one", endColorstr="$grad-color-two",GradientType=0 ); /* IE6-9 */
  /*background-attachment: fixed;*/
  color: #fff;
  padding: 12px;
  display: inline-block;
  margin: 0 auto;
  border-radius: 8px;
  font-family: "Jost", sans-serif;
  text-decoration: none;
}

a.zoomlink:hover {
  background: #e60000; /* Old browsers */
  background: -moz-linear-gradient(top, #e60000 0%, #ff4d4d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e60000 0%, #ff4d4d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e60000 0%, #ff4d4d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$grad-color-one", endColorstr="$grad-color-two",GradientType=0 ); /* IE6-9 */
  /*background-attachment: fixed;*/
}

/*==========================MAIN CONTAINER======================*/
.container {
  margin: 16px auto;
  padding: 12px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .container {
    margin: 12px auto 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.single-book {
  flex-basis: 100%;
  display: grid;
  grid-template-columns: 1.65fr 1fr;
  padding: 0 0.25em;
  margin: 0 0 2em 0;
}
.single-book .full {
  /* Tells the item to start at column 1 and end at the last column */
  grid-column: 1/-1;
}
.single-book h4 {
  text-align: center;
  font-size: 1.2em;
  margin: 0 0 4px 0;
  font-family: "Jost", sans-serif;
}
@media only screen and (min-width: 768px) {
  .single-book h4 {
    font-size: 1.65em;
  }
}
.single-book h5 {
  text-align: center;
  font-size: 1em;
  margin: 0 0 4px 0;
  font-family: "Jost", sans-serif;
}
@media only screen and (min-width: 768px) {
  .single-book h5 {
    font-size: 1.25em;
  }
}
.single-book p {
  flex-basis: 100%;
  text-align: center;
  font-size: 1.25em;
  font-family: "Jost", sans-serif;
  min-height: auto;
}
@media only screen and (min-width: 768px) {
  .single-book p {
    min-height: 124px;
  }
}
@media only screen and (min-width: 768px) {
  .single-book {
    flex-basis: 50%;
    padding: 0 0.5em;
    margin: 0 0 3em 0;
    grid-template-columns: 1.5fr 1fr;
    grid-template-rows: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .single-book {
    padding: 0 2em;
    grid-template-columns: 1.75fr 1fr;
  }
}

.links {
  display: flex;
  flex-direction: column;
  flex-basis: 40%;
  margin: 0 0 0 0;
  padding: 1em 0.5em;
}
.links h4 {
  text-align: center;
  font-size: 0.95em;
  margin: 0 0 0.5em 0;
  font-family: "Jost", sans-serif;
}
@media only screen and (min-width: 768px) {
  .links h4 {
    font-size: 0.85em;
  }
}
@media only screen and (min-width: 1200px) {
  .links h4 {
    font-size: 0.95em;
  }
}
.links p {
  margin: 0;
  font-size: 1em;
}
.links a {
  display: block;
  padding: 8px 8px;
  margin: 2px;
  font-size: 0.8em;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  max-height: 38px;
  color: #333;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media only screen and (min-width: 768px) {
  .links a {
    padding: 8px 8px;
    margin: 4px 6px;
    font-size: 0.8em;
    -ms-flex-preferred-size: 12%;
    flex-basis: 12%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .links a {
    padding: 8px 8px;
    margin: 6px 6px;
    font-size: 1.2em;
    max-height: 48px;
    -ms-flex-preferred-size: 12%;
    flex-basis: 12%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}
@media only screen and (min-width: 768px) {
  .links a:hover {
    /*background-color: lighten($link-color, 8%);*/
    background: white; /* Old browsers */
    background: -moz-linear-gradient(top, white 0%, #ff9999 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, white 0%, #ff9999 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, white 0%, #ff9999 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$grad-color-one", endColorstr="$grad-color-two",GradientType=0 ); /* IE6-9 */
    /*background-attachment: fixed;*/
    border: 1px solid #330000;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.links a img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  /*max-height: 20px;*/
  border: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .links a img {
    max-height: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .links a img {
    max-height: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .links {
    margin: 4px 0 0 0;
  }
}

.marked {
  background: white; /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #f6c2d5 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, #f6c2d5 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, #f6c2d5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$grad-color-one", endColorstr="$grad-color-two",GradientType=0 ); /* IE6-9 */
  /*background-attachment: fixed;*/
  border: 1px solid #8c143f;
}

.chosen {
  background: white; /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #eeb78a 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, #eeb78a 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, #eeb78a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$grad-color-one", endColorstr="$grad-color-two",GradientType=0 ); /* IE6-9 */
  /*background-attachment: fixed;*/
  border: 1px solid #542c0c;
}

.untamed {
  background: white; /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #a5b1ec 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, #a5b1ec 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, #a5b1ec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$grad-color-one", endColorstr="$grad-color-two",GradientType=0 ); /* IE6-9 */
  /*background-attachment: fixed;*/
  border: 1px solid #152264;
}

.betrayed {
  background: white; /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #72dbec 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, #72dbec 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, #72dbec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$grad-color-one", endColorstr="$grad-color-two",GradientType=0 ); /* IE6-9 */
  /*background-attachment: fixed;*/
  border: 1px solid #08363d;
}

.hunted {
  background: white; /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #bdec6c 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, #bdec6c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, #bdec6c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$grad-color-one", endColorstr="$grad-color-two",GradientType=0 ); /* IE6-9 */
  /*background-attachment: fixed;*/
  border: 1px solid #273807;
}

.tempted {
  background: white; /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #80b8d6 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, #80b8d6 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, #80b8d6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$grad-color-one", endColorstr="$grad-color-two",GradientType=0 ); /* IE6-9 */
  /*background-attachment: fixed;*/
  border: 1px solid #0f242f;
}

.burned {
  background: white; /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #f6b7b6 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, #f6b7b6 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, #f6b7b6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$grad-color-one", endColorstr="$grad-color-two",GradientType=0 ); /* IE6-9 */
  /*background-attachment: fixed;*/
  border: 1px solid #841110;
}

.awakened {
  background: white; /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #cf91e9 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, #cf91e9 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, #cf91e9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$grad-color-one", endColorstr="$grad-color-two",GradientType=0 ); /* IE6-9 */
  /*background-attachment: fixed;*/
  border: 1px solid #3e1052;
}

.vampire {
  background: #ff9999; /* Old browsers */
  background: -moz-linear-gradient(top, #ff9999 0%, #ff4242 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff9999 0%, #ff4242 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff9999 0%, #ff4242 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$grad-color-one", endColorstr="$grad-color-two",GradientType=0 ); /* IE6-9 */
  /*background-attachment: fixed;*/
  border: 1px solid #290000;
}

.sea {
  background: #d7ddec; /* Old browsers */
  background: -moz-linear-gradient(top, #d7ddec 0%, #9daacf 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d7ddec 0%, #9daacf 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d7ddec 0%, #9daacf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$grad-color-one", endColorstr="$grad-color-two",GradientType=0 ); /* IE6-9 */
  /*background-attachment: fixed;*/
  border: 1px solid #2d395a;
}

/*==========================BOOK======================*/
.book {
  padding: 0 12px;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  text-align: center;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}
.book h3 {
  font-size: 1.15em;
  font-weight: 300;
  margin: 0 0;
  font-family: "Jost", sans-serif;
  color: #cc0000;
}
@media only screen and (min-width: 768px) {
  .book h3 {
    font-size: 1.1em;
  }
}
.book img {
  height: auto;
  width: auto;
  max-width: 100%;
}
.book a {
  padding: 12px 12px;
  display: block;
  width: 75%;
  margin: 24px auto;
  background-color: #ff4d4d;
  color: #0e121d;
  border-radius: 6px;
}
.book a:hover {
  background-color: #ff3333;
}
@media only screen and (min-width: 768px) {
  .book {
    padding: 12px 12px;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
}
/*==========================BUYLINKS======================*/
#buynow {
  font-size: 1.15em;
  color: white;
  text-align: center;
  font-weight: 400;
  padding: 16px 0 0 0;
  font-family: "Jost", sans-serif;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
@media only screen and (min-width: 768px) {
  #buynow {
    color: #1a1a1a;
    font-size: 1.35em;
    margin: 6px 0 0 0;
  }
}

.buylinks {
  padding: 0 0px 6px 0px;
  position: fixed;
  max-width: 1024px;
  margin: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #7184b9;
  background-color: #cc0000;
  background: #6075b1; /* Old browsers */
  background: -moz-linear-gradient(top, #6075b1 0%, #5268a5 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #6075b1 0%, #5268a5 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #6075b1 0%, #5268a5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$grad-color-one", endColorstr="$grad-color-two",GradientType=0 ); /* IE6-9 */
  /*background-attachment: fixed;*/
  /*flex-basis: 46%;*/
}
@media only screen and (min-width: 768px) {
  .buylinks {
    /*flex-basis: 25%;*/
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }
}
@media only screen and (min-width: 1200px) {
  .buylinks {
    /*flex-basis: 25%;*/
    position: relative;
    margin: 0 auto;
  }
}
.buylinks a {
  display: block;
  padding: 8px 12px;
  margin: 2px;
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
  background: #ff6666; /* Old browsers */
  background: -moz-linear-gradient(top, #ff6666 0%, #ff1a1a 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff6666 0%, #ff1a1a 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff6666 0%, #ff1a1a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$grad-color-one", endColorstr="$grad-color-two",GradientType=0 ); /* IE6-9 */
  /*background-attachment: fixed;*/
  border: 1px solid #384872;
  text-align: center;
  border-radius: 6px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media only screen and (min-width: 768px) {
  .buylinks a {
    padding: 10px 12px;
    margin: 6px 6px;
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .buylinks a {
    padding: 12px 12px;
    margin: 6px 6px;
    -ms-flex-preferred-size: 14%;
    flex-basis: 14%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}
@media only screen and (min-width: 768px) {
  .buylinks a:hover {
    /*background-color: lighten($link-color, 8%);*/
    background: #fafafc; /* Old browsers */
    background: -moz-linear-gradient(top, #fafafc 0%, #d7ddec 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fafafc 0%, #d7ddec 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fafafc 0%, #d7ddec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$grad-color-one", endColorstr="$grad-color-two",GradientType=0 ); /* IE6-9 */
    /*background-attachment: fixed;*/
    border: 1px solid #7184b9;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.buylinks a img {
  width: auto;
  max-width: 100%;
  max-height: 80%;
  /*max-height: 20px;*/
  border: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .buylinks a img {
    max-height: 30px;
  }
}
.buylinks h4 {
  font-size: 1em;
  text-align: center;
  margin: 8px 0;
}

/*==========================COPY======================*/
.copy {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 1.05em;
  color: #333;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.copy p {
  margin: 12px 0;
  padding: 12px 0;
  font-weight: 400;
}
.copy h4 {
  font-size: 1.45em;
  line-height: 1.6em;
  margin: 1em 0;
  font-weight: 700;
}
.copy h4 span {
  color: #cc0000;
  font-size: 1.5em;
}
@media only screen and (min-width: 768px) {
  .copy h4 {
    font-size: 1.65em;
  }
}
@media only screen and (min-width: 1200px) {
  .copy h4 {
    font-size: 2.05em;
  }
}
.copy h5 {
  font-size: 1em;
  margin: 0;
  font-style: italic;
  font-weight: 400;
}
.copy h5 span {
  color: #cc0000;
  font-size: 1.5em;
}
@media only screen and (min-width: 768px) {
  .copy h5 {
    font-size: 1.45em;
  }
}
.copy img {
  height: auto;
  width: auto;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .copy {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    font-size: 0.95em;
    padding: 36px 12px 12px 12px;
  }
}
@media only screen and (min-width: 1200px) {
  .copy {
    padding: 12px 36px 12px 36px;
    font-size: 1.15em;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

iframe {
  height: 100%;
  width: 100%;
  min-height: 600px;
}

/*===================QUOTES SECTION====================*/
q, cite {
  display: block;
  font-family: "Jost", sans-serif;
  font-weight: 400;
}
q {
  quotes: "“" "”";
  margin: 4px 0 0 0;
}

cite {
  margin: 4px 0 8px 0;
  color: #990000;
  font-style: normal;
  font-size: 0.88em;
}

cite:before {
  content: "—";
}

/*===================BOTTOM SECTION====================*/
.bottom-line {
  max-width: 1024px;
  margin: 24px auto 48px;
  padding: 0 8px;
  text-align: center;
  font-size: 1.25em;
}
.bottom-line h3, .bottom-line p {
  font-family: "Jost", sans-serif;
}
.bottom-line a {
  background: #fafafc; /* Old browsers */
  background: -moz-linear-gradient(top, #fafafc 0%, #a4b0d2 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fafafc 0%, #a4b0d2 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fafafc 0%, #a4b0d2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$grad-color-one", endColorstr="$grad-color-two",GradientType=0 ); /* IE6-9 */
  /*background-attachment: fixed;*/
  padding: 4px 8px;
  margin: 4px 0;
  display: inline-block;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
}
.bottom-line a:hover {
  background: white; /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #e9ecf4 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, #e9ecf4 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, #e9ecf4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$grad-color-one", endColorstr="$grad-color-two",GradientType=0 ); /* IE6-9 */
  /*background-attachment: fixed;*/
  color: #333;
}

/*==========================ONSALE======================*/
#onsale {
  text-align: center;
  font-size: 1.3em;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  text-align: center;
  padding: 8px 0px;
  margin: 0px auto;
  line-height: 1.4em;
  color: #cc0000;
}
@media only screen and (min-width: 768px) {
  #onsale {
    margin: 0 auto;
    font-size: 1.45em;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media only screen and (min-width: 1200px) {
  #onsale {
    font-size: 1.5em;
    margin: 0px auto 8px;
  }
}

/*==========================VIDEO======================*/
#videoYT {
  width: 100%;
  max-width: 1024px;
  padding: 12px;
  overflow: hidden;
  clear: both;
  margin: 36px auto;
  font-size: 1.5em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #videoYT {
    padding: 36px;
  }
}

.videoContainer {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}
.videoContainer iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0px;
  border: 1px solid #333;
}

/*==========================CONNECT======================*/
.connect {
  max-width: 1024px;
  margin: 24px auto;
  text-align: center;
}
.connect a {
  color: #7184b9;
}
.connect a img {
  margin-right: 12px;
}

/*==========================SIGN UP======================*/
#myForm {
  width: 100%;
  max-width: 320px;
  margin: 12px auto;
  background-color: #fff;
  padding: 12px;
  font-size: 1em;
  font-family: "Jost", sans-serif;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#myForm h1 {
  font-size: 1.24em;
  margin: 0 0 12px 0;
  text-align: center;
}
#myForm label {
  font-size: 0.78em;
  width: 96px;
  display: block;
  padding: 7px 0 4px 0;
}
#myForm sub {
  display: block;
  font-size: 0.78em;
  color: #C50600;
  margin: 6px 0;
}

#macsite input[type=text] {
  background-color: #efefef;
  color: #333;
  border: 1px solid #b9b9b9;
  margin: 0 0 8px 0;
  padding: 9px 6px;
  font-size: 0.84em;
  display: inline-block;
  border-radius: 0px;
}
#macsite input[type=text][name=txtEmail] {
  margin: 0 0 16px 0;
}
#macsite input[type=submit] {
  background-color: #1b7696;
  color: #fff;
  font-size: 1.3em;
  margin: 12px 0 0 0;
  padding: 8px 24px;
  border: 0;
  display: block;
  width: 98%;
  cursor: pointer;
}
#macsite input[type=submit]:hover {
  background-color: #666;
  color: #fff;
}

.age {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fancybox-slide--iframe .fancybox-content {
  width: 360px;
  height: 100%;
  max-width: 360px;
  max-height: 554px;
  margin: 0;
}

/*=========================FOOTER============================*/
footer {
  width: 100%;
  font-size: 0.65em;
  padding: 24px 0;
  text-align: center;
  margin: 0 0 0 0;
  color: #333;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  letter-spacing: 0.088em;
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  footer {
    margin: 4em 0 0 0;
    bottom: 0;
  }
}

footer a {
  color: #262626;
}

footer a:hover {
  color: #330000;
}

footer a:visited {
  color: #660000;
}

footer span {
  text-transform: uppercase;
}

.footerlinks {
  display: block;
  margin: 0 0 0 0;
}
.footerlinks img {
  height: auto;
  width: auto;
  max-width: 48px;
}
@media only screen and (min-width: 768px) {
  .footerlinks {
    margin: 12px 24px 0 0;
  }
}

/*===================BOTTOM SECTION====================*/
.tour {
  max-width: 1024px;
  margin: 24px auto 48px;
  padding: 12px 0 8px 0;
  text-align: center;
  font-size: 1.25em;
}
.tour h3 {
  margin: 4px 0 12px 0;
  font-family: "Jost", sans-serif;
}
.tour p {
  margin: 0 0 12px 0;
  font-size: 0.88em;
  font-family: "Jost", sans-serif;
}

.tour-dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.88em;
  font-family: "Jost", sans-serif;
  justify-content: center;
  color: #fff;
}

.tourdate {
  margin: 0 12px 36px 12px;
  -ms-flex-preferred-size: 94%;
  flex-basis: 94%;
  background-color: #7184b9;
  border-radius: 8px;
  border: 1px solid #273250;
}
@media only screen and (min-width: 768px) {
  .tourdate {
    -ms-flex-preferred-size: 29%;
    flex-basis: 29%;
  }
}
.tourdate h3 {
  font-size: 0.96em;
  color: #555;
  margin: 0 0 12px 0;
  background-color: #e60000;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  padding: 4px 6px;
}
@media only screen and (min-width: 768px) {
  .tourdate h3 {
    font-size: 1.25em;
  }
}
.tourdate h4 {
  font-size: 0.88em;
  padding: 0 0 4px 0;
  margin: 0;
}
.tourdate p {
  font-size: 0.82em;
  margin: 0;
  padding: 0 4px 4px 4px;
  font-family: "Jost", sans-serif;
}
.tourdate p span {
  color: #4d0000;
  font-style: italic;
  display: block;
}

a.tourdate {
  text-decoration: none;
  border: 1px solid #273250;
  color: #fff;
  background-color: #7184b9;
}
a.tourdate:hover {
  background-color: #a1add1;
}
a.tourdate:hover h3 {
  background-color: #ff9999;
}

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