/* CSS reset */
* {
    margin: 0;
    padding: 0;
    font-size: 100%;
    line-height: 1;
}

/* ***** Basic Typography ***** */
p,
div,
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
}

p {
    margin-bottom: 12px;
}

#header .page-header,
#content1 .page-header {
    display: none;
}

.btn-primary {
    color: #ffffff;
    padding: 10px 25px;
    background-color: #000000;
    margin-bottom: 10px;
    border: 1px solid #000000;
}

#content3 .btn-primary {
    border: 1px solid #ffffff;
}

/* ***** Page Components ***** */

/* Menu */
#menu {
    margin: auto;
    position: fixed;
    width: 100%;
    z-index: 100;
    background-color: #1f231f;
    padding: 10px 0;
}

.nav>li {
    display: inline-block;
}

.nav>li>a {
    color: #ffffff;
    padding: 10px 9px;
}

.nav>li.active>a,
.nav>li>a:hover {
    color: #b9b39d;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: transparent;
}

.menucontent {
    text-align: center;
}

#menu .menulogo p img {
    width: 80px;
    height: auto;
    margin: 8px 5px;
}

#menu .menulogo div img {
    height: 35px;
    margin-left: 10px;
}

#menu p,
#menu .menulogo>div {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

#menu .menulogo p {
    height: 66px;
    margin-top: -10px;
    margin-bottom: -10px;
    background-image: linear-gradient(#a9a391, #faf2d1);
}

#menu .publishername {
    font-family: 'Cinzel Decorative', cursive;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
    font-kerning: none;
}

#menu h1 {
    font-size: 22px;
    margin: 0;
}

#menu .strapline {
    text-transform: uppercase;
    letter-spacing: 20px;
    margin-top: 5px;
    font-size: 12px;
    background: linear-gradient(to right, #906f3d 0%, #e2cf95 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.charityline {
    margin-top: 20px;
    font-style:italic;
}

#myNavbar {
    max-width: 850px;
    margin: auto;
    padding: 0 35px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar {
    margin-bottom: 0;
    min-height: 40px;
    border: 0px;
}

.navbar-header {
    float: none;
}

.span6 {
    margin: 0;
    width: 49%;
    display: inline-block;
}

#menu .navbar-toggle {
    border: 1px solid #ffffff;
    margin-top: 9px;
    margin-bottom: 9px;
}

#menu .navbar-toggle span {
    background-color: #ffffff;
}

ul.nav.menu.menucontent.mod-list {
    margin-top: 5px;
}

/* Kefa */

.responsive {
    display: none;
}

/* Headers */

.homepage #header,
.blog #header {
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;

}

.homepage #header {
    background-image: url("../images/homepageheaderbg.jpg");
    padding-bottom: 0;
    padding-top: 30px;
    border-top: 66px solid transparent;
    background-size: cover;
}

.blog #header,
.contact #header,
.books #header,
.reviews #header,
.author #header {
    padding: 200px 0 250px;
    background-position: center center;
    border-top: 66px solid transparent;
    background-size: cover;
    background-repeat: no-repeat;
}

.author #header {
    background-image: url("../images/authorheaderbg.jpg");
    padding: 600px 0 0;
}

.blog #header {
    background-image: url("../images/blogheaderbg.jpg");
}

.contact #header {
    background-image: url("../images/contactheaderbg.jpg");
}

.books #header {
    background-image: url("../images/booksheaderbg.jpg");
}

.reviews #header {
    background-image: url("../images/reviewsheaderbg.jpg");
}

.homepage #header .moduletable.headertext {
    max-width: 600px;
    margin: auto;
    text-align: center;
    z-index: 10;
    position: relative;
}

.homepage #header .moduletable.headercover {
    z-index: 5;
    position: relative;
    max-width: 1100px;
    margin:auto;
    margin-top: -300px;
    margin-bottom: -200px;
}

.homepage #header .moduletable.headercover img {
    max-width: 100%;
}

.homepage #header h2 {
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 0;
}

.homepage #header h3 {
    font-size: 76px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 15px;
    letter-spacing: 10px;
    margin-bottom: 30px;
}

.books h1,
.contact h1,
.blog h1,
.reviews h1 {
    margin: 82px auto 10px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 52px;
}

body.blog h1 {
    margin-left: 250px;
}

.reviews h1 {
    margin-left: 850px;
}

.row {
    margin: 0;
}

/* Content1 */

#content1 .center,
#main .privacypolicy div[itemprop="articleBody"] {
    max-width: 850px;
    margin: auto;
}

.privacypolicy .page-header {
    display: block;
    border: 0px solid #ffffff;
    padding-top: 50px;
}

.privacypolicy .page-header h2 {
    font-size: 60px;
    text-align: center;
}

.privacypolicy #content2 {
    display: none;
}

#content1 {
    background-color: #ffffff;
    background-image: url('../images/content1bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 50px 0;
}

#content1 .span6 h3,
#content2 h3,
#content3 h3 {
    font-size: 42px;
    font-weight: bold;
    line-height: 90%;
    text-transform: uppercase;
}

#content1 .span6 h3 {
    max-width: 95%;
    margin-bottom: 40px;
}

#content1 .span6 p {
    line-height: 150%;
}

#content3 h3,
.formlabel div {
    color: #ffffff;
}

.formlabel div>a {
    color: #bb8a4f;
}

#content1 .span6 h3:before,
#content2 h3:before,
#content3 h3:before {
    content: " ";
    display: block;
    font-size: 22px;
    border-bottom: 2px solid #000000;
    width: 25%;
    margin: 20px 0 20px;
}

#content2 h3:before,
#content3 h3:before {
    border-bottom: 2px solid #ffffff;
}

#content1 .span6 {
    max-width: 540px;
    margin-left: auto;
    margin-right: 0;
    padding: 0 35px;
    vertical-align: top;
}

#content1 .span6.logoball {
    text-align: center;
    margin-top: 85px;
    padding-left: 50px;
    margin-left: 10px;
    padding-right: 0;
}

#content1 img {
    max-width: 100%;
}

.extraspace {
    margin: 50px 0;
}


/* Content2 */

#content2 {
    background-image:url('../images/content2bg.jpg');
    background-position: 45% center;
    background-repeat: no-repeat;
    padding: 20px 0 200px;
    background-size: cover;
}

#content2 .moduletable {
    max-width: 850px;
    margin: auto;
    padding: 0 35px;
}

#content2 .moduletable .custom {
    background-color: #ffffff;
}

#content2 .moduletable img {
    max-width: 500px;
    margin-top: 50px;
    margin-bottom: 50px;
}

#content2 h3 {
    max-width: 22%;
    margin-bottom: 80px;
    color: #ffffff;
}

/* Content3 */

#content3 {
    background-color: #63543b;
}

#content3 .innerwrapper {
    max-width: 850px;
    padding: 0 40px;
    margin: auto;
}

#content3 .span6 {
    margin: 30px 0;
    vertical-align: top;
}

#content3 h3 {
    margin-bottom: 120px;
}

.socialmedialinks {
    text-align: center;
    margin-top: 50px;
}

.socialmedialink,
.socialmedialink a {
    width: 41px;
    height: 40px;
    margin: 0 5px;
    display: inline-block;
}

.socialmedialink {
    background-image: url("../images/socialmediaicons.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.socialmedialink.twitter {
    background-position: right center;
}

.formlabel {
    max-width: 63%;
    display: inline-block;
    vertical-align: middle;
}

#content3 input[type="checkbox"] {
    width: 5%;
    display: inline-block;
    margin: 0;
    vertical-align: top;
}

#content3 .formlabel div {
    font-size: 11px;
    display: inline-block;
    width: 93%;
    text-align: left;
}

/* Imported AJAX form styling */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#content3 .field {
  margin: 0.2em 0;
}

#content3 label {
  display: block;
  margin-top: 2em;
  margin-bottom: 0.5em;
  color: #999999;
}

#content3 textarea {
  height: 120px;
}

.homepage #content3 input,
.homepage #content3 textarea {
    width: 100%;
    padding: 7px 5px;
    font-size: 1.2em;
    background-color: #63543b;
    border: 2px solid #ffffff;
}

#content3 input::placeholder,
#content3 textarea::placeholder {
    color: #ffffff;
    font-size: 12px;
    margin-top: 5px;
}

input::-webkit-input-placeholder {
    line-height: 2 !important;
}

#content3 .field.button {
    text-align: right;
}

#content3 button {
  margin: 0;
  width: 35%;
  text-align: center;
    background-color: #ffffff;
    color: #000000;
}

#content3 button.btn-primary:hover {
    background-color: #000000;
    color: #ffffff;
}

#content3 button:hover, button:focus {
  opacity: 0.75;
  cursor: pointer;
}

#content3 button:active {
  opacity: 1;
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1) inset;
}

.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

/* Fancy CSS extras */
.btn-primary:hover,
.btn-primary:focus {
    background-color: #ebebeb;
    text-decoration: none;
    color: #000000;
    -webkit-transition: background-color 500ms linear, color 250ms linear;
    -ms-transition: background-color 500ms linear, color 250ms linear;
    transition: background-color 500ms linear, color 250ms linear;
}

#box2 {
    margin-bottom: 10px;
    height: 290px;
    overflow: hidden;
    -webkit-transition: height 0.75s ease;
    -mox-transition: height 0.75s ease;
    -o-transition: height 0.75s ease;
    transition: height 0.75s ease;
}

.articlewrapper {
    text-align: center;
}

/* Page footer */

#footer {
    padding-top: 30px;
    padding-bottom: 50px;
    background-color: #ffffff;
}

#footer .center {
    max-width: 700px;
    margin: auto;
    text-align: center;
}

#footer div,
#footer div a {
    color: #6c767d;
    font-size: 12px;
}

#footer span {
    border-left: 1px solid #6c767d;
    padding-left: 20px;
    padding-right: 20px;
}

#footer span:first-child {
    border: none;
}

#footer .socialmedia span,
#footer .socialmedia {
    padding: 0px;
}

#footer span img {
    margin-left: 5px;
}

/* Books page styling */

#main {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}

.blog.books div[itemprop="blogPost"] {
    padding: 0 35px;
    margin: 25px 0 50px;
    text-align: center;
}

div.blog.books>div
.item-page.blog {
    background-color: #eef3fd;
}

div.blog.books>div:nth-child(even) {
    background-color: #eceae0;
}

.blog .blog.item-page div[itemProp="articleBody"]
,.blog .blog.item-page .page-header {
    background-color: #ffffff;
}

.blog.books div[itemprop="blogPost"]>div,
.blog.blog div[itemprop="blogPost"]>div,
.blog.blog div[itemprop="blogPost"]>p,
.item-page.blog>div,
.published,
.author #main {
    max-width: 650px;
    margin: auto;
    text-align: center;
}

.blog.blog div[itemprop="blogPost"]>p {
    margin: 0 auto 10px;
}

.published {
    font-weight: 700;
}

.blog.books img {
    max-width: 350px;
    margin: auto;
}

.books .blog.books p,
.blog .blog.blog p,
.author #main p {
    font-size: 15px;
    line-height: 180%;
    margin-top: 0;
}

.readmore {
    text-align: center;
    border: 0px;
    text-transform: uppercase;
}

.blog .blog.blog .page-header {
    border: 0px;
}

.blog.blog div[itemprop="blogPost"]>p.readmore {
    margin-bottom: 20px;
    margin-top: 20px;
}

.blog .item-image img {
    max-width: 50%;
}

.blog .blog.blog .page-header h2 {
    font-weight: inherit;
}

.blog .blog.blog .page-header a {
    color: #000000;
}

.blog .blog.blog .page-header a:hover {
    text-decoration: none;
}

.books .blog.books p.booktitle,
.books .blog.books p.bookauthor,
.books .blog.books p.bookseriesline,
.blog .blog.blog .page-header,
.author h1 {
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 0;
    line-height: 100%;
}

.author h1,
.books .blog.books p.bookauthor {
    margin-bottom: 30px;
}

.blog .blog.blog .page-header {
    margin-bottom: 0;
    padding-bottom: 0;
}

.books .blog.books p.booktitle,
.author h1 {
    text-transform: uppercase; 
    font-size: 36px;
    padding-top: 30px;
}

.books .blog.books p.bookauthor {
    font-size: 22px;
    font-weight: 700;
    margin-top: 10px;
}

.books .blog.books p.bookseriesline {
    font-size: 18px;
    color: #b4c3d6;
    margin-top: 20px;
}

.blog .blog.blog .items-row {
    padding: 40px 0;
}

.buyoptions {
    margin: 20px 0;
}

.buyoption {
    max-width: 28%;
    min-width: 28%;
    display: inline-block;
    text-align: center;
    margin: 0 10px;
}

.buyoption .btn-primary {
    padding: 6px 10px;
    font-size: 18px;
    margin-bottom: 10px;
    min-width: 100%;
}

.buyoption.amazon:after,
.buyoption.itunes:after {
    content: " ";
    height: 50px;
    margin: 10px auto;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.buyoption.itunes:after {
    background-image: url(../images/ituneslogo.svg);
    width: 130px;
}

.buyoption.amazon:after {
    background-image: url('../images/amazonlogo.png');
    width: 100px;
}

.buyoption .btn-primary .format {
    color: #f19d38;
}

.buylabel {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}

.blog #content3,
.blog #content3 .btn {
    background-color: #ffffff;
    color: #000000;
    font-size: 16px;
    line-height: 170%;
    border: 0;
}

div.item-page.blog>div {
    padding-bottom: 40px;
}

.blog #content3 .innerwrapper {
    max-width: 88px;
    padding: 0;
}

/* Contact Page Styling */
.contact #main {
    max-width: 850px;
    padding: 0 40px;
    margin: 100px auto;
}

.contact #main {
    padding-bottom: 50px;
}

.formlabel {
    max-width: 63%;
    display: inline-block;
    vertical-align: middle;
}

.contact #main input[type="checkbox"] {
    width: 5%;
    display: inline-block;
    margin: 0;
    vertical-align: top;
}

.contact #main .formlabel div {
    font-size: 11px;
    display: inline-block;
    width: 93%;
    text-align: left;
}

/* Imported AJAX form styling */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact #main .field {
  margin: 0.2em 0;
}

.contact #main label {
  display: block;
  margin-top: 2em;
  margin-bottom: 0.5em;
  color: #999999;
}

.contact #main textarea {
  height: 120px;
}

.contact #main input,
.contact #main textarea {
    width: 100%;
    padding: 7px 5px;
    font-size: 1.2em;
    background-color: #ffffff;
    border: 2px solid #000000;
}

.contact #main input::placeholder,
.contact #main textarea::placeholder {
    color: #000000;
    font-size: 12px;
    margin-top: 5px;
}

input::-webkit-input-placeholder {
    line-height: 2 !important;
}

.contact #main .field.button {
    text-align: center;
    margin-top: 50px;
}

.field.button>* {
    display: block;
    margin: 10px auto 20px;
}

#ajax-contact {
    max-width: 80%;
    margin: auto;
}

.contact #main button {
  margin: 10px auto;
  width: 35%;
  text-align: center;
    background-color: #000000;
    color: #ffffff;
}

.contact #main button.btn-primary:hover {
    background-color: #000000;
    color: #ffffff;
}

.contact #main button:hover {
  opacity: 0.75;
  cursor: pointer;
}

.contact #main button:active {
  opacity: 1;
}

.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

/* Author Page Styling */

.author #main img {
    max-width: 80%;
    margin-top: 20px;
}

/* Reviews Page Styling */

.reviews #main {
    padding: 50px 0;
}

.reviews #main .reviews {
    max-width: 550px;
    margin: auto;
}

.reviews .blog.reviews .items-row {
    padding: 20px 0 40px;
}

.reviews .blog.reviews .items-row:before {
    content: "⭑ ⭑ ⭑ ⭑ ⭑";
    display:block;
    color: #f4b13e;
    text-align: center;
    padding: 10px 0 40px;
    font-size: 30px;
}

.reviews p.reviewheadline {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.reviews p.reviewfrom {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 20px;
}

.reviews p {
    font-size: 15px;
    line-height: 180%;
}

/* Responsive styling for everything larger than phone screen */

@media (min-width: 768px) {
    .container-fluid>.navbar-header {
        height: 0;
    }
}

/* Responsive styling for large Tablet screens */

@media (max-width: 1365px) and (min-width: 1024px) {
    .homepage #header .moduletable.headercover {
        margin-top: -280px;
        margin-bottom: -180px;
    }
    
    .homepage #header {
        background-position: 30% center;
        background-size: 140% 100%;
    }
    
    .homepage #header h2 {
        margin-top: 6px;
    }
    
    #content1 img {
        max-width: 85%;
    }
    
    .reviews h1 {
        margin: 87px 0 5px 650px;
    }
}

/* Responsive styling for tablet screens */ 
@media (max-width: 1024px) {
    .author #header {
        padding: 400px 0 0;
    }
    
    .blog #header,
    .contact #header,
    .books #header,
    .reviews #header {
        padding: 100px 0 150px;
    }
}

/* Responsive styling for portrait Tablet screens */

@media (min-width: 768px) and (max-width: 1023px) {
    .nav>li>a {
        padding: 10px 7px;
    }
    
    .homepage #header .moduletable.headercover {
        margin-top: -200px;
        margin-bottom: -135px;
    }
    
    #myNavbar {
        max-width: 736px;
        padding: 0 0 0 35px;
    }
    
    #content1 .span6,
    #content1 .span6.logoball,
    #content3 .span6 {
        max-width: 368px;
        padding: 0 50px;
    }
    
    #content1 .span6.logoball {
        margin-top: 205px;
    }
    
    #content3 .span6 {
        padding: 0 35px;
    }
    
    #content2 .moduletable {
        padding: 0 50px;
    }
    
    #content3 .innerwrapper {
        padding: 0;
    }
    
    .blog #header {
        background-size: 1500px;
    }
    
    .homepage #header {
        background-position: 20% center;
        background-size: 134% 100%;
    }
    
    .homepage #header h2 {
        margin-bottom: 0;
    }
    
    .homepage #header h3 {
        margin-top: 0;
        margin-bottom: 20px;
    }
    
    .author #header {
        padding-top: 350px;
    }
    
    .blog #header,
    .contact #header,
    .books #header,
    .reviews #header {
        padding: 75px 0 125px;
    }
    
    .reviews h1 {
        margin: 87px auto 0 500px;
    }

}

/* Responsive styling for Phone screens */

@media (max-width: 767px) {
    body {
        padding: 0;
    }
    
    .responsive {
        display: inline-block;
    }
    
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-left: 0;
        margin-right: 0;
    }
    
    #menu {
        padding: 0;
    }
    
    #menu .logowrapper {
        max-height: 66px;
        margin-top: -10px;
        margin-bottom: -10px;
        margin-left: 15px;
        background-image: linear-gradient(#a9a391, #faf2d1);
    }
    
    #menu img {
        max-height: 26px;
        margin: 22px 0 14px;
        padding: 0 5px;
    }
    
    .homepage #header, 
    .blog #header, .contact #header, .books #header, .reviews #header, .author #header {
        border-top: 52px solid transparent;
        padding: 25px 0 75px;
    }
    
    .reviews #header {
        background-position: left center;
    }
    
    .reviews #header h1 {
        display: none;
    }
    
    .menulogo {
        display: none;
    }
    
    #menu .span6 {
        width: 100%;
    }
    
    #menu .nav>li {
        display: block;
    }
    
    #content1 {
        background-image: none;
    }
    
    #content1 .span6.logoball {
        background-image: url("../images/content1bgmob.jpg");
        margin-top: 0;
        padding-top: 35px;
        padding-bottom: 35px;
        background-size: cover;
        background-position: center center;
    }
    
    #content1 .span6 {
        width: 100%;
        max-width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    #content1 img {
        max-width: 250px;
    }
    
    #content2 {
        padding: 20px 0 100px;
        background-size: cover;
    }
    
    #content3 .span6 {
        width: 100%;
    }
    
    .homepage #header .moduletable.headercover {
        margin-top: -150px;
        margin-bottom: -170px;
    }
    
    #footer span {
        margin-bottom: 10px;
        padding: 0 14px;
    }
    
    html,
    body,
    #menu,
    #header,
    #content1,
    #content2,
    #content3,
    #content4,
    #footer,
    #content2 .moduletable img {
        max-width: 100%;
    }
    
    #content2 .moduletable img {
        padding: 0 10px;
    }
    
    #content1 {
        padding: 0;
    }
    
    #content1 .span6.logoball {
        margin: 0;
        padding-right: 50px;
    }
    
    .homepage #header h2 {
        margin-top: 10px;
        margin-bottom: 0;
    }
    
    .homepage #header {
        padding-top: 10px;
        background-size: 136% 100%;
        background-position: 23% center;
    }
    
    .homepage #header h3 {
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 56px;
    }
    
    #content3 .span6 {
        margin: 0;
    }
    
    #content3 h3 {
        margin-bottom: 20px;
    }
    
    #content3 .field.button {
        padding-top: 20px;
        margin: 0 auto;
    }
        
    .blog.books img {
        max-width: 300px;
    }
    
    .author #header,
    .reviews #header {
        padding: 250px 0 0;
    }
    
    .author #main {
        max-width: 90%;
        margin: auto;
    }
    
    .books .blog.books p.booktitle {
        padding-top: 0;
    }
    
    .buyoption .btn-primary {
        font-size: 14px;
    }
}

/* Responsive styling for portrait Phone screens */

@media (max-width: 530px) {
    
    .buyoption {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    
    .buylabel {
        margin-bottom: 10px;
    }
    
    .buyoption {
        max-width: 55%;
        width: 55%;
        margin: 30px auto;
    }
    
    .buyoption .btn-primary {
        width: 100%;
        min-width: 84px;
    }
    
    .homepage #header {
        padding-top: 20px;
        background-size: cover;
        background-position: 67% center;
    }

    .homepage #header .moduletable.headercover {
        max-width: 100%;
        margin: -80px 0 -110px;
        min-height: 390px;
        background-image: url('/images/bookcover.png');
        background-size: 130%;
        background-repeat: no-repeat;
        background-position: 70% center;
    }
    
    .homepage #header .moduletable.headercover div.headercover {
        display: none;
    }
    
    .blog.books img {
        max-width: 100%;
    }
    
    #footer span {
        display: block;
        padding-bottom: 10px;
        border: none;
        text-align: center;
    }
    
    #footer span:first-child {
        border: none;
    }

    .homepage #header h2 {
        max-width: 75%;
        margin:auto;
    }
    
    .homepage #header h3,
    .books h1 {
        letter-spacing: 0;
        font-size: 44px;
    }
    
    #content1 .span6.logoball {
        padding: 35px 35px;
    }
    
    #content2 .moduletable {
        padding: 0;
    }
    
    #content2 .moduletable h3 {
        padding: 0 35px;
        max-width: 100%;
    }
    
    #content3 button {
        width: 49%;
    }
    
    #footer span {
        padding: 0 40px;
    }
    
    .books .blog.books p.booktitle {
        font-size: 26px;
    }
    
    .books .blog.books p,
    .bookseriesline {
        line-height: 135%;
    }
    
    .formlabel {
        max-width: 100%;
        padding-bottom: 10px;
    }
    
    #content3 .field.button {
        text-align: center;
        padding-top: 10px;
    }
    
    .author #header {
        padding-top: 200px;
    }
    
    .reviews #header {
        background-position: 15% center;
        padding: 170px 0 0;
    }
    
    .reviews p.reviewheadline {
        font-size: 28px;
    }
    
    #ajax-contact {
        max-width: 100%;
    }
    
    body.blog h1 {
        margin-left: 150px;
    }
    
    .contact #main {
        margin: 0 auto;
    }
    
    .reviews #main,
    body.blog #main,
    .contact #main {
        padding: 50px 15px;
    }
}