
body, select, input, textarea {
  color: #154952;
}

a {
  color: #34b14b;
  opacity: .85;
  transition: opacity 0.5s ease;
}

a:hover {
  opacity: 1;
}

p {
  color: white;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 100;
}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #154952; color: #fff; text-shadow: none;}
::selection {background: #154952; color: #fff; text-shadow: none;}

/*  j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;}

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla doesn't style place holders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

/* Typography
-------------------------------------------------------------------------------*/

body {
  font: 1em "raleway", sans-serif;
}

h1, h2, h3, h4, h5, h6, .btn, .style-type, .connect, .share-on, .book-panel a {
  font-family: "raleway", sans-serif;
  font-style: normal;
  text-transform: uppercase;
  }

h2 {
  font-size: 2.25em;
  margin-bottom: 60px;
}

p {
  font-size: 1.2em;
  line-height: 1.85em;
  font-family: "raleway", sans-serif;
}

.raleway {
  font-family: "raleway", sans-serif;
  font-style: normal;
}

@media (max-width: 800px) {

  h2 {
    font-size: 2em;
    margin-bottom: 60px;
    color: black;
  }

}

  /* Typekit Styling Reference - No italic available, unfortunately */

    /* Raleway */

    /* Light
    font-family: "raleway", sans-serif;
    font-style: normal;
    font-weight: 300;
    */

    /* Regular
    font-family: "raleway", sans-serif;
    font-style: normal;
    font-weight: 400;
    */

    /* Medium
    font-family: "raleway", sans-serif;
    font-style: normal;
    font-weight: 500;
    */

    /* Semibold
    font-family: "raleway", sans-serif;
    font-style: normal;
    font-weight: 600;
    */

    /* Bold
    font-family: "raleway", sans-serif;
    font-style: normal;
    font-weight: 700;
    */

/* Buttons
-------------------------------------------------------------------------------*/

.btn, .btn.green-outline, .btn.white-outline, .btn.gray, .btn.white, .btn.green {
  padding: 20px 40px;
  text-decoration: none;
  opacity: .85;
  display: inline-block;
  font-size: 1em;
  font-weight: 600;
  margin: 40px 10px 0px;
  letter-spacing: 3px;
  transition: opacity 0.5s ease;
}

.btn:hover, .btn.green-outline:hover, .btn.white-outline:hover, .btn.gray:hover, .btn.white:hover, .btn.green:hover {
  opacity: 1;
}

.btn.green-outline {
  border: solid 3px #32b04a;
  color: #32b04a;
}

.btn.green-outline:hover {
  border: solid 3px #32b04a;
  color: #32b04a;
  background: white;
}

.btn.white-outline {
  border: solid 3px #ffffff;
  color: #ffffff;
}

.btn.white-outline {
  border: solid 3px #ffffff;
  color: #ffffff;
  opacity: .85;
}

.btn.white-outline:hover {
  border: solid 3px #ffffff;
  color: black;
  background-color: white;
}

.btn.gray {
  background-color: #9a9da3;
  color: #ffffff;
  border: solid 3px #9a9da3;
}

.btn.white {
  background-color: #fff;
  color: #32b04a;
}

.btn.green {
  background-color: #32b04a;
  color: #ffffff;
  border: solid 3px #32b04a;
}

/* Layout
-------------------------------------------------------------------------------*/

.content {
  max-width: 1070px;
  margin: auto;
  display: block;
  padding: 75px 30px 100px;
}

/* MARQUEE PANEL
-------------------------------------------------------------------------------*/

.marquee-panel {
  background-image: url(../img/marquee-bg.jpg);
  text-align: center;
  background-position:top center;
  background-size: cover;
}

.masthead {
  background: url(../img/masthead-bg.png) repeat;
}

.masthead-content {
  max-width: 1010px;
  margin: auto;
  display: block;
  padding: 30px 30px;
  background: none;
}

.logo {
  float: left;
}

.masthead-social {
  float: right;
  text-align: right;
  width: 210px;
}

.masthead-social .icon {
  margin: 8px 10px 0px;
}

.marquee-panel h2 {
  color: white;
  font-size: 2.8em;
  line-height: 1.25em;
  margin-top: 40px;
  font-weight: 300;
  margin-bottom: 0px;
}

.marquee-panel h2 span {
  display: block;
  clear: both;
  font-size: .9em;
  font-weight: 500;
}

@media (min-width: 681px) and (max-width: 850px) {
  .marquee-panel h2 {
    font-size: 2em;
    line-height: 1.25em;
  }

  .marquee-panel h2 span {
    display: block;
    clear: both;
    font-size: .8em;
    font-weight: 500;
  }
}

@media (max-width: 680px) {

  .logo {
    float: none;
  }

  .masthead-social {
    float: none;
    margin: 20px auto 0;
    text-align: center;
    width: 210px;
  }

  .marquee-panel h2 {
    font-size: 1.75em;
    line-height: 1.25em;
  }

  .marquee-panel h2 span {
    display: block;
    clear: both;
    font-size: .7em;
    font-weight: 500;
  }

}

/* DECISION MAKING PANEL
-------------------------------------------------------------------------------*/

.decision-making-panel {
   text-align: center;
   background-color: #f1f1f1;
}

.decision-making-panel h2 {
   color: black;
}

.decision-making-panel .btns {
width: 100%;
text-align: center;
margin: auto;
}

.decision-making-panel .btns .btn {
display: inline-block;
margin: 0 10px;
width: 40%;
}

@media (max-width: 910px) {

  .decision-making-panel .btns .btn {
  display: block;
  clear: both;
  margin: 20px auto;
  width: 80%;
  }

}

/* BOOK PANEL
-------------------------------------------------------------------------------*/

.book-panel {
  text-align: center;
  background-color: #ffffff;
}

.book-panel img.hero-book {
  float: left;
  max-width: 545px;
  margin-right: 7%;
  width: 45%;
}

.book-panel img.hidden-book {
  display: none;
  visibility: hidden;
}

.book-panel h3 {
  font-size: 1.4em;
  color: #1c1312;
  margin-bottom: 20px;
  font-weight: 700;
}

.book-panel .copy {
  text-align: left;
  width: 48%;
  float: left;
}

.book-panel .copy p {
  color: #1c1312;
  text-align: left;
  line-height: 1.7em;
  font-weight: 300;
  margin: 15px 0px 30px;
}

.book-panel a {
  font-weight: 700;
  text-decoration: none;
  font-size: .8em;
  letter-spacing: 2px;
}

@media (min-width: 601px) and (max-width: 820px) {
  .book-panel img.hero-book {
    margin-right: 7%;
    width: 25%;
  }
  .book-panel img.hero-book {
    display: none;
    visibility: hidden;
  }
.book-panel .copy {
  text-align: center;
  width: 100%;
  float:left;
}
.book-panel img.hidden-book {
  display: block;
  visibility: visible;
  max-width: 130px;
  float: left;
  margin-right: 7%;
}
.book-panel .copy p {
  text-align: left;
  font-size: 1.1em;
  line-height: 1.7em;
  font-weight: 300;
  margin: 15px 0px;
}
}

@media (max-width: 600px) {
  .book-panel {
    padding: 50px 20px;
  }
  .book-panel .content {
    padding:20px 20px 40px;
  }
  .book-panel img {
    margin-right: 0;
    width: 100%;
  }
  .book-panel img.hero-book {
    display: block;
    margin: auto;
    float: none;
    width: 100%;
    max-width: 300px;
    margin-bottom: 20px;
  }
.book-panel .copy {
  text-align: center;
  width: 100%;
  padding-top: 0px;
  margin-top: 0px;
  float:none;
}
.book-panel img.hidden-book {
  display: none;
  visibility: visible;
  max-width: 130px;
  float: left;
}
.book-panel .copy p {
  font-size: 1.1em;
  text-align: center;
  margin: 15px 0px;
}
}


/* ENDORSEMENTS PANEL
-------------------------------------------------------------------------------*/

.endorsements-panel {
  background-image: url(../img/endorsements-bg.png);
  text-align: center;
  background-color: #cd594c;
  background-position:top center;
  background-size: cover;
}

.endorsements-panel .content {
}

.slide-content {
  width: 75%;
  margin: auto;
}

.slide-content p {
  font-size: 1.8em;
  font-weight: 100;
  line-height: 1.5em;
}

.slide-content p.source {
  font-size: 1em;
  margin-top: 1em;
  display: block;
  clear: both;
}

@media (max-width: 800px) {
  .endorsements-panel .content {
    padding: 40px 20px;
  }
  .slide-content p {
    font-size: 1.15em;
    font-weight: 100;
    line-height: 1.5em;
  }
  .slide-content {
    width: 60%;
    margin: auto;
  }
}


/* PREORDER PANEL
-------------------------------------------------------------------------------*/

.preorder-panel {
  text-align: center;
  background-color: black;
}

.preorder-panel .content {

}

.preorder-panel p {
  color: white;
  font-size: 1.3em;
  text-shadow: -2px 2px rgba(0, 0, 0, 0.50);
  max-width: 750px;
  margin: auto;
}

.preorder-panel .btn {
  display: block;
  width: 60%;
  margin: 40px auto 20px;
}

a.placed {
  color: white;
  font-size: 1.2em;
}

@media (max-width: 800px) {
  .preorder-panel p {
    color: white;
    font-size: 1.1em;
    text-shadow: -2px 2px rgba(0, 0, 0, 0.50);
    max-width: 750px;
    margin: auto;
  }
  .preorder-panel .btn {
    display: block;
    width: 100%;
    margin: 40px auto 20px;
  }
}

/* DISCOVER YOUR STYLE PANEL
-------------------------------------------------------------------------------*/

.discover-your-style-panel {
   text-align: center;
   background-color: #f1f1f1;
}

.discover-your-style-panel h2 {
  font-weight: 300;
  font-size: 2em;
  margin-bottom: 20px;
}

.discover-your-style-panel p {
  color: #696b6f;
  margin:0 auto 30px;
  max-width: 740px;
}

.discover-your-style-panel .content .spacer {
  border-top: 2px solid #d6d9dc;
  width: 80px;
  display: block;
  margin: 0px auto 60px;
}

.discover-your-style-panel img.arrow {
  display: block;
  clear: both;
  margin: 0 auto 40px;
}

.discover-your-style-panel img.take {
  display: block;
  clear: both;
  margin: auto;
  max-width: 614px;
  width: 100%;
}

.discover-your-style-panel .text-link {
  display: block;
  clear: both;
  font-size: 1.25em;
  margin-bottom: 20px;
}


/* Type PANEL
-------------------------------------------------------------------------------*/

.type-panel {
  background-image: url(../img/share-bg.jpg);
  text-align: center;
  background-position:top center;
  background-size: cover;
}

.type-panel h2 {
  color: white;
  font-size: 1.75em;
}

.type-panel h2 span {
  font-weight: 600;
}

/* Begin style type "bricks" */
.brick {
  padding: 5px;
  max-width: 290px;
  background: white;
  display: inline-block;
  margin: 10px;
  /*border: solid 1px #34b14b;*/
}

.brick img {
  /*border: solid 1px #34b14b;*/
}

.brick h4 {
  padding: 10px 20px;
}

@media (max-width: 700px) {
  .brick {
    width: 100%;
    max-width: 230px;
  }
  .brick h4 {
    font-size: .9em;
  }
}

/* PREORDER PANEL GREEN
-------------------------------------------------------------------------------*/

.preorder-panel-green {
  text-align: center;
  background-color: #32b04a;
}

.preorder-panel-green .content {
  padding-bottom: 75px;
}

.preorder-panel-green p {
  color: white;
  font-size: 1.3em;
  text-shadow: -2px 2px rgba(0, 0, 0, 0.50);
  max-width: 750px;
  margin: auto;
}

.preorder-panel-green .btn {
  display: block;
  font-size: 1.25em;
  width: 80%;
  clear: both;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

a.placed {
  color: white;
  font-size: 1.2em;
}


/* AUTHOR PANEL
-------------------------------------------------------------------------------*/

.author-panel {
   text-align: center;
   background-color: #f1f1f1;
}

.author-panel h2 {
  font-weight: 300;
  font-size: 2em;
  margin-bottom: 20px;
}

.author-panel img.jeff-img {
  max-width: 770px;
  width: 100%;
  margin: 20px auto 40px;
}

.author-panel p {
  color: #696b6f;
  margin:0 auto 30px;
  max-width: 700px;
  text-align: left;
}

.author-panel .content .spacer {
  border-top: 2px solid #d6d9dc;
  width: 80px;
  display: block;
  margin: 0px auto 60px;
}

.author-panel .connect {
  max-width: 400px;
  margin: auto;
}

.author-panel .btn {

}

.author-panel .connect .with-jeff {
  color: #34b14b;
  display: block;
  float: left;
  margin-top: 15px;
  font-size: 1.1em;
}

@media (max-width: 650px) {

  .author-panel .connect {
    margin-bottom: 40px;
  }

  .author-panel .connect .with-jeff {
    float: none;
    margin-bottom: 20px;
  }

  .author-panel .btn{
    width: 100%;
    display: block;
    clear: both;
    margin: 20px auto;
  }

  .author-panel p {
    font-size: 1.1em;
  }
}

/* FOOTER
-------------------------------------------------------------------------------*/

footer {
  background-color: #18191a;
  padding: 50px;
  background-size: cover;
  background-position:top center;
  text-align: center;
  font-size: 1em;
}

footer p {
  color: #aeabab;
  margin-bottom: 40px;
  line-height: 1.75em;
  font-size: 1.2em;
}

footer a {
  color: #aeabab;
}

/* Copyright */
.copyright {
  background: black;
  font-size: .8em;
  color: #9a9da3;
}

.copyright a {
  float: right;
  color: #9a9da3;
}

.copyright .content {
  text-align: left;
  padding: 20px 30px;
}

@media (max-width: 800px) {

  footer p {
    font-size: 1.1em;
  }

  .copyright .content {
    text-align: center;
  }

  .copyright a {
    float: none;
    display: block;
    clear: both;
    margin:20px 0;
  }
}

  /* MAGNIFICO
  -------------------------------------------------------------------------------*/

  .white-popup {
    position: relative;
    background: transparent;
    padding: 0px;
    width: auto;
    max-width: 300px;
    margin: auto;
  }

  .mfp-close-btn-in .mfp-close {
  color: white!important;
  }

  /**
   * Simple fade transition,
   */
  .mfp-fade.mfp-bg {
    opacity: 0.001; /* Chrome opacity transition bug */
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  .mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
  }
  .mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
  }

  .mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
  }
  .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
  }
