body {
  padding-top: 31px;
}
h1, h2, h3, h4, .navbar-brand, .handwritten {
  font-family: 'Roboto Condensed', cursive, "Calibri Light", Helvetica, sans-serif;
}
body, div, span, p, a, li, dd, dt, input, select, option, blockquote,
h2.modal-title, h2.book-title, h2.promo-title,
h3.modal-title, h3.book-title, h3.promo-title {
	font-family: "Calibri Light", Helvetica, sans-serif;
}

p, li, input, select, option {
  font-size: 1.4em;
}
li li {
 font-size: 1em; 
}

.navbar-fixed-top {
  z-index: 1000; /*fox for mailchimp popover */
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
}
.navbar-inverse .navbar-nav>.active>a, 
.navbar-inverse .navbar-nav>.active>a:hover, 
.navbar-inverse .navbar-nav>.active>a:focus {
  color: #428bca;
  font-weight: bold;
}

.navbar>.container .navbar-brand {
  border: yellow solid 0.2em;
  padding-top: 0.7em;
  margin-left: 0;
}

.banner img {
  width: 99%;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

/* sign-up */
.list-signup {
  border-radius: 0.5em;
  background-color: #44b97d; /* green */
  padding: 2em 2em;
}

.list-signup a,
.list-signup a:hover,
.list-signup a:visited {
  color: #000;
  margin: 0.5em;
  font-weight: bold;
  display: block;
}

.list-signup h2 {
  margin-top: 0;
}

.form-note {
  font-size: 0.8em;
  text-align: left;
  margin-top: 1em;
}

  /* icons */

  @font-face {
    font-family: 'ds-icons';
    src:url('/assets/fonts/ds-icons/icomoon.eot?1ar1gg');
    src:url('/assets/fonts/ds-icons/icomoon.eot?#iefix1ar1gg') format('embedded-opentype'),
      url('/assets/fonts/ds-icons/icomoon.woff?1ar1gg') format('woff'),
      url('/assets/fonts/ds-icons/icomoon.ttf?1ar1gg') format('truetype'),
      url('/assets/fonts/ds-icons/icomoon.svg?1ar1gg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
  }

  [class^="icon-"], [class*=" icon-"] {
    font-family: 'ds-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .icon-facebook:before {
    content: "\e607";
  }
  .icon-twitter:before {
    content: "\e608";
  }
  .icon-goodreads:before {
    content: "g";
  }
  .icon-gift:before {
    content: "\e606";
  }
  .icon-bubbles:before {
    content: "\e605";
  }
  .icon-box-add:before {
    content: "\e604";
  }
  .icon-calendar:before {
    content: "\e60a";
  }
  .icon-bell:before {
    content: "\e603";
  }
  .icon-envelope:before {
    content: "\e602";
  }
  .icon-books:before {
    content: "\e601";
  }
  .icon-bullhorn:before {
    content: "\e609";
  }
  .icon-camera:before {
    content: "\e600";
  }

.book-promo {
  background-color: transparent;
  padding: 0;
}

.cover, .headshot {
  text-align: center;
}

.headshot img {
  border-radius: 100px;
  border: 0.1em solid #44b97d;
}

.jumbotron li {
  font-size: 1.5em;
}

.promo {
  color: red;
}

.btn-success {
  background-color: #fe3113;
  background-image: none;
  border-color: #fe3113;
}

.cta {
  color: #fe3113;
  font-weight: bold;
}
a.cta {
  color: #fe3113;
  font-weight: bold;
  display:block;
}
.btn-cta, .btn-cta:visited, 
.btn-cta.active, .btn-cta.active:focus {
  background-color: #fe3113;
  border-color: #fe3113;
  color: #fff;
  font-size: 2em;
}
.btn-cta:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.cta-note, .cta-footnote {
  text-align: center;
  font-size: 1em;
  padding: 0.5em 0.5em 0 0.5em;
}
.cta-footnote {
  font-size: 1em;
  margin-top: 1em;
}
input.subscribe {
  vertical-align:top;
}

.book-intro {
  color:#fff;
  text-align: center;
  background-color: #fe3113;
  background-position: center center;
  background-repeat: repeat-y;
  background-image: url(/assets/images/red-bg-2700.jpg);
}

.book-intro h1 {    
  font-size: 5em;
  text-transform: uppercase;
  font-weight: bold;
  padding: 1em 0 0.6em 0;
}
.book-intro .short-description {
  font-size: 2.4em;
  padding-bottom: 2em;
  font-style: italic; 
}
.book-details {
    background-color: #000;
    background-position: center center;
    background-repeat: repeat-y;
    background-image: url(/assets/images/black-bg-2700.jpg);
}
.book-details > div {
    padding: 1em 0;
}

.nav-tabs {
  border-bottom: 1px solid rgba(000,000,000, 0.4);
  background-color: rgba(000,000,000, 0.4);
}

.nav-tabs>li>a {
  color: #fff;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #fb3b46;
  border-color: #fb3b46;
  border-radius:0;
  border-bottom-color: rgba(000,000,000, 0.4);
} 
.nav-tabs>li>a:hover, 
.nav-tabs>li>a:focus {
  background-color: rgba(000,000,000, 0.4);
  border-color: rgba(000,000,000, 0.4);
}
.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus {
  color: #fff;
  background-color: #000;
}
.nav-tabs.nav-justified>li>a, 
.nav-tabs.nav-justified>li>a:hover, 
.nav-tabs.nav-justified>li>a:focus {
  border-radius:0;
  border: 1px solid #000;
  border-top-color: #000;
}
.nav-tabs.nav-justified>.active>a, 
.nav-tabs.nav-justified>.active>a:hover, 
.nav-tabs.nav-justified>.active>a:focus {
  border-radius:0;
  border: 1px solid #000;
  border-top-color: #fb3b46;
}

.tab-content {
  color: #fff;
  background-color: rgba(000,000,000, 0.4);
  border-top-color: rgba(000,000,000, 0.4);
  padding: 1em;
}

.tagline {
  font-size: 2em;
  margin-bottom: 0.6em;
}

.cover-area {
  text-align: center;
  padding-top: 1em;
}

.buy-links {
  margin: 1em 0.6em;
}

/*section.section-odd {
  background: #fff;
}
section.section-odd {
  background: #f05f40;
  color: #fff;
}*/

table.prices {
  border:0;
  border-collapse: collapse;
  font-size: 1.4em;
  margin:auto;
  margin-bottom: 1em;
}
td.price-label {
  width: 70%;
  text-align: right;
  font-weight: bold;
  padding-right: 0.2em;
}
td.price {
  text-align: left;
}
tr.regular-price td.price {
  text-decoration: line-through;
}
tr.special-price td {
  color: #fe3113;
  font-weight: bold;
}

.item-container {
    text-align: center;
    vertical-align: top;
}

table.download {
  border:0;
  border-collapse: collapse;
  font-size: 1.4em;
  margin:auto;
  margin-bottom: 1em;
}
td.download-label,
td.download {
  text-align:center;
  vertical-align: top;
}
.download-label .icon-image {
  display:block;
  margin:0 auto;
}
table.instructions {
  border:0;
  border-collapse: collapse;
  margin-bottom: 1em;
}
table.instructions tr {
  border-top: solid 1px gray;
}
table.instructions tr:first-child {
  border-top: none;
}
table.instructions tr > td {
  padding: 1em 0;
}
table.instructions td.download-label {
  padding-right: 1em;
}
.download-instructions {
  display: block;
  margin-bottom: 1.6em;
}

/* mail chimp */
#mc_embed_signup {
  background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; width:100%;
}
#mc_embed_signup form {
  text-align: center;
  vertical-align: middle;
}
#mc-embedded-subscribe {
  margin: 0;
}
#mc_embed_signup .mc-field-group {
  padding-bottom: 0;
  width: 100%;
}
#mc_embed_signup .mc-field-group input {
  display: inline;
  width:auto;
}
#mc_embed_signup input.email {
  font-size:1.9em;
  height:2em;
  width: 11em;
}
#mc_embed_signup input.subscribe {
  padding: 0.2em;
  text-indent: 0;
}
#mc_embed_signup form {
  padding:0;
}
#mc_embed_signup div.response {
  padding:0;
  text-align: center;
  width:auto;
}
.signup-button-container {
  text-align: center;
  margin: 2em 0;
}
.modal-body {
  padding-top:0;
}


#arc-signup #mce-EMAIL,
#arc-signup #mce-FNAME,
#arc-signup #mce-LNAME,
#arc-signup #mce-MMERGE3 {
  clear: both;
  width:98%;
  margin-bottom: 0.2em;
}

/* end - mail chimp */

.book-title,
.promo-title {
  font-style: italic;
  font-weight: bold;
}
img.book-3d {
  width: 20em;
}
.logo-image {
  height: 3em;
}
.icon-image {
  width: 4em;
}
div.stars5 {
  text-align: center;
  padding: 1em;
}
div.stars5 img {
  clear: both;
  max-width: 98%;
}
p.get-your-copy {
  font-size: 1.8em;
  margin: 1em 0;
}
p.book-description {
 margin-bottom: 1em; 
}
.books .book-description {
  font-size: 1em;
}

.jumbotron .hires li {
  font-size: 1.2em;
}

.author-promo,
.author-promo-text {
  padding: 2em;
}

/* book pages */
article p {
  font-size: 1.2em;
}
.topics {
  list-style-type: none;
  padding: 0;
}
.interview dt {
  font-weight: bold;
  font-size: 1.4em;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.discussion {
}
.topics {
  text-align: center;
}
.topics li.active a {
  color: #000;
}
cite {
  font-style: italic;
  font-weight: bold;
  white-space: nowrap;
}
.printable {
  text-align: center;
}
.review {
  margin-top: 1em;
}
.books {
  margin-bottom: 1em;
}
.book-buttons {
  margin-top: 1em;
  margin-bottom: 1em;
}
.btn-buy {
  background-color: red;
}
.quote-attribution {
  font-style: italic;
  text-align: right;
  font-size: 1em;
}
blockquote {
  margin-top: 1.4em;
  border-left:0;
}
.isbn {
  font-weight: bold;
}
.media-kit-link {
  font-size: 1.5em;
}
td.fb-like {
  padding-left: 0.5em;
}
.calibre4 {
  display: block;
  text-indent: 0;
  margin: 2em 0 0.2em;
  padding: 0
}
.calibre5 {
  display: block;
  text-indent: 1.5em;
  margin: 0 0 0.2em;
  padding: 0
}
.btn-next-chapter {
  margin-top: 1em;
}