
/* Defaults */

html, body {
  font-family: 'Lora', serif;
  font-size: 16px;
  color: #000;
  background-color: #000;
  height: 100%;
  margin: 0;
  background: url(../img/purchase/background.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
a {
  text-decoration: none;
  color: #fff;
}
a:hover {
  color: #92754d;
}
h1 {
  color: #000;
  font-family: 'Special Elite', cursive;
  font-size: 2em;
  letter-spacing: 4px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
h2 {
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 1.15em;
  letter-spacing: 5px;
  color: #000;
  margin-bottom: 0;
  margin-top: 0;
}
h3 {
  color: #000;
  font-family: 'Playfair Display', serif;
  font-size: 2em;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 1em;
}
p {
  color: #000;
  font-family: 'Lora', serif;
  font-size: 1.15em;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 10em;
  padding-right: 10em;
  hyphens: none;
  text-align: center;
}
button {
  text-align: center;
  margin: 0 auto;
  background-color: #000;
  color: #fff;
  letter-spacing: 3px;
  font-family: 'Special Elite', cursive;
  font-size: 1.1em;
  font-weight: 400;
  padding-top: 1em;
  padding-bottom: .6em;
  margin-top: .5em;
  padding-left: 2em;
  padding-right: 2em;
  border: none;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.25);
  -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);
}
button: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);
}
strong {
  text-decoration: underline;
}
table {
  padding-bottom: .5em;
}

/* 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;
}

/* Purchase Section */

.purchase-section {
  background-color: rgba(255, 255, 255, 0.7);
  min-height: 100%;
}
.purchase-container {
  display: table;
}
.purchase-books img {
  width: 40%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3em;
  padding-bottom: 2em;
}
.purchase-headline .underline {
  padding-top: 1.25em;
  padding-bottom: 1em;
  width: 15vw;
}
.buy-options {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 0em;
  padding-bottom: 1em;
  padding-left: 15%;
  padding-right: 15%;
}
.buy-options .option {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  flex-direction: column;
  align-self: center;
  padding-bottom: 1em;
}
.purchase-section .paypal_btn {
  text-align: center;
  margin: 0 auto;
  background-color: #9b2c29;
	color: #fff;
  letter-spacing: 3px;
  font-family: 'Special Elite', cursive;
	font-size: 1.65em;
	font-weight: 400;
  padding-top: 1em;
  padding-bottom: .6em;
  margin-top: .5em;
  padding-left: 2em;
  padding-right: 2em;
	border: none;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.25);
}
.option table {
  text-align: center;
  width: 100%;
  font-family: 'Lora', serif;
  font-size: 1em;
}
.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);
}
.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);
}

/* Smaller Media */

/* Disable Parallax on touchscreens */

@media (pointer:coarse) {
  .purchase-section { background-attachment:local; background-size: auto; }
}
