/* Shared
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Color Reference

light green #B8D671
dark green #538383
normal text #2a2a2a
*/

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}
html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

*, *::after, *::before {
  box-sizing: inherit
}

*, body {
  margin: 0;
  padding: 0
}
img {
  width: 100%;
}

.highlight {
  font-weight: bold;
  background-color: #B8D671;
}
.bold {
  font-weight: bold;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.meet-bob, .succeed-with-bob {
  color: #538383;
}
.buy {
  font-size: 16px;
}
header .buy {
  line-height: 37px;
}
main .buy {
  font-size: 20px;
  height: 45px;
  padding: 3px 30px;
}

.title {
  color: #538383;
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
  text-transform: uppercase;
}
.capitalize {
  font-size: 140%;
}
sup {
  font-size: .3%;
  vertical-align: top;
  line-height: 45px;
}
.tagline {
  font-family: 'Lobster', cursive;
  letter-spacing: 0.1rem;
  color: #2a2a2a;
  display: inline-block;
  margin-right: 10px;
}
.author {
  color: #527B6C;
  display: inline-block;
  font-weight: 400;
}
.spread-title {
 margin: 0 0 75px 0;
}
.green-texture {
    background-image: url('../images/texture.png');
    /*background-size: cover;*/
    background-repeat: repeat;
}
.beige-texture {
    background-image: url('../images/beige-texture.png');
    background-repeat: repeat;
}
.light-green-bg {
  background-color: #B8D671;
}
.lightest-green-bg {
  background-color: #bddf71;
}

.dark-green {
  color: #538383;
}
.arrow {
  padding: 4px 50px 0 0;
  border: 0;
  left: -70px;
  position: absolute;
}
.back {
  top: 0;
  position: absolute;
}


/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.follow {
  display: none;
  height: 30px;
  margin: 0 4px 0
}

.follow span {
  display: none
}

@media screen and (min-width: 48em) {
  .follow {
    display: inline
  }
}

.follow a {
  border-radius: 5px;
  border: 1px solid #ababab;
  display: inline-block;
  height: 31px;
  line-height: 31px;
  margin-top: -1px;
  margin-right: 0.3em;
  width: 31px
}

.follow svg {
  margin: 0;
  height: 29px;
  width: 29px
}

.follow svg .foreground,
.follow svg .background {
  fill: transparent;
  transition: fill 0.1s ease-in-out;
}

.follow svg .foreground {
  fill: #3b3a37;
}
.follow svg:hover .foreground {
  fill: #fff;
}

.follow svg:hover .background {
  fill: rgba(42, 42, 42, 0.1);
}
.follow .facebook svg:hover .background {
  fill: rgba(59, 89, 152, 1)
}
.follow .twitter svg:hover .background {
  fill: rgba(85, 172, 238, 1)
}
.follow .linkedin svg:hover .background {
  fill: rgba(0, 123, 181, 1)
}

.follow .facebook:hover {
  border-color: rgba(59, 89, 152, 1)
}
.follow .twitter:hover {
  border-color: rgba(85, 172, 238, 1)
}
.follow .linkedin:hover {
  border-color: rgba(0, 123, 181, 1)
}

.link {
  display: inline-block;
  padding: 0 20px;
  color: #555;
  text-align: center
}
.link:hover, .link:focus, .link:visited, .active {
  text-decoration: underline;
}
.link+.link {
  border-left: 2px solid black;
}

@media screen and (min-height: 800px) {
  html {
    overflow-y: scroll
  }
}


header {
  background: #fff;
  display: block;
  position: fixed;
  top: -53px;
  transition: top 0.4s ease-in-out;
  width: 100%;
  z-index: 100
}

header::after {
  clear: both;
  content: "";
  display: table
}


header.default, header.show {
  top: 0
}

header .container {
  position: relative;
  height: 53px;
  padding: 0 12px 0 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-align: left
}

header .logo {
  -ms-flex: 1;
  flex: 1;
  height: 53px
}

header .links {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-pack: end;
  justify-content: flex-end
}
header .navigation {
  margin-left: 20px;
  margin-top: 10px;
}
header a {
  color: #2a2a2a;
  letter-spacing: 0.81px;
  text-decoration: none;
  text-transform: uppercase
}

header .root {
  float: left;
  position: relative;
  top: 56%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
header .root .logo {
  width: 45px;
  height: 45px;
}

/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
  padding: 6rem 0 11.4rem;
}
.section.heart {
  padding: 6rem 0 9rem;
}
.section-heading,
.section-description {
  margin-bottom: 1.2rem;
}

.book-title {
  margin-top: 110px;
}

.intro-text {
  font-weight: 400;
}
.cover-parts {
  width: 100%;
}
.head .meet-bob {
  color: #fff;
}

.head .intro-text {
  color: #fff;
}
.blood .meet-bob, .heart .meet-bob {
  padding-top: 40px;
}
.blood img {
  max-width: 265px;
}

/* Video
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.video {
  padding-bottom: 5rem;
}
.video iframe {
  width: 100%;
  margin: 0;
}
.video .play-action {
  display: block;
}
.video .video-player {
  display: none;
}
.video.play {
  padding: 0;
}
.video.play .video-player {
  display: block;
}
.video.play .play-action {
  display: none;
}
.video.play .columns {
  line-height: 0;
}

/* Recommendations
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.recommendations {
  background-color: #308780;
  color: #fff;
  padding-bottom: 5rem;
}
.recommendations .section-heading {
  text-align: center;
  margin-bottom: 50px;
}
.recommendation-quote {
  margin-bottom: .3rem;
  font-weight: 400;
  line-height: 28px;
}
.recommendation-author {
  opacity: .8;
  font-weight: 700;
  padding-top: 16px;
  line-height: 20.8px;
}
.recommendation-author {
  margin: 0;
  font-size: 13px;
}
.recommendations .italic {
  display: block;
}
.recommendations .quote {
  background-color: rgba(255, 255, 255, .6);
  color: black;
  padding: 42px 25px;
  border-radius: 25px;
}
.recommendations .double .quote {
  padding: 10px 25px;
  margin-bottom: 30px;
}
.recommendations .double .quote+.quote {
  margin-bottom: 0;
}
/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */

footer a, footer h6 {
  color: #2a2a2a;
  font-weight: 500;
}

footer.section {
  padding-bottom: 5rem;
}
footer a:hover {
  text-decoration:  underline;
}
footer .bold {
  font-weight: 500;
}

/* bob-body
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.title-section .title, .title-section .tagline, .title-section .author {
  margin-bottom: 0;
}

/* About The Author
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.about-the-author {
  /*background: #f2f0e7;*/
  border-bottom: 1px solid #ddd;
}
.about-the-author h5 {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: justify;
}
.about-the-author .heading {
  margin-bottom: 100px;
}
.about-the-author img {
  width: 85%;
}
@media screen and (min-width: 48em) {
  section.about-the-author .heading h2 {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 64em) {
  section.about-the-author .heading h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 64em) {
  section.about-the-author .heading h2 {
    width: 883px;
  }
}

section.about-the-author .heading h2 {
  margin: 0;
  letter-spacing: 2.37px;
  text-transform: uppercase;
  color: #2a2a2a;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}

@media screen and (min-width: 64em) {
  section.about-the-author .heading h2::before {
    margin-right: 40px;
  }
}
@media screen and (min-width: 64em) {
  section.about-the-author .heading h2::after {
    margin-left: 40px;
  }
}
section.about-the-author .heading h2::before, section.about-the-author .heading h2::after {
  content: '';
  display: inline-block;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 3px;
  background-color: #2a2a2a;
}

/* Share
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.share {
  border-bottom: 1px solid #ddd;
  text-align: center;
  background-color: #538383;
  color: #fff;
}
.bobs-body {
  text-align: center;
}

.bobs-body .section-description {
  color: #000;
  font-weight: 500;
}

.bobs-body .section-description .bold {
  font-weight: 600;
}

.italic {
  font-style: italic;
  display: inline;
}
.part .header {
  color: #538383;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.right .part {
  text-align: left;
}
.left .part {
  text-align: right;
}
.part .description {
  max-width: 235px;
}

.part {
  position: absolute;
}

.part.head {
  top: 146px;
  left: 136px;
}
.part.heart {
  top: 300px;
  left: 163px;
}
.part.right-arm {
  top: 414px;
  left: 115px;
}
.part.right-leg {
  top: 573px;
  left: 120px;
}
.part.skin {
  top: 710px;
  left: 116px;
}
.part.blood {
  top: 264px;
  right: 90px;
}
.part.left-arm {
  top: 414px;
  right: 118px;
}
.part.left-leg {
  top: 650px;
  right: 143px;
}

.parts .bobs-body-image {
  width: 100%;
  max-width: 695px;
}

.requests {
  margin: 10px 0;
  font-weight: 600;
}

.terms h1 {
  padding: 50px 0 0 0;
}
input[type="submit"].sign-up {
  background-color: rgba(88, 88, 88, 0.5);
  color: black;
  border-color: black;
  font-size: 1.5rem;
  margin-top: 30px;

}
input[type="submit"].sign-up:hover {
  background-color: rgba(88, 88, 88, 1);
}

@media all and (max-width: 570px) {
  /* CSS rules here for screens lower than 750px */
  .follow, .get-updates {
    display: none;
  }
  .bobs-parts-link {
    padding: 0 1rem;
  }
  .logo {
    float: left;
  }
  header .root .logo-text {
    display: flex !important;
    line-height: 1.4;
  }
  header .buy {
      font-size: 17px;
  }
  img.logo {
      /* for now until update to BUY button */
      display: none;
  }
  .section {
    line-height: 0;
    padding: 2rem 0;
    text-align: center;
  }
  .section.main {
    padding: 70px 0 2rem 0;
  }
  .section.top {
    margin-top: 24px;
  }
  .cover {
    max-width: 100%;
    margin: 0;
  }
  .video {
    padding-bottom: 2rem;
  }
  .video .meet-bob {
    padding-top: 10px;
  }
  .hero h3 {
    font-size: 2.9rem;
  }
  .hero .one-half, .top .seven {
    padding-top: 20px;
  }
  .recommendations {
    padding-bottom: 2rem;
  }
  .recommendations .section-heading {
    margin-bottom: 1.2rem;
  }
  .recommendations .quote, .recommendations .double .quote, .recommendations .double .quote+.quote {
    padding: 15px;
    margin-bottom: 15px;
  }
  .about-the-author .heading {
    margin-bottom: 20px;
  }
  .about-the-author h4 {
    margin-top: 20px;
  }
  .spread .spread-title {
    margin: 0;
  }
  .video iframe {
    min-height: 277px;
  }
  footer.section {
    padding: 2rem 0;
  }
  footer.section .copyright, footer.section .footer-links {
    text-align: center;
    margin: 0;
    padding: 0;
  }
  footer.section .one {
    display: none;
  }
  .title-col {
    position: absolute;
    border: 2px solid #2a2a2abd;
    margin: 10px 0 0 0;
    padding: 9px;
    width: fit-content;
    background-color: #ffffffde;
    color: #000000c2;
    text-align: center;
    min-width: 210px;
  }
  .parts.head .title-col {
    width: 90%;
  }
  .section.parts {
    padding: 0;
  }
  /*.parts {*/
    /*padding-top: 70px*/
  /*}*/
  .parts.heart .cover {
     max-width: 100%;
  }
  .parts.head {
    padding: 0;
  }
  .parts.head .image-col {
    padding: 150px 0 0 0;
  }
  .parts.head .intro-text, .parts.skin .intro-text {
    padding: 0 20px;
  }
  .parts .meet-bob, .parts .intro-text {
    color: #2a2a2a;
  }
  .parts.blood .meet-bob, .parts .heart .meet-bob {
     padding: 0;
  }
  .parts .intro-text {
    margin: 0;
  }
  .parts.heart {
    padding-right: 0;
  }
  .parts.heart .title-col {
    text-align: left;
  }
  .parts.heart .intro-text {
    padding-right: 20px;
  }
  .parts.blood .title-col {
    right: 20px;
    top: 30px;
    text-align: right;
  }
  .parts.blood .intro-text{
    padding-left: 20px;
  }
  .parts.blood img{
    width: 155px;
  }
  .parts.skin .image-col {
    padding-bottom: 160px;
  }
  .parts.skin .title-col {
    bottom: 10px;
    text-align: center;
    width: 90%;
  }
  .parts.blood .meet-bob, .parts.heart .meet-bob {
    padding-top: 0;
  }
  .button.arrow.left {
    display: none;
  }
  #get-updates .mc-field-group {
    float: left;
    display: block;
    margin-right: 1.20482%;
    width: 99%;
  }
}

/* Bigger than 550 */
@media (min-width: 550px) {
  .logo {
    float: left;
  }
  header .root .logo-text {
    display: flex !important;
    line-height: 1.4;
  }
  .section.parts {
    padding: 0;
  }

  .hero {
    padding: 12rem 0 11rem;
  }
  .about-the-author {
    padding: 12rem 0 11rem;
  }
  .about-the-author .heading {
    margin-bottom: 30px;
  }
  .bob-body img {
    max-height: 362px;
  }
  .heart img.cover {
     min-width: 145%;
  }
  .phone {
    position: absolute;
    top: -7rem;
    right: 3rem;
    max-height: 362px;
    z-index: 3;
  }
  .phone + .phone {
    top: -6rem;
    display: block;
    max-width: 73.8%;
    right: 0;
    z-index: 2;
    max-height: 338px;
  }
  .hero-heading {
    font-size: 2.4rem;
  }
  .video iframe {
    min-height: 517px;
  }
  footer.section {
    padding: 2rem 0;
  }

  #get-updates .mc-field-group {
    float: left;
    display: block;
    margin-right: 1.20482%;
    width: 48.7%;
  }
  .parts-intro {
    padding-top: 100px;
  }
}

/* Bigger than 1000 */
@media (min-width: 750px) {
  header .root .logo-text {
    padding: 10px;
    margin: 0;
    display: inline-block;
    vertical-align: top;
  }
  header .logo {
    display: block;
    flex: none;
    height: 53px
  }
  .section.share {
    padding: 10rem 0;
  }
  .hero {
    padding: 16rem 0 5rem;
  }
  .hero .five {
    margin-top: -50px;
  }
  .hero.parts-cover {
    padding: 3rem;
  }
  .title-section {
    padding: 4rem;
  }
  .video {
    padding: 10rem 0 11.4rem;
  }
  .cover {
    position: relative;
    margin: -6rem auto -12rem
  }
  .cover-parts {
    /*margin: -4rem auto -12rem;*/
  }
  .heart img.cover {
    min-width: 145%;
  }
  .spread {
    padding: 10rem 0 16rem;
  }
  .recommendations {
    padding: 6rem 0;
  }
  .about-the-author {
    padding: 6rem 0;
  }
  .about-the-author .heading {
    margin-bottom: 100px;
  }
  .hero-heading {
    font-size: 3.0rem;
  }
  .bob-body img  {
    max-height: 811px;
  }
  .parts.section {
    padding: 6rem 0 11.4rem;
  }
  .parts.section.hero {
    padding: 2rem 0;
  }
  .parts.section.head {
    padding: 10rem 0 11.4rem;
  }
  .parts.section.heart {
    padding: 6rem 0 11.4rem;
  }
  .parts.section.bobs-body {
    padding: 6rem 0 8rem;
  }
  /*.parts.section.skin {*/
    /*padding: 6rem 0 16rem;*/
  /*}*/
  .phone {
    top: -16rem;
    max-height: 615px;
  }
  .phone + .phone {
    top: -14rem;
    max-height: 570px;
  }
  .section-description {
   margin-left: auto;
   margin-right: auto;
  }
  footer.section {
    padding: 2rem 0;
  }
  .video iframe {
    min-height: 517px;
  }

  #get-updates .mc-field-group {
    float: left;
    display: block;
    margin-right: 1.20482%;
    width: 48.7%;
  }
}
.button.buy {
  border: #ee2d2b;
  background-color: #ee2d2b;
}

#get-updates label {
  visibility: hidden;
}
#get-updates ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #142b2b;
  font-weight: bold;
}
#get-updates ::-moz-placeholder { /* Firefox 19+ */
  color: #142b2b;
  font-weight: bold;
}
#get-updates :-ms-input-placeholder { /* IE 10+ */
  color: #142b2b;
  font-weight: bold;
}
#get-updates :-moz-placeholder { /* Firefox 18- */
  color: #142b2b;
  font-weight: bold;
}

#get-updates #mc_embed_signup form .mc-field-group {
  height: 63px;
  margin-bottom: 15px;
}
#get-updates #mc_embed_signup form .mc-field-group input.mce_inline_error {
  border-color: #860100;
}
#get-updates #mc_embed_signup form .mc-field-group input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #4a4a4a;
  border-radius: 0;
  color: #860100;
  font: normal 15px "Century Gothic W01",sans-serif;
  outline: none;
  padding: 9px 0px;
  text-overflow: ellipsis;
  color: #fff;
  transition: all 0.4s ease-in-out;
  display: block;
  margin: 0 20px;
  width: calc(100% - 40px);
}
#mc_embed_signup input.mce_inline_error {
   border-color: #730100;
 }

#get-updates #mc_embed_signup form .mc-field-group div.mce_inline_error {
  background-color: transparent;
  color: #860100;
  font: 14px/22px "Century Gothic W01 Bold",sans-serif;
  letter-spacing: .4px;
  margin: 5px 0 0 20px;
  padding: 0;
  text-align: left;
}
#mc_embed_signup div.mce_inline_error {
  margin: 0 0 1em 0;
  padding: 5px 10px;
  background-color: #ee2d2b;
  font-weight: bold;
  z-index: 1;
  color: #fff;
}
