/* Defaults */

html,
body {
  font-family: 'Lora', serif;
  font-size: 16px;
  color: #000;
  background-color: #000;
  height: 100%;
  margin: 0;
}

a {
  text-decoration: none;
  color: #fff;
}

a:hover {
  color: #92754d;
}

h1 {
  font-family: 'Playfair Display', serif;
  font-size: calc(18px + 3.6vw);
  letter-spacing: 4px;
  color: #92754d;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  text-align: center;
  font-family: 'Special Elite', cursive;
  color: #92754d;
  font-size: calc(8px + 1.5vw);
  margin-bottom: 0;
  margin-top: 0;
}

p {
  color: #000;
  font-family: 'Lora', serif;
  font-size: calc(12px + .5vw);
  line-height: calc(12px + 1.5vw);
  text-align: justify;
  margin-top: 0;
  margin-bottom: 0;
  hyphens: none;
}

button {
  background-color: #9b2c29;
  color: #fff;
  font-family: 'Special Elite', cursive;
  font-size: calc(10px + 2vw);
  font-weight: 400;
  padding: .5em;
  border: none;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.25);
}

button:hover {
  background-color: #CF4147;
  z-index: 10;
}

#Andrew_Burt {
  display: none;
}

/* Universal stylings */

.hide {
  display: none;
}

.leader {
  color: #000;
  font-family: 'Special Elite', cursive;
  font-size: calc(20px + 2vw);
  line-height: calc(14px + 1.5vw);
}

.underline {
  padding-top: .5em;
  display: block;
  margin: auto;
  width: 25%;
  height: auto;
}

.book-title {
  font-style: italic;
}

.mobile-inter {
  display: none;
  width: 100%;
  margin-bottom: -1em;
}

.mobile-inter img {
  width: 100%;
  height: auto;
  margin: 0em;
}

/* Navigation - Desktop */

.filler {
  width: 100%;
  height: 3em;
  color: #000;
}

.nav-mobile {
  display: none;
  flex-direction: row;
  align-items: center;
  background-color: rgba(0, 0, 0, .7);
  padding: 0;
  width: 100%;
  height: 3em;
  position: fixed;
  z-index: 90;
}

.nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33%;
}

.nav-mobile .menu-burger {
  align-items: flex-start;
  color: #fff;
  margin-left: 1em;
  margin-top: 0em;
  padding-top: 0em;
}

.nav-mobile .logo {
  align-items: center;
  color: #fff;
}

.nav-mobile .logo img {
  height: 2em;
}

.nav-mobile .shop {
  align-items: flex-end;
  color: #fff;
  margin-right: 1em;
}

.nav-mobile ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-right: 1em;
  overflow: hidden;
}

.social-menu-mobile {
  color: #fff;
  font-family: 'Comfortaa', cursive;
  font-size: 1em;
  width: 76px;
  align-items: center;
  float: left;
}

.social-menu-mobile img {
  height: 2.5em;
  padding-left: .5em
}

.social-menu-mobile a {
  height: 2.5em;
  padding-right: .5em;
  padding-left: .5em;
}

.nav-desktop {
  background-color: #000;
  padding: 0;
  width: 100%;
  height: 3em;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  position: fixed;
  z-index: 90;
}

.nav-desktop ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-right: 1em;
  height: 3em;
  overflow: hidden;
}

.nav-desktop .main-menu {
  color: #fff;
  float: left;
  font-family: 'Special Elite', cursive;
  font-size: 1.1em;
  padding-top: 1.5em;
  margin-top: -.5em;
  padding-bottom: .6em;
  padding-right: .75em;
  padding-left: .75em;
  border-style: none solid none none;
  border-color: rgba(255, 255, 255, 0.5);
  border-width: 1px;
}

.nav-desktop .main-menu:hover {
  background-color: #fff;
  color: #92754d;
}

.nav-desktop .clear {
  border-style: none none none none;
}

.nav-desktop .home-key {
  float: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 1.15em;
  padding-left: .5em
}

.home-key .logo-img {
  height: 1.5em;
  width: auto;
  padding-bottom: .5em;
}

.nav-desktop .home-key .white {
  display: block;
}

.nav-desktop .home-key .gold {
  display: none;
}

.nav-desktop .main-menu:hover .white {
  display: none;
}

.nav-desktop .main-menu:hover .gold {
  display: block;
}

.nav-desktop .social-menu {
  color: #fff;
  float: right;
  display: flex;
  flex-direction: row;
  font-family: 'Special Elite', cursive;
  font-size: .9em;
  height: 3em;
  align-items: center;
}

.nav-desktop .social-menu img {
  height: 2em;
  padding-right: .35em;
  padding-left: .7em;
}

.nav-desktop .social-menu a {
  height: 3em;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-right: 0em;
  padding-left: 0em;
  color: #fff;
}

.nav-desktop .middle a {
  height: 3em;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-right: .5vw;
  padding-left: .5vw;
}

.nav-desktop .social-menu span {
  padding-top: .25em;
  padding-right: .25em;
}

.main-menu:hover .dropdown-content {
  display: block;
  -webkit-animation-duration: .5s;
  -webkit-animation-delay: 0s;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  margin-top: .5em;
  margin-left: -1em;
  border-radius: 0px 0px 5px 5px;
  z-index: 1;
}

.nav-desktop .dropdown-content .bottom {
  border-radius: 0px 0px 5px 5px;
}

.nav-desktop .dropdown-content a {
  color: #000;
  display: block;
  font-family: 'Special Elite', cursive;
  font-size: 1em;
  padding-left: .5em;
  padding-right: 1em;
  padding-top: .25em;
  padding-bottom: 0em;
  margin-top: 0em;
  margin-bottom: 0em;
}

.nav-desktop .main-menu:hover .trigger {
  color: #92754d;
  background-color: #fff;
  pointer-events: none;
  cursor: default;
}

.dropdown-content a:hover {
  background-color: #000;
  color: #fff;
}

/* Navigation - Mobile */

.mobile-sidelist {
  display: none;
}

#sidenav {
  background: #000;
  width: 320px; // Don't forget to set this while initializing Sidenav.js
}

#sidenav .header {
  text-align: center;
  padding: 5px;
  background: url(../img/menu/background.jpg) center center no-repeat;
  background-size: cover;
}

#sidenav .title {
  margin-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  /*text-shadow: 0px 0px 1px #000;*/
  font-family: 'Playfair Display', serif;
  font-size: 3em;
  line-height: 1em;
  color: #fff;
}

#sidenav .underline {
  padding-bottom: 10px;
}

#sidenav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#sidenav ul li {
  padding: 15px;
  display: flex;
  align-items: center;
  border-style: solid none none none;
  border-width: 1px;
  border-color: rgba(102, 102, 102, .6);
}

#sidenav ul .end {
  border-style: solid none solid none;
  border-width: 1px;
}

#sidenav ul .sub {
  border-style: none none none none;
  padding-left: 2em;
}

#sidenav ul li span {
  color: #fff;
  font-family: 'Comfortaa', cursive;
  font-weight: 400;
}

#sidenav ul li i {
  margin-right: 10px;
  color: #000;
}

#sidenav ul li:hover {
  background-color: #fff;
}

#sidenav ul li:hover span {
  color: #000;
}

#sidenav ul li:hover i {
  color: #92754d;
}

/* Banner */

.banner-container {
  display: flex;
  -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 4em;
  background-color: #92754d;
}

.banner-content h1 {
  font-family: 'Comfortaa', cursive;
  font-weight: 400;
  font-size: calc(4px + 1.5vw);
  letter-spacing: 1px;
  text-align: left;
  color: #fff;
  text-shadow: 1px 0px #000;
  margin-top: .5vh;
  margin-bottom: .5vh;
}

#niea_medallion {
  float: left;
  position: absolute;
  width: 8em;
  padding-left: 5em;
  margin-top: -.5em;
}

#banner_text h1 {
  text-align: center;
}

/* Hero Section */

.hero-img-mobile-container {
  display: none;
}

.hero-section {
  height: calc(100% - 6em);
  width: auto;
  background-image: url(../img/hero/background.jpg);
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  display: flex;
  -webkit-flex;
  flex-direction: row;
  justify-content: center;
}

.hero-container-text {
  width: 45%;
  height: auto;
  display: flex;
  -webkit-flex;
  flex-direction: column;
  justify-content: center;
  -webkit-animation-duration: .8s;
  -webkit-animation-delay: .5s;
  -webkit-animation-iteration-count: 1;
}

.hero-content-text {
  background-color: rgba(0, 0, 0, .7);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 2em;
  padding-bottom: 2em;
}

.hero-content-text .underline {
  width: 90%;
  height: auto;
  padding-top: 1em;
}

.hero-content-text h1 {
  font-size: calc(12px + 4.8vw);
}

.hero-content-text h2 {
  color: #fff;
  text-align: center;
  font-family: 'Comfortaa', cursive;
  font-weight: 300;
  text-shadow: #000 2px 2px;
  font-size: calc(8px + 1.5vw);
  line-height: 1.5em;
  margin-top: .75em;
  margin-bottom: .75em;
}

.hero-content-text h2 span {
  font-weight: 700;
}

.hero-container-img {
  width: 45%;
  height: auto;
  display: flex;
  -webkit-flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
}

.hero-content-img {
  display: block;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.hero-content-img img {
  margin: auto;
  max-height: 80vh;
  max-width: 45vw;
  -webkit-animation-duration: .8s;
  -webkit-animation-delay: .5s;
  -webkit-animation-iteration-count: 1;
}

/* Introduction Section */

.intro-section {
  width: auto;
  height: 85%;
  background-image: url(../img/intro/background.jpg);
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  display: flex;
  -webkit-flex;
  flex-direction: row;
  justify-content: center;
}

.intro-container-img {
  width: 40%;
  height: auto;
  display: flex;
  -webkit-flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 2em;
}

.intro-content-img {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.intro-content-img img {
  margin: auto;
  height: auto;
  width: 100%;
}

.intro-container-text {
  width: 60%;
  height: auto;
  display: flex;
  -webkit-flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 2em;
}

.intro-content-text {
  overflow: hidden;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-left: 1em;
  padding-right: 4em;
  padding-top: 1em;
  padding-bottom: 1em;
}

/* Awards Section */

.awards-section {
  background-image: url(../img/awards/background.jpg);
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
  background-position: top center;
  padding-top: 4em;
  padding-bottom: 4em;
}

.awards-section h1 {
  color: #000;
  padding-top: .33em;
}

/*.awards-shade {
  background: rgba(0, 0, 0, .5);
}*/

.awards-container {
  background-color: rgba(255, 255, 255, .7);
  margin-left: 4em;
  margin-right: 4em;
  padding: 2em;

  /*margin-left: 4em;
  margin-right: 4em;
  padding-top: 4em;
  padding-bottom: 4em;*/
}

.awards-headline {
  padding-bottom: 2em;
}

.awards-links {
  width: 100%;
  text-align: center;
  padding-top: 1em;
}

.awards-links .link {
  display: inline-block;
  width: 300px;
  height: 300px;
  ;
}

.awards-links .link img {

  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(.9);
}

.awards-links .link img:hover {
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.5);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.5);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.5);
  transition: all 200ms ease-in;
  transform: scale(1);
}

.awards-links .link h2 {
  padding: .5em;
  padding-top: 0em;
  padding-bottom: 0em;
  color: #000;
  font-size: 2.25em;
  text-align: center;
}

.awards-links .link .competition {
  padding-bottom: 0em;
  color: #000;
  font-family: 'Comfortaa',
    cursive;
  font-size: 1.25em;
  font-weight: 700;
  text-align: center;
}

.awards-links .link .category {
  padding-bottom: 2em;
  color: #000;
  font-family: 'Comfortaa',
    cursive;
  font-weight: 700;
  font-size: .85em;
  text-align: center;
}

/* Praise Section */

.praise-section {
  background-image: url(../img/praise/background.jpg);
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  display: flex;
  -webkit-flex;
  flex-direction: column;
  justify-content: center;
}

.praise-container {
  margin-left: 4em;
  margin-right: 4em;
}

.praise-content {
  background-color: rgba(0, 0, 0, .75);
  max-width: 47%;
  text-align: center;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 4em;
  padding-top: 4em;
}

.praise-content p {
  color: #fff;
  font-family: 'Lora', serif;
}

.praise-content .attribution {
  text-align: right;
  padding-top: .25em;
  font-style: italic;
}

.praise-content .first {
  padding-top: 1.5em;
}

.praise-content .last {
  padding-bottom: 2em;
}

.praise-content .underline {
  width: 50%;
}

.praise-content a {
  padding-top: 1em;
  font-style: normal;
  font-weight: 700;
  color: #92754d;
}

.praise-content a:hover {
  color: #fff;
  text-decoration-line: underline;
  text-decoration-style: double;
  text-decoration-color: #92754d;
}

.praise-container .medal {
  display: inline-block;
  padding-top: 1.5em;
  padding-bottom: 1em;
}

.praise-container .medal img {
  float: left;
  width: 25%;
}

.praise-container .medal p {
  padding-left: 13vw;
  text-align: left;
}

/* Volumes Section */

.volume-container {
  padding-top: 3em;
}

.volume-content {
  margin-left: 2em;
  margin-right: 2em;
  padding-left: 4em;
  padding-right: 4em;
  padding-bottom: 3em;
  padding-top: 1em;
  display: inline-flex;
  -webkit-inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.volume-content .text {
  padding-left: 10%;
  padding-right: 10%;
}

.volume-container h1 {
  color: #faecd2;
  padding-bottom: .25em;
}

.volume-content .subtitle {
  text-align: center;
  display: none;
}

.volume-content p {
  color: #faecd2;
  padding-bottom: 1.5em;
}

.volume-content .subtitle {
  text-align: center;
}

.subtitle .underline {
  padding-top: .5em;
  padding-bottom: 1em;
}

.alt p {
  color: #000;
}

.alt h1 {
  color: #000;
  font-weight: 400;
}

.alt h2 {
  color: #000;
}

.v1 {
  background: linear-gradient(to bottom, #942327 50%, #faecd2 100%);
  background-attachment: local;
}

.v2 {
  background: linear-gradient(to bottom, #faecd2 50%, #3a4563 100%);
  background-attachment: local;
  margin-top: -1px;
}

.v3 {
  background-color: #3a4563;
  background-attachment: local;
  margin-top: -2px;
}

.spread {
  width: 100%;
  height: auto;
}

.lightbox-wrap {
  text-align: center;
  background-color: rgba(51, 51, 51, 0.7);
  margin-top: .5em;
  display: flex;
  flex-direction: row;
  padding-right: .5em;
}

.lightbox-wrap .spread-thumb {
  width: 100%;
  height: 100%;
  padding-left: .5vw;
  padding-right: .5vw;
  margin: auto;
}

.spread-single {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 22%;
  padding-left: .5vw;
  padding-right: .5vw;
  margin: auto;
  opacity: 1;
}

.spread-single:hover .spread-thumb {
  opacity: .75;
}

.spread-single:hover .spyglass {
  opacity: 1;
}

.spyglass {
  position: absolute;
  z-index: 3;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
}

.spyglass .fa {
  padding-left: .5vw;
  padding-right: .5vw;
  margin: auto;
  color: #fff;
  justify-content: center;
  display: block
}

.spyglass .fa-2x {
  display: none;
}

.spyglass .fa:hover {
  color: #fff;
}

/* Authors Section */

.author-section {
  background-image: url(../img/authors/background.jpg);
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  padding-top: 4em;
  padding-bottom: 4em;
}

.author-container {
  background-color: rgba(255, 255, 255, 0.7);
  margin-left: 4em;
  margin-right: 4em;
  padding: 2em;
}

.author-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.author {
  text-align: center;
  width: 25%;
  margin-left: .75em;
  margin-right: .75em;
  border-style: none solid none none;
  border-color: rgba(0, 0, 0, 0.25);
  padding-right: 1em;

}

.author-list .end {
  border-style: none none none none;
}

.author-headline h1 {
  color: #000;
}

.author-headline .underline {
  padding-bottom: 2em;
}

.author img {
  max-width: 50%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.author-name {
  padding-top: .5em;
  padding-bottom: .5em;
}

.author-text h2 {
  padding-top: 1em;
  padding-bottom: .25em;
  font-size: calc(7px + .75em);
  color: #000;
}

.author-text p {
  text-align: left;
}

.author-text span {
  font-style: italic;
}

.author-text a {
  color: #92754d;
  font-weight: bold;
}

.author-text a:hover {
  text-decoration: underline;
  color: rgba(146, 117, 77, 0.75);
}

/* Publicity Section */

.publicity-section {
  background-image: url(../img/intro/background.jpg);
  background-size: cover;
  background-position: top center;
  background-attachment: local;
  padding-top: 4em;
  padding-bottom: 4em;
}

.publicity-section h1 {
  color: #000;
  padding-top: .5em;
}

.publicity-container {
  margin-left: 4em;
  margin-right: 4em;
  padding-top: 2em;
  padding-bottom: 4em;
}

.publicity-headline {
  padding-bottom: 2em;
}

.publicity-links {
  width: 100%;
  text-align: center;
  padding-top: 1em;
}

.publicity-links .link {
  display: inline-block;
  padding-left: .5em;
  padding-right: .5em;
}

.publicity-links .link img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(.9);
}

.publicity-links .link img:hover {
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.5);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.5);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.5);
  transition: all 200ms ease-in;
  transform: scale(1);
}

.publicity-links .link h2 {
  padding: .5em;
  padding-bottom: 2em;
  color: #000;
}

/* Order Section */

.buy-section {
  background-image: url(../img/buy/background.jpg);
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  padding-top: 4em;
  padding-bottom: 4em;
}

.buy-container {
  background-color: rgba(0, 0, 0, 0.7);
  margin-left: 4em;
  margin-right: 4em;
  padding: 2em;
}

.buy-options {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-left: 15%;
  padding-right: 15%;
}

.buy-options .option {
  text-align: center;
  width: 40%;
  margin: 0 auto;
  flex-direction: column;
  align-self: center;
  padding-bottom: 1em;
}

.buy-options img {
  max-width: 60%;
}

.buy-section h3 {
  color: #fff;
  font-family: 'Comfortaa', cursive;
  font-size: calc(8px + .5em);
  font-weight: 400;
  margin-bottom: 0em;
}

.buy-section h3 em {
  color: rgba(0, 0, 0, 0);
}

.buy-section h3 strong {
  text-decoration: underline;
}

.buy-section .discount a {
  font-weight: 700;
  text-decoration: underline;
}

.buy-section .discount a:hover {
  color: #92754d;
  font-weight: 400;
}

.buy-section .details {
  padding-top: 0em;
  padding-bottom: 1em;
}

.buy-section .details h2 {
  color: #fff;
  font-family: 'Playfair Display', serif;
  letter-spacing: .2vw;
  padding-top: 1em;
  padding-bottom: .25em;
  font-size: calc(7px + .75em);
  padding-bottom: .5em;
}

.buy-section .details p {
  text-align: left;
  font-size: calc(6px + .5em);
  line-height: calc(9px + 1em);
  font-family: 'Lora', serif;
  line-height: 1.5em;
  color: #fff;
}

.buy-section .details .volumes {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 2em;
  width: 80%;
}

.buy-section .details .volumes .sub-vol {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding-top: 1em;
}

.buy-options .option .checkout {
  width: 75%;
  margin: 0 auto;
  margin-top: 1em;
}

.buy-options .option .shadow {
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.25);
}

.buy-headline h1 {
  color: #fff;
}

.buy-headline .underline {
  padding-bottom: 2em;
}

.buy-section button {
  padding-top: .7em;
  padding-bottom: .35em;
}

.buy-section .effect {
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(.9);
}

.buy-section .effect:hover {
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.5);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.5);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.5);
  transition: all 200ms ease-in;
  transform: scale(1);
}

.secure {
  padding-top: 2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
}

.secure img {
  width: 15%;
}

/* Preface Section */

.preface-section {
  background-image: url(../img/preface/background.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
}

.preface-container {
  background-color: rgba(255, 255, 255, 0.75);
  display: table;
  width: 100%;
  height: auto;
}

.preface-author-mobile {
  width: 100%;
  height: auto;
  display: none;
}

.preface-books img {
  width: 65%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3em;
}

.preface-headline h2 {
  color: #92754D;
  font-family: 'Playfair Display', serif;
  font-size: calc(8px + 1vw);
  letter-spacing: 5px;
  padding-top: 2em;
}

.preface-headline h1 {
  color: #92754D;
  padding-bottom: .25em;
}

.preface-headline .underline {
  padding-top: 1em;
  padding-bottom: 2em;
  width: 15vw;
}

.preface-text img {
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  float: left;
  width: 20vw;
  height: auto;
  margin-top: 10px;
  margin-right: 2.5em;
  margin-bottom: .5em;
}

.preface-text {
  padding: 4em;
  padding-top: 2em;
}

.preface-text p {
  margin-bottom: 2em;
}

.preface-text .quote {
  font-style: italic;
  padding-left: 4em;
  padding-right: 4em;
}

.preface-text .signature {
  float: right;
  padding-right: 2em;
  padding-bottom: 4em;

}

.preface-text .signature p {
  font-weight: bold;
  margin-bottom: 0em;
}

/* Footer Section */

.footer-section {
  background-color: #000;
  display: flex;
  -webkit-flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer-container {
  display: flex;
  -webkit-flex;
  flex-direction: row;
  justify-content: center;
}

.footer-content p {
  text-align: center;
  color: #fff;
  font-family: 'Comfortaa', cursive;
  font-weight: 300;
  font-size: .75em;
  line-height: 1.5;
}

.footer-content a {
  padding-right: 1.5em;
  padding-left: 1.5em;
}

.footer-content ul {
  list-style-type: none;
  overflow: hidden;
  margin-left: -2em;
}

.footer-content li {
  display: inline;
  font-family: 'Comfortaa', cursive;
  font-size: 1em;

}

.footer-content .contact {
  font-weight: 400;
  font-size: 2em;
}

.footer-logo-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 1em;
}

.footer-logo-container .logo {
  display: flex;
  height: 3em;
  padding-top: 1em;
}

@-moz-document url-prefix() {
  #niea_medallion {
    display: none;
  }

  .banner-content h1 {
    text-align: center;
  }

  #banner_text {
    padding-left: 0em;
  }
}

/* Smaller Media */

/* Disable Parallax on touchscreens */

@media (pointer:coarse) {
  .hero-section {
    background-image: url(../img/hero/background_1366.jpg);
    background-attachment: local;
  }

  .intro-section {
    background-attachment: local;
  }

  .awards-section {
    background-attachment: local;
    background-size: auto;
  }

  .praise-section {
    background-attachment: local;
    background-size: 115%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .volume-container {
    background-attachment: local;
  }

  .author-section {
    background-attachment: local;
    background-size: auto;
  }

  .buy-section {
    background-attachment: local;
  }

  .preface-section {
    background-attachment: local;
    background-size: auto;
  }
}

/* Moble layout for (1) mobile phones through iPhone X, (2) iPads in portrait mode, and (3) slender phones in landscape (including Google Pixel XL 2) */

@media only screen and (max-width: 812px),
screen and (max-width: 1024px) and (orientation: portrait),
screen and (aspect-ratio: 2/1) {
  p {
    font-size: calc(12px + 1vw);
    line-height: calc(24px + 1.75vw);
    text-align: left;
  }

  h1 {
    font-size: calc(18px + 6vw);
    letter-spacing: 2px;
  }

  h2 {
    font-size: calc(12px + 4vw);
    letter-spacing: 1px;
  }

  button {
    font-size: calc(8px + 4vw);
  }

  .mobile-inter {
    display: block;
  }

  .underline {
    width: 50%;
  }

  .banner-container {
    display: none;
  }

  .nav-desktop {
    display: none;
  }

  .filler {
    height: 3em;
  }

  .nav-mobile {
    display: flex;
  }

  .mobile-sidelist {
    display: block;
  }

  .hero-section {
    height: calc(100% - 3em);
    background-image: url(../img/hero/background_mobile.jpg);
    background-position: top right;
    background-attachment: local;
    flex-direction: column;
    justify-content: center;
  }

  .hero-img-mobile-container {
    display: flex;
    -webkit-flex;
    flex-direction: column;
    height: 55%;
    width: 100%;
    margin: auto;
  }

  .hero-img-mobile-content {
    height: 100%;
    background-image: url(../img/hero/books-mobile.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .hero-container-text {
    height: 45%;
    width: 100%;
  }

  .hero-content-img {
    display: none;
  }

  .hero-content-text {
    padding-top: 0em;
    padding-bottom: 3em;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  }

  .hero-content-text .underline {
    width: 70%;
  }

  .hero-content-text h1 {
    font-size: calc(12px + 8vw);
  }

  .hero-content-text h2 {
    font-size: calc(8px + 2.5vw);
  }

  .intro-section {
    height: auto;
    display: block;
    background-image: url(../img/intro/background_mobile.jpg);
    background-attachment: local;
    background-size: 100%;
  }

  .intro-container-img {
    display: none;
  }

  .intro-container-text {
    width: 100%;
    padding-top: 0;
    padding-bottom: 2em;
  }

  .intro-content-text {
    max-width: 100%;
    height: auto;
    padding: 2em;
    padding-top: 0;
  }

  .intro-content-text .leader {
    font-size: 1.6em;
    line-height: 1em;
  }

  .awards-section {
    background-image: url(../img/awards/background_mobile.jpg);
    background-position: top right;
    background-attachment: local;
    background-repeat: no-repeat;
    padding-top: 0;
    padding-bottom: 0em;
  }

  .awards-shade {
    background: rgba(0, 0, 0, .4);
  }

  .awards-container {
    padding-top: 2em;
    margin-left: 0em;
    margin-right: 0em;
    background-color: rgba(255, 255, 255, 0.6);
  }

  .awards-links .link {
    padding: 1em;
    padding-left: 2em;
    padding-right: 2em;

  }

  .awards-links .link h2 {
    font-size: 2.5em;
  }

  .praise-content {
    padding-left: 2em;
    padding-right: 2em;
  }

  .praise-section {
    background-image: none;
    background-color: #000;
    background-size: cover;
  }

  .praise-section .mobile-inter {
    padding-top: 2em;
  }

  .praise-container {
    margin: 0;
    height: auto;
  }

  .praise-content {
    max-width: 100%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .praise-container .medal p {
    padding-left: 28vw;
  }

  .volume-content .subtitle {
    display: block;
  }

  .volume-content {
    max-width: 100%;
    margin: 1em;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-top: 2em;
  }

  .volume-content .text {
    padding-left: 0%;
    padding-right: 0%;
  }

  .volume-content .subtitle .underline {
    width: 25%;
  }

  .volume-content .subtitle h2 {
    font-family: 'Playfair Display', serif;
    color: #faecd2;
  }

  .alt .subtitle h2 {
    color: #000;
  }

  .volume-content .lightbox-wrap {
    display: none;
  }

  .v1 {
    background-image: none;
    background-color: #9b2c29;
  }

  .v2 {
    background-image: none;
    background-color: #faecd2;
  }

  .v3 {
    background-image: none;
    background-color: #4f5e88;
  }

  .volume-images {
    padding-bottom: 2em;
    margin-bottom: -1em;
  }

  .spyglass .fa-4x {
    display: none;
  }

  .author-section {
    background-image: url(../img/authors/background_mobile.jpg);
    padding-top: 0em;
    padding-bottom: 0em;
    background-attachment: local;
    background-size: 100%;
  }

  .author-container {
    margin-left: 0em;
    margin-right: 0em;
    background-color: rgba(255, 255, 255, 0.6);
  }

  .author-headline {
    padding-top: 1em;
  }

  .author-list {
    flex-direction: column;
    align-items: center;
  }

  .author {
    width: 100%;
    padding-bottom: 2em;
    border-style: none none none none;
    padding-right: 0em;
  }

  .publicity-section {
    width: 100%;
    padding-top: 0em;
    padding-bottom: 0em;
    background-image: url(../img/intro/background_mobile.jpg);
    background-size: 100%;
  }

  .publicity-container {
    padding-top: 2em;
    padding-bottom: 2em;
    margin-left: 0em;
    margin-right: 0em;
  }

  .publicity-links .link {
    width: 90%;
  }

  .publicity-links .link img {
    width: 85%;
    height: auto;
  }

  .buy-section {
    padding-bottom: 0em;
    padding-top: 0em;
  }

  .buy-container {
    margin-left: 0em;
    margin-right: 0em;
    background-color: rgba(0, 0, 0, 0.7);
  }

  .buy-headline {
    padding-top: 1em;
  }

  .buy-options {
    flex-direction: column;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
  }

  .buy-options .option {
    width: 100%;
    padding-bottom: 2em;
  }

  .buy-options .option .checkout {
    width: 50%;
    margin: 0 auto;
    margin-top: 0em;
  }

  .buy-section .paypal_btn {
    font-size: calc(12px + 2vw);
  }

  .buy-section .details h2 {
    font-size: calc(8px + 2.25vw);
    letter-spacing: 1px;
  }

  .buy-section .details .volumes {
    display: flex;
    flex-direction: column;
  }

  .buy-section .details .volumes .sub-vol {
    padding-top: 0;
    padding-bottom: 1em;
  }

  .buy-section .secure {
    padding-top: 0em;
  }

  .buy-section .secure img {
    width: 33%;
  }

  .preface-section {
    background-image: url(../img/preface/background_mobile.jpg);
  }

  .preface-books {
    display: none;
  }

  .preface-headline .underline {
    padding-bottom: 1em;
  }

  .preface-text img {
    display: none;
  }

  .preface-text .quote {
    padding-left: 0em;
    padding-right: 0em;
  }

  .preface-author-mobile {
    display: block;
  }
}

/* Layout for phones in landscape mode */

@media only screen and (max-width: 812px) and (orientation: landscape),
screen and (aspect-ratio: 2/1) {
  .hero-img-mobile-container {
    display: none;
  }

  .hero-section {
    justify-content: flex-start;
  }

  .hero-container-text {
    height: 100%;
  }

  .hero-container-text h2 {
    margin-top: 1.15em;
    margin-bottom: 1.15em;
  }

  .hero-content-text h2 {
    font-size: calc(8px + 1.75vw);
  }
}