/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ------ General CSS ------------ */
body{
  color: #000;
  font-family: 'Times New Roman', Times, serif;
  line-height: 1.25;
}

.black-button{
  width: 153px;
  background-color: #000;
  color: #fff;
  padding: 12px 0;
  border: none;
  border-radius: 3px;
  display: block;
  margin: 25px auto 0;
  font-size: 14px;
}
.text-center{
  text-align: center;
}
/* ------ Alerty Bar CSS ------------ */
.alert-bar{
  text-align: center;
  background-color: #782241;
  font-size: 20px;
  color: #fff;
  padding: 15px 0;
  margin-bottom: 15px;
}
.alert-bar a{
  color: #fff;
  text-decoration: underline;
}
.alert-bar a:hover{
  color: #ddd;
  text-decoration: none;
}


/* ------ Navigation CSS ------------ */
.navbar-light .navbar-nav .nav-link{
  color: #000;
  font-style: italic;
  font-size: 28px;
}
.navbar-nav a{
  color: #000;
  font-style: italic;
  font-size: 28px;
}
.navbar-nav a:hover{
  color: #4e4e4e;
}
.navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active{
  color: #C5A96E!important;
}


/* ------ header CSS ------------ */
.header img{
  display: block;
  margin: 150px auto 20px;
  max-width: 100%;
}
.header h2{
  font-size: 25px;
  font-style: italic;
  text-align: center;
  margin-bottom: 100px;
}

/* ------ Coming Soon CSS ------------ */
.coming-soon{
  background-color: #f8f8f8;
}
.coming-soon-text{
  max-width: 400px;
  background-color: rgba(255, 255, 255, .8);
  text-align: center;
  padding: 20px 20px;
  margin: 20px auto 0;
  font-size: 14px;
}
.coming-soon-text h2{
  font-size: 40px;
  color: #C5A96E;
  margin-bottom: 20px;

}
.coming-soon-text h3{
  font-size: 30px;
  margin-bottom: 20px;
}
.coming-soon-cover{
  float: right;
}
.coming-soon-img{
  width: 100%;
  margin: 50px 0;
  max-width: 667px;
}
.coming-soon-intro{
  text-align: center;
  margin-bottom: 50px;
}



/* ------ Quote CSS ------------ */
.quote{
  margin-top: 85px;
  text-align: center;
  font-size: 42px;
  font-style: italic;
  font-weight: normal;
}
.quote-author{
  font-size: 20px;
  text-align: center;
  font-style: italic;
  margin-top: 15px;
}

/* ------ Email Form CSS ------------ */
.email-signup{
  margin: 130px auto;
}
.email-h3{
  text-align: center;
  font-size: 36px;
}
.email-signup p{
  text-align: center;
  font-size: 16px;
  margin-top: 14px;
}
.email-signup input{
  display: block;
  margin: 0 auto;
}


/* ------ About Page CSS ------------ */
.about{
  margin-top: 200px;
}
.about h2{
  font-size: 26px;
  color: #C5A96E;
  margin: 15px 0;
}
.about-pic{
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.about a,
.newsletter a{
  color: #C5A96E;
}
.about a:hover,
.newsletter a:hover{
  color: #C5A96E;
  text-decoration: underline;
}
.seva-form{
  display: block;
  margin: 0 auto;
}


/* ------ Books CSS ------------ */
.books-top-section{
  margin-top: 90px;
  margin-bottom: 150px;
}
.books-top-section h2{
  font-size: 26px;
  color: #C5A96E;
  margin: 15px 0 30px;
  text-align: center;
}
.books-top-section img{
  width: 300px;
  margin: 0 auto;
  display: block;
}
.books-top-section h3{
  font-size: 20px; 
  margin-bottom: 10px; 
  text-align: left; 
  color:#C5A96E;
}
.books h2{
  font-size: 26px;
  color: #C5A96E;
  margin: 15px 0 30px;
}
.books img{
  display: block;
  margin: 0 auto 80px;
}
.audio img{
  display: block;
  margin: 0 auto 20px;
}
.audio-link-section{
  margin-bottom: 40px;
}
.audio-link-section li{
  padding-bottom: 12px;
  text-align: center;
}
.audio-link{
  font-size: 20px;
  font-style: italic;
  color: #000;
  padding-bottom: 8px;
}
.audio-link:hover{
  color: #000;
}
.books-bottom-space,
.books-coming-soon{
  margin-bottom: 250px;
}
.books-coming-soon{
  margin-top: 150px;
}
.series-link{
  color: #000;
  text-decoration: none;
}
.series-link:hover{
  color: #000;
  text-decoration: underline;
}
.books-coming-soon{
  padding-top: 50px;
}
.books-buy-img{
  padding-bottom: 50px;
}
/* ------ Conact CSS ------------ */
.social-contact{
  display: block;
  margin: 50px auto 0;
}
.contact-social{
  color: #C5A96E;
  font-size: 46px;
}


/* ------ Books Page CSS ------------ */
.books-page{
  margin-top: 90px;
  margin-bottom: 150px;
}
.books-page h2{
  font-size: 36px;
  color: #C5A96E;
  margin: 15px 0;
  text-align: center;
}
.books-page h3{
  text-align: center;
  font-style: italic;
  font-size: 20px;
  margin-bottom: 40px;
}
.books-page img{
  width: 300px;
  margin: 0 auto;
  display: block;
}
strong{
  font-weight: bold;
}
.books-page p{
  line-height: 1.5;
}
.book-quote-wrapper{
  background-color:#F8F8F8;
  padding: 80px 0;
}
.book-quote-h2{
  text-align: center;
  font-size: 42px;
  font-style: italic;
  font-weight: normal;
}
.book-quote-h3{
  text-align: center;
  font-size: 22px;
  font-style: italic;
  font-weight: normal;
  margin-top: 50px;
}
.books-bottom-section h2{
  color: #C5A96E;
  text-align: center;
  font-size: 26px;
  margin-bottom: 25px;
}
.buy-section{
  margin:120px auto;

}
.books-buy-img{
  width: 200px;
  display: block;
  margin: 0 auto;
}
.buy-section h3{
  font-size: 33px;
  color: #C5A96E;
  margin-bottom: 46px;
}
.buy-section li{
  margin-bottom: 15px;
}
.buy-section a{
  font-size: 28px;
  color: #000f;
  text-decoration: none;
  font-style: italic;
  margin-bottom:10px
}
.buy-section a:hover{
  text-decoration: underline;
}
.sale-section{
  text-align: center;
}
.sale-section h3{
  font-size: 20px;
  color: #C5A96E;
  margin-bottom: 20px;
  margin-top: 10px;
}
.sale-section li{
  margin-bottom: 6px;
}
.sale-section a{
  font-size: 16px;
  color: #000f;
  text-decoration: none;
  font-style: italic;
}
.sale-section a:hover{
  text-decoration: underline;
}
.excerpt h2{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.excerpt{
  max-width: 768px;
  margin: 0 auto;

}
.recommended{
  margin: 125px auto 150px;
}
.recommended h2{
  color: #C5A96E;
  font-size: 32px;  
  margin-bottom: 30px;
}
.space40{
  margin-bottom: 40px;
}
.space100{
  margin-bottom: 200px;
}
.books-read-order{
  text-align: center;
  margin-top: 100px;
}
.books-read-order h2{
  color: #000;
  margin-bottom: 10px;
  font-size: 24px;
  text-transform: uppercase;
}
.books-read-order li{
  margin: 20px 0;
  font-size: 18px;
}
.books-read-order a{
  color: #C5A96E;
  text-decoration: none;
}
.books-read-order a:hover{
  color: #000;
  text-decoration: underline;
}
.epilogue a{
  color: #C5A96E;
  text-decoration: none;
}
.epilogue a:hover{
  color: #000;
  text-decoration: underline;
}
hr{
  margin: 30px 0;
  border-top: 1px solid #000;
}
.epilogue h2{
  color: #C5A96E;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
/* ------ Newsletter CSS ------------ */
.top-newsletter{
  margin-bottom: 100px;
}
.bottom-newsletter{
  margin-bottom: 200px;
} 

/* ------ Privacy CSS ------------ */
.privacy-policy-wrapper{
  margin-top: 100px;
  margin-bottom: 200px;
}
.privacy-policy-wrapper h2{
  color: #C5A96E;
  font-size: 30px;
  margin-bottom: 15px;
}
.privacy-policy-wrapper ul{
  list-style: disc;
  margin-left: 15px;
}
/*------- Survey Page    ------------ */
.survey{
  margin-top: 200px;
}
.survey h2{
  font-size: 40px;
  margin-bottom: 12px;
  text-align: center;

}
.survey h3{
  font-size: 32px;
  text-align: center;

}
/* ------ Start Here CSS ------------ */
.start-here{
  margin: 75px 0;
  padding: 80px 0;
  background-color: #f8f8f8;
}
.icons-h2{
    font-size: 36px!important;
    color: #000!important;
    margin: 15px 0;
    
}
.start-here-bullet ul li{
  list-style-type: disc;
}

.start-here-bullet{
  font-size: 18px;
  padding-bottom: 8px;
}
.start-here-bullet a{
  color: #C5A96E;
}
.start-here-icons{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.start-here-bottom{
  margin-bottom: 180px;
}
.icon-div a{
  color: #C5A96E;
}
.icon-div{
  padding: 0 20px;
  color: #C5A96E;
}
.icon-div svg{
  height: 46px;
  display: block;
  margin: 0 auto;
  color: #C5A96E;
}


/* ------ Footer CSS ------------ */
footer{
  background-color: #000;
  text-align: center;
  color: #fff;
  margin-bottom: -4px;
}
footer img{
  margin-top: 100px;
  margin-bottom: 30px;
}
footer p{
  font-size: 23px;
  font-style: italic;
  margin-bottom: 4px;
}
.footer-nav{
  margin: 66px auto 46px;
  max-width: 282px;
  font-size: 26px;
  font-style: italic;
}
.footer-left{
  float: left;
  border-right: 1px solid #fff;
  padding-right: 75px;
}
.footer-right{
  float: right;
}
.footer-nav a{
  color: #fff;
  display: block;
  
}
.social{
  margin: 30px 0 15px;
  font-size: 20px;
}
.social a{
  color: #fff;
}
.social a:hover{
  color: #ddd;
}
.fab{
  padding: 0 10px;
}
.footer-nav a:first-child{
  margin-bottom:30px;
}
.copyright{
  margin-top: 15px;
  font-size: 12px;
  padding-bottom: 50px;
}

@media(min-width: 768px){
  .books-coming-soon{
    padding-top: 0;
  }
  .books-buy-img{
    padding-bottom: 0;
  }
  .free-img-first{
    float: right;
    max-width: 200px!important;
  }
  .free-img-second{
    float: left;
    max-width: 200px!important;
  }
}
@media(min-width: 1024px){
  .coming-soon-text{
    padding: 40px 60px;
    top:50px;
    left: 110px;
    position: absolute;
    z-index: 5;

  }
  .coming-soon-img{
    float: right;
    position: relative;
    
  }
  
}