/* VARIABLES */
/* FONTS */
/* IMPORT FONTS */
@import url("https://use.typekit.net/swf3tho.css");
/* COLOR DEFINITIONS */
/* TEXT COLORS */
/* BACKGROUND COLORS */
/* HEADER */
/* BANNER */
/* MAIN */
/* FOOTER */
/* BUTTON COLORS */
/* BASE STYLES */
body {
  text-rendering: optimizeLegibility;
  margin: 0;
  background-color: #CBDCBF;
  font-family: yrsa, serif;
}

h1, h2, h3, h4, h5 {
  line-height: 1.2em;
  color: #082320;
  font-family: ministry, sans-serif;
  margin: 0;
  padding-bottom: 10px;
}

p {
  color: #082320;
  font-family: yrsa, serif;
  font-size: 1.5em;
  line-height: 1.3em;
  letter-spacing: 0.1px;
  word-spacing: 2px;
  margin-top: 0;
}

hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #CBDCBF;
  margin-top: 15px;
}

/* HEADER */
.header {
  background-color: #CBDCBF;
  width: 100%;
  z-index: 3;
  position: sticky;
  top: 0;
  height: 70px;
}

.header .logo {
  display: block;
  float: left;
  padding: 20px;
  vertical-align: text-top;
  text-decoration: none;
  font-family: ministry, sans-serif;
  font-weight: 800;
  color: #082320;
  font-size: 1.3em;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header {
    height: auto;
  }

  .header .logo {
    display: block;
    float: none;
    text-align: center;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .header .logo {
    display: block;
    float: left;
    width: auto;
  }

  .header .container {
    max-width: 95%;
    margin: auto;
  }
}
/* MENU */
.header .menu {
  clear: both;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 70px;
  width: 100%;
  list-style: none;
  overflow: hidden;
  background-color: #CBDCBF;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

.header .menu-item a {
  display: block;
  text-align: center;
  padding: 20px 20px;
  border-right: 0px;
  font-family: ministry, sans-serif;
  font-weight: 300;
  text-decoration: none;
  background: #718B7F;
  color: #CBDCBF;
  text-transform: uppercase;
}

.header .menu-item a:hover,
.header .menu-btn:hover {
  background-color: #CBDCBF;
  color: #718B7F;
}

/* MENU ICON */
.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  padding: 26px 20px;
  position: relative;
  float: right;
  user-select: none;
  color: #DC2B38;
}

/* MENU BUTTON */
.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header .menu {
    max-height: 250px !important;
    text-align: center;
    position: static;
    padding-bottom: 24px;
  }

  .header .menu-icon {
    display: none;
  }

  .header .menu-item {
    display: inline-block;
  }
  .header .menu-item a {
    border: none;
    padding: 0px 10px;
    color: #082320;
    background: #CBDCBF;
  }

  .header .menu-item a:hover,
.header .menu-btn:hover {
    background-color: #CBDCBF;
  }
}
@media screen and (min-width: 1024px) {
  .header .menu {
    max-height: 250px !important;
    background-color: #CBDCBF;
    text-align: right;
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline;
    padding: 10px 20px;
    width: auto;
  }

  .header .menu-icon {
    display: none;
  }

  .header .menu-item {
    display: inline-block;
  }
  .header .menu-item a {
    border: none;
    padding: 10px;
    color: #082320;
    background: #CBDCBF;
  }

  .header .menu-item a:hover,
.header .menu-btn:hover {
    background-color: #CBDCBF;
  }
}
/* BANNER */
section.banner {
  background-color: #CBDCBF;
  width: 100%;
  margin: auto;
}
section.banner .blurb-container {
  padding: 0px 5px;
  max-width: 610px;
  margin: auto;
}
section.banner .blurb-container .blurb {
  font-family: ministry, sans-serif;
  font-size: 1em;
  color: #DC2B38;
  text-align: center;
  margin: 0;
}
section.banner .blurb-container .quote {
  font-weight: 400;
}
section.banner .blurb-container .attribution {
  font-weight: 600;
}
section.banner img {
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 0px;
  margin: auto;
  clear: both;
}
section.banner .button-container {
  display: block;
  margin: auto;
  max-width: 320px;
}
section.banner .button {
  display: block;
  max-width: 300px;
  height: auto;
  margin: auto;
  padding: 10px;
  background: #DC2B38;
  border-radius: 6px;
  color: #718B7F;
  text-decoration: none;
  font-family: ministry, sans-serif;
  font-weight: 800;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
}

/* BODY */       
main {
  padding: 0px 6% 100px 6%;
  width: auto;
  font-size: 16px;
  line-height: 1.5em;
  background-color: #CBDCBF;
}
main h2 {
  color: #DC2B38;
}
main .greeting {
  max-width: 610px;
  margin: auto;
}
main .greeting .sell-line {
  color: #082320;
  font-family: ministry, sans-serif;
  font-weight: 800;
  font-size: 1.5em;
  line-height: 1.3em;
  text-align: justify;
  margin-bottom: 24px;
}
main .praise {
  max-width: 610px;
  margin: auto;
}
main .praise h1 {
  color: #082320;
  font-family: ministry, sans-serif;
  font-weight: 800;
  font-size: 1.5em;
  line-height: 1.3em;
  text-align: center;
  margin: 62px auto 0px auto;
  padding-bottom: 0px;
}
main .buy-now {
  text-align: center;
  max-width: 610px;
  margin: auto;
  padding-bottom: 0px;
}
main .buy-now .buy-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  margin: auto;
}
main .buy-now .buy-button {
  width: 200px;
  height: auto;
}
main .author {
  max-width: 610px;
  height: 1000px;
  margin: auto;
  padding-top: 70px;
}
main .author .author-photo {
  width: 200px;
  display: block;
  margin: auto;
  padding: 70px 20px 20px 20px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  main .author {
    padding-top: 110px;
  }
}
@media screen and (min-width: 1024px) {
  main .author {
    padding-top: 70px;
  }
}
footer {
  background-color: #CBDCBF;
  padding: 20px;
}
footer p {
  color: #718B7F;
  padding: 0px;
  margin: 0;
  line-height: 1.3em;
}
footer img {
  display: block;
  width: 300px;
  margin: auto;
}

.tour {
  list-style: none;
  padding: 0px;
  font-size: 1.6em;
  line-height: 1.3em;
  text-align: center;
}
.tour .stop {
  color: #082320;
  margin-bottom: 30px;
}
.tour .stop .date {
  color: #DC2B38;
  font-family: ministry, sans-serif;
  font-weight: bolder;
}
.tour .stop .location,
.tour .stop .address,
.tour .stop .time {
  font-weight: lighter;
}
.tour p {
  max-width: 700px;
  margin: auto;
  text-align: center;
  font-size: 1em;
  color: #718B7F;
}

main .video-container {
  margin: 15px auto 40px auto;
  max-width: 95%;
}

main .video {
  display: block;
  margin: auto;
  max-width: 100%;
}

main .video-caption {
  max-width: 560px;
  margin: 1em auto 0 auto;
}

main p.publicity {
  max-width: 700px;
  margin: auto;
  text-align: center;
  color: #718B7F;
}

html {
  scroll-behavior: smooth;
}

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