/*
 Modular scale: https://www.modularscale.com/?1,1200,12&em&1.3
    3.736em
    3.713em
    3.232em
    2.874em
    2.856em
    2.486em
    2.211em
    2.197em
    1.912em
    1.701em
    1.69em
    1.471em
    1.308em
    1.3em
    1.132em
    1.006em
    1em
    0.87em
    0.774em
    0.769em
    0.67em
    0.595em
    0.592em
*/
.apidude {
  background: #0B5DA5;
}

.kids {
  background: #74AD5B;
}

.lkjewelry {
  background: #BCBDBC;
}

.ln {
  background: #ed1c24;
}

.lncomm {
  background: #b6b6b6;
}

.pearlmax {
  background: #084866;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  transition: 0.3s;
}

html,
body {
  height: 100%;
}

body {
  background: #de2f1a;
  margin: 0;
  padding: 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.85);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  font-family: Heebo, Helvetica, Arial, sans-serif;
  font-size: calc(12px + 1vw);
  line-height: calc(12px + 1vw);
}
@media (max-width: 56.25em) {
  body {
    font-size: calc(14px + 2vw);
  }
}

h1 {
  line-height: 1.2;
}

h3 {
  line-height: 1.4;
}

hr {
  margin: 20px 0;
  border: none;
  border-top: rgba(255, 255, 255, 0.5) 1px solid;
}

a, a:visited {
  color: white;
  font-weight: bold;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
}

.btn, .btn:visited {
  display: inline-block;
  padding: 10px 20px;
  border: none;
  color: white;
  font-size: calc(8px + 1vw);
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  transition: 0.5s;
  cursor: pointer;
}
.btn:hover, .btn:focus {
  background: rgba(0, 0, 0, 0.5);
}
.btn:active {
  background: rgba(0, 0, 0, 0.8);
}

a[target=_blank]::after {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 2px;
  content: "";
  position: relative;
  top: -0.2em;
  background-size: contain;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cg fill='white'%3E%3Cpath d='M2 2h3v1H3v6h6V7h1v3H2z'/%3E%3Cpath d='M6.2 2H10v3.8L8.6 4.4 6.4 6.5l-.9-.9 2.1-2.2z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
}

.main-container {
  height: 100%;
}

.intro-copy {
  margin-top: 0;
  line-height: 1.2;
}

.net-mag-quote {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.net-mag-quote blockquote {
  display: flex;
  align-items: center;
  margin: 30px 0 0;
  padding: 1em;
  background: rgba(0, 0, 0, 0.2);
}
.net-mag-quote h1 {
  margin: 0 0 5px 0;
  text-align: left;
  font-size: 0.774em;
  line-height: 1.6;
}
.net-mag-quote p {
  margin: 5px 0 0;
  text-align: left;
  font-size: 0.8em;
  font-style: italic;
  font-family: Georgia, serif;
  font-weight: normal;
  line-height: 1.3;
}
.net-mag-quote img {
  display: block;
  max-width: 120px;
  margin-right: 20px;
  width: 100%;
}
.net-mag-quote a {
  display: block;
  margin: 10px 0 40px;
  font-size: 0.5em;
  text-align: right;
}
.net-mag-quote a:after {
  width: 14px;
  height: 14px;
}

.color-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 10px;
  position: relative;
}

.section-1 {
  background: url(../images/bg-pattern-1.png) 0 0/contain repeat-y #de2f1a;
  padding: 1em;
}
.section-1 h3 {
  font-weight: 100;
  margin-bottom: 1em;
}

.section-2 {
  background: url(../images/bg-pattern-2.png) 0 0/contain repeat-y #1d9da8;
}

.section-3 {
  background: url(../images/bg-pattern-3.png) 0 0/contain repeat-y #8fa401;
}
.section-3 .flex-container {
  width: 70%;
  padding: 1em;
  line-height: 1.5;
  text-align: left;
  color: white;
}
@media (max-width: 56.25em) {
  .section-3 .flex-container {
    width: 100%;
  }
}
.section-3 .flex-container h3 {
  margin-top: 0;
}

.link-book {
  display: inline-block;
  margin-top: -80px;
  position: relative;
}

img:not(.net-logo) {
  display: block;
  width: 80%;
  margin: 0 auto 40px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
img:not(.net-logo):hover {
  box-shadow: 0 35px 55px rgba(0, 0, 0, 0.2);
}
@media (max-width: 31.25em) {
  img:not(.net-logo) {
    margin-bottom: 20px;
  }
}

small {
  display: block;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 43.75em) {
  small {
    font-size: 14px;
  }
}

.book-cta {
  position: relative;
}

.cta {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.cta:hover, .cta:active, .cta:focus {
  background: #d36611;
  border: #ee7f29 5px solid;
  box-shadow: 0 35px 55px rgba(0, 0, 0, 0.2);
}

.arrow {
  display: inline;
}

blockquote {
  margin-left: 1em;
  padding: 10px 1em;
  border-left: 2px solid white;
  border-radius: 2px;
  font-family: Georgia, serif;
  font-style: italic;
  background: rgba(0, 0, 0, 0.1);
}

blockquote {
  margin-left: 1em;
  padding: 10px 1em;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-left: 2px solid white;
  background: rgba(0, 0, 0, 0.2);
  font-family: Georgia;
  font-style: italic;
}
blockquote p {
  margin: 0;
  text-align: right;
  font-weight: bold;
}

.cta, .cta:visited {
  margin: 20px 0;
  padding: 0.5em 2em;
  font-size: 35px;
  text-decoration: none;
  color: white;
  border-radius: 5px;
  border: #dd6a12 5px solid;
  background: #ee7f29;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  font-weight: 600;
}
@media (max-width: 43.75em) {
  .cta, .cta:visited {
    margin: 0;
    font-size: 6vw;
  }
}
/*# sourceMappingURL=book.css.map */