@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
.slide {
  margin-top: 50px;
  margin-bottom: 50px; }

.padded-slide {
  padding: 50px 0px; }

.dark-slide {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 50px 0px;
  background-color: #252525;
  color: #ffffff; }
  @media screen and (max-width: 40em) {
    .dark-slide {
      padding: 25px 0px; } }
  .dark-slide h1, .dark-slide h2, .dark-slide h3, .dark-slide h4, .dark-slide h5, .dark-slide h6 {
    color: #ffffff; }

body {
  font-family: 'Open Sans Condensed', Helvetica, sans-serif; }

h2 {
  font-size: 1.75em; }

.bold {
  font-weight: bold; }

.uppercase {
  text-transform: uppercase; }

.button {
  background-color: #71913E;
  padding: 10px 5px;
  border-radius: 5px; }

.button:hover {
  background-color: #587825;
  padding: 10px 5px;
  border-radius: 5px; }

#main-nav-wrapper {
  height: 65px; }

#main-nav {
  background-color: #71913E;
  background-image: linear-gradient(to right, #CCDD37 0%, #71913E 100%);
  position: fixed;
  display: block;
  width: 100%;
  height: 65px;
  padding: 5px 0;
  z-index: 1000;
  text-align: right; }
  #main-nav ul {
    text-decoration: none;
    margin: 0;
    padding: 0; }
  #main-nav ul li {
    display: inline-block; }
    #main-nav ul li a {
      color: #ffffff;
      padding: 0 10px; }
  #main-nav ul li:last-child a {
    padding-right: 5px; }
  #main-nav #nav-links {
    padding-top: 2px; }
  #main-nav #social-icons a {
    padding: 0 5px; }
  #main-nav #social-icons img {
    max-width: 20px; }

#social-icons-header {
  text-decoration: none;
  margin: 0 0 15px 0;
  padding: 0;
  text-align: center; }
  #social-icons-header li {
    display: inline-block; }
  #social-icons-header a {
    padding: 0 5px; }
  #social-icons-header img {
    max-width: 41px; }

#logo {
  position: absolute;
  z-index: 1001;
  top: 5px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center; }
  #logo img {
    transition: max-width 1s; }

#main-header {
  background-color: #222222;
  background-image: url("../img/main-bg.png");
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat; }
  #main-header .row {
    padding-top: 60px;
    padding-bottom: 10px; }
  #main-header .quote, #main-header .signature {
    font-size: 1.75em;
    line-height: 1.25em; }
  #main-header .quote {
    text-align: justify;
    margin: 80px 0 40px 0;
    font-style: italic;
    color: #ffffff; }
  #main-header .signature, #main-header .credits {
    color: #71913E;
    margin: 0;
    text-align: right; }
  #main-header .credits {
    font-size: 1.15em;
    margin-bottom: 40px; }
  #main-header .button {
    width: 100%; }

#book-cover {
  margin-top: 60px; }

#main-content {
  background-image: url("../img/faded-apples.jpg");
  background-repeat: no-repeat;
  background-position: bottom; }

#reviews .review {
  font-style: italic; }
  #reviews .review footer p {
    font-style: normal;
    font-weight: bold;
    font-size: 1.15em;
    margin-top: -15px; }

#about-the-book .testimonial {
  text-align: right;
  font-style: italic;
  font-size: 1.75em;
  position: relative;
  z-index: 1;
  padding: 0 65px; }

#testimonial-quote-wrapper {
  position: relative;
  z-index: 0; }

#testimonial-quote {
  font-style: normal;
  position: absolute;
  font-size: 15em;
  font-family: Georgia;
  line-height: 1;
  top: -30px;
  left: 105px;
  color: #DCDCDC;
  z-index: -1; }

.page-section {
  transition: outline-color 1s;
  outline: 5px solid transparent; }

#contact-container {
  border-top: 4px solid #222222;
  border-bottom: 2px solid #222222;
  background-color: #9FC939; }
  #contact-container label, #contact-container h2, #contact-container #thank-you-message {
    color: #ffffff; }
  #contact-container h2 {
    font-size: 1.5em;
    margin-bottom: 30px; }
  #contact-container label, #contact-container #thank-you-message {
    font-size: 1.15em;
    font-weight: bold; }
  #contact-container input, #contact-container textarea {
    border-radius: 7px;
    border-color: #999999; }
  #contact-container img {
    margin-top: 25px; }

#forward img {
  float: right; }

#back-to-top {
  text-align: right; }

form textarea {
  height: 150px; }
