/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body {
  background-color: white;
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-family: 'futura-pt', sans-serif;
  position: relative;
  z-index: 1;
}

.rounded {
  padding: .5rem;
  margin: 1rem 0 2rem;
  border: 0;
  width: 100%;
  border-radius: 100px;
  font-size: 1.2rem;
  color: #cbe0f5;
}

.dark {
  background-color: #1a313f;
}

.dark:hover {
  background-color: rgba(26, 49, 63, 0.9);
}

.light {
  background-color: #0093d6;
}

.light:hover {
  background-color: rgba(0, 147, 214, 0.9);
}

a {
  color: #cbe0f5;
  text-decoration: none;
  outline: 0;
}

a:hover, a:focus {
  color: #40a6ff;
}

.nav-active {
  color: #0093d6;
}

.gigantic, .huge, .large, .bigger, .big,
h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-weight: bold;
}

.gigantic {
  font-size: 110px;
  line-height: 1.09;
  letter-spacing: -2px;
}

.huge, h1 {
  font-size: 68px;
  line-height: 1.05;
  letter-spacing: -1px;
}

.large, h2 {
  font-size: 42px;
  line-height: 1.14;
}

.bigger, h3 {
  font-size: 26px;
  line-height: 1.38;
  font-weight: 600;
}

.big, h4 {
  font-size: 22px;
  line-height: 1.38;
}

.small, small {
  font-size: 10px;
  line-height: 1.2;
}

p {
  margin: 0 0 20px 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

.flex-video {
  height: 0;
  margin-bottom: 0.88889rem;
  overflow: hidden;
  padding-bottom: 56%;
  position: relative;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

.underlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 5;
  display: none;
}

.masthead {
  background-color: #1a313f;
  z-index: 50;
}

.branding-nav {
  background-color: #1a313f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .5rem 1rem;
  position: relative;
  z-index: 50;
}

.branding img {
  width: 200px;
  margin: 0;
  padding: 0;
}

.nav-trigger,
.nav-close {
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
  color: white;
  cursor: pointer;
}

.nav-close {
  display: none;
}

.main-nav {
  position: absolute;
  top: 3.7rem;
  z-index: 5;
  width: 100%;
  display: none;
}

.nav-menu {
  list-style: none;
  padding: 0;
  background: #5c6d77;
  box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.25);
}

.nav-menu li {
  padding: .5rem 1rem;
  border-bottom: 1px solid #1a313f;
  color: white;
  font-size: 1.2rem;
}

.nav-menu li:hover {
  background-color: #1a313f;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation: slideDown 300ms ease-out;
          animation: slideDown 300ms ease-out;
}

@-webkit-keyframes slideDown {
  0% {
    margin-top: -100px;
  }
  100% {
    margin-top: 0;
  }
}

@keyframes slideDown {
  0% {
    margin-top: -100px;
  }
  100% {
    margin-top: 0;
  }
}

.hero {
  background-color: #0093d6;
  color: white;
  padding: 0 1rem;
  text-align: center;
}

.hero img {
  width: 100%;
}

.hero-caption {
  font-size: .8rem;
  margin-top: -2rem;
  padding-left: 3rem;
  color: #cbe0f5;
  font-style: italic;
}

.hero-headline h2 {
  color: white;
  font-weight: 400;
  margin-bottom: 1rem;
}

.hero-verse {
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.2;
}

#features {
  padding: 3rem 1rem 2rem;
  background-color: #1a313f;
  color: #cbe0f5;
}

#features p::before {
  content: "\25CF";
  color: #fff;
}

#features span {
  font-weight: 600;
  color: #fff;
  margin-left: 1rem;
}

#features h3 {
  color: #fff;
  text-align: center;
  font-weight: 500;
}

#features a {
  color: #0093d6;
  text-decoration: underline;
  font-style: italic;
  text-align: center;
}

#features a.link {
  margin-left: 0;
}

.features-wrapper {
  max-width: 1170px;
  margin: auto;
}

.sample-button {
  text-align: center;
}

.quote {
  background-image: url("../img/Shape-Background.jpg");
  background-color: #0093d6;
  background-size: cover;
  background-position: center;
  color: white;
  padding: 2rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
}

.quote p {
  color: #0093d6;
  line-height: 1.2;
  margin: 0;
  font-style: italic;
}

.quote p span {
  font-style: normal;
}

.featured-quote {
  margin: 0 0 1.5rem;
  font-style: italic;
  line-height: 1.4;
}

#editions {
  text-align: center;
  padding: 1rem;
  background-color: #0093d6;
  color: #fff;
}

#editions h3 {
  color: #fff;
  font-weight: 500;
}

#editions img {
  width: 100%;
}

#editions p {
  font-size: 1.2rem;
  margin: 0;
}

.editions-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
}

.editions-group {
  margin-bottom: 100px;
  margin: 1rem;
}

.editions-image {
  width: 100%;
  margin: auto;
}

.editions-meta {
  margin: 1rem 0;
  font-weight: 500;
}

.first-meta {
  margin-top: -1rem;
}

.editions-button i {
  margin-left: .5rem;
}

.editions-dropdown {
  display: none;
  margin-top: -1.5rem;
  position: relative;
  z-index: 10;
}

.nav-retailers {
  list-style: none;
  padding: 0;
  background: #fff;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.25);
}

.nav-retailers li {
  padding: .5rem 1rem;
  border-bottom: 1px solid rgba(26, 49, 63, 0.2);
  color: #1a313f;
  font-size: 1.2rem;
  text-align: left;
  padding-left: 2rem;
  font-weight: 500;
}

.nav-retailers li:hover {
  background-color: #1a313f;
  color: #fff;
}

#footer {
  background-image: url(../img/Shape-Background.jpg);
  background-size: cover;
  background-position: cover;
  padding: 1rem 2rem;
}

.logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
}

.logos img {
  margin: 0 1.5rem;
}

.text {
  color: #cbe0f5;
  text-align: center;
  font-size: .9rem;
}

.online-bible-cta {
  text-align: center;
  width: 100%;
  margin: 2rem 0;
}

.online-bible-link {
  padding: .5rem 2rem .7rem;
  background: rgba(26, 49, 63, 0.5);
  color: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
}

.online-bible-link:hover {
  background: #1a313f;
}

/* --------------------------------------------------------
   Custom application specific styles
   -------------------------------------------------------- */

@media (min-width: 600px) {
  .rounded {
    width: 50%;
  }
  .cta {
    width: 100%;
    text-align: center;
  }
  .branding-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav-trigger,
  .nav-close {
    display: none;
  }
  .main-nav {
    display: inline-block;
  }
  .nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #1a313f;
    margin: 0;
    padding: 0;
  }
  .nav-menu li {
    padding: 1rem;
    border: 0;
    font-size: 1.3rem;
  }
  .nav-menu li:hover {
    color: #0093d6;
  }
  .hero {
    padding-top: 100px;
    text-align: left;
  }
  .hero-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1170px;
    margin: auto;
  }
  .hero-image-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    margin-top: -2rem;
  }
  .hero-image-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
  .quote {
    padding: 3rem;
  }
  .featured-quote {
    font-size: 1.7rem;
  }
  #editions .rounded {
    width: 80%;
  }
  .editions-header {
    padding: 3rem 0;
  }
  .editions-header h3 {
    font-size: 2rem;
  }
  .editions-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 44%;
            flex: 0 1 44%;
  }
  .editions-image {
    height: 420px;
  }
  .editions-image-1 {
    height: 452px;
  }
  .editions-image-1 img {
    margin-top: -15%;
  }
  .footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 800px;
    margin: auto;
  }
  .logos img {
    margin: 0 .5rem;
  }
  .text {
    text-align: left;
    padding-left: 2rem;
  }
  .online-bible-cta {
    margin: 0 0 2rem;
  }
}

@media (min-width: 900px) {
  .rounded {
    width: 40%;
  }
  .hero .cta {
    margin-top: -150px;
    padding-bottom: 100px;
    text-align: right;
    max-width: 1170px;
    margin: -150px auto 0;
    font-size: 1.5rem;
  }
  .masthead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .main-nav {
    position: relative;
    top: 0;
  }
  .nav-menu {
    box-shadow: 0px 0px 0px 0px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .nav-menu li {
    padding: 1.2rem;
  }
  .hero {
    padding-top: 40px;
    text-align: left;
  }
  #features h3 {
    width: 450px;
    margin: 2rem auto;
  }
  .features-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .features-left,
  .features-right {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 49%;
            flex: 1 0 49%;
  }
  .features-left {
    margin-right: .5rem;
  }
  .features-right {
    margin-left: .5rem;
  }
  .quote {
    padding: 3rem 4rem;
    text-align: left;
  }
  .quote {
    padding: 4rem 5rem;
    text-align: left;
  }
  .featured-quote {
    line-height: 1.2;
    margin: 0 0 1rem;
  }
  .editions-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
  }
  .editions-image {
    height: 400px;
  }
  .editions-image-1 {
    height: 432px;
  }
  .editions-image-1 img {
    margin-top: -15%;
  }
  .editions-1 .editions-button {
    margin-top: 2.9rem;
  }
  .editions-4 .editions-button {
    margin-top: 2.7rem;
  }
  .editions-4 .editions-image {
    margin-top: 5%;
    height: 385px;
  }
}

@media (min-width: 1170px) {
  .hero .cta {
    margin-top: -250px;
    padding-bottom: 250px;
  }
  .hero .cta .rounded {
    width: 30%;
  }
  .hero {
    font-size: 1.3rem;
  }
  .hero-headline h2 {
    font-size: 3rem;
    margin: 2rem 0;
  }
  .hero-verse {
    font-size: 1.6rem;
    margin: 2rem 0;
    line-height: 1.4;
  }
  .hero-text {
    font-size: 1.2rem;
  }
  #features h3 {
    font-size: 2rem;
    width: 600px;
    margin: 2rem auto 3rem;
  }
  .features-columns {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
  .features-left {
    margin-right: 1rem;
  }
  .features-right {
    margin-left: 1rem;
  }
  .quote-inner {
    max-width: 1170px;
    margin: auto;
  }
}

@media (min-width: 1050px) {
  .hero-caption {
    font-size: 1rem;
    margin-left: 1rem;
  }
}

@media (min-width: 600px) and (max-width: 900px) {
  .editions-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .editions-2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .editions-3 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .editions-4 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .editions-5 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .editions-6 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

@media (min-width: 1075px) {
  .editions-1 .editions-button {
    margin-top: 0;
  }
}
