/* blue */
/* blue */
/* Dark Blue */
/* Blue 50% */
/* Blue 75% */
/* Blue 90% */
/* Blue 95% */
/* Black */
/* white */
/* white 90% */
/* white */
/**
* Mixin for font size compile to "rem" units by passing in px value.
*
* `@include font-size(12);`
***************************************************/
/*
* MEDIA
* ***********************************/
:root {
  --theme-primary: #fff;
  --theme-on-primary: #000;
  --asperatio-16x9: calc(9 / 16 * 100%);
  --font-serif: proxima-nova, sans-serif;
  --font-sans-serif: adobe-garamond-pro, serif;
  --font-sans-serif-safe: Verdana, Arial, sans-serif;
  --font-style-body: normal;
  --font-weight-body: 400;
  --font-line-height-body: 1.42857143;
  --base-font-size: 1rem;
  --color-link: #3fa2a2;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--font-sans-serif, "proxima-nova", serif);
  font-size: var(--base-font-size, 1rem);
  line-height: var(--font-line-height-body, 1.42857);
  font-style: var(--font-style-body, normal);
  font-weight: var(--font-weight-body, 400);
  background-color: var(--theme-primary, #fff);
  color: var(--theme-on-primary, #000);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  background: #fff;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    font-family: "pt-sans", serif;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family:"playfair-display";
}

img {
  vertical-align: middle;
}

a {
  color: #e09202;
  text-decoration: none;
  font-family:"proxima-nova";
}

a:hover {
  color: #e09202;
  text-decoration: underline;
}

a:active {
  color: #e09202;
}

p, label{
	font-family:"proxima-nova";
}
.navbar-expand-lg{
	justify-content: center;
}
.h5, h5{
  font-size: 25px;
}
label{
  font-weight:bold;
}
.img-link{
  font-size: 12px;
}
img{
  width: 100%;
}
header {
  padding: 40px 0;
  background: url(../images/banner_1.png) #597E8D;
  height:606px;
  background-size: cover;
}
header h1{
  font-size: 72px;
  margin-top: 20% !important;
}
.section-bible{
	padding: 40px 0;
	background: url(../images/banner_2.png) #597E8D;
	height:565px;
	background-size: cover;
}
h1{
	font-size: 45px;
  color: #fff;
}
h3{
	font-weight: normal;
	font-size: 24px;
	color: #fff;
	font-family: proxima-nova;
}
h5{
	line-height: 200%;
	font-weight: normal;
	font-size: 15px;
	color: #fff;
	font-family: proxima-nova;
}
.text-right{
  text-align:right;
}
.social-links{
  padding-left: 0;
  list-style: none;
}
.social-links li{
  list-style: none;
  display: inline-block;
}
.social-links li a{
  padding:15px 20px;
  background:#fff;
  font-size: 20px;
  display: inline-block;
  color: #0C80B0;
  margin: 15px 15px 15px 0;
}
.section-headline{
  background:#fff;
  padding:30px 0;
}
.section-blog h1{
  color: #2A5B70;
  margin-bottom: 15px;
}
.section-testimonial{
  background:#0C80B0;
  padding:40px 0;
}
.section-testimonial h2{
  font-size: 36px;
  color: #fff;
}
.section-testimonial label{
  color: #fff;
  font-weight: 300;
  font-size: 24px;
}
.carousel-caption {
  text-align: left;
}
.carousel-item{
  height:200px;
}
.carousel-caption{
  top:10%;
}
.carousel-indicators [data-bs-target]{
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.featured-books{
  padding:30px 0;
}
.heading-secondary{
  border-left: 4px solid #000;
  padding-left: 15px;
}
.btn-primary{
  font-weight: bold;
  background-color: #fff;
  color: #e09202;
  text-transform: uppercase;
  padding: 13px 21px;
  border-radius: 48px;
  border-color: #000;
  font-family: "pt-sans", serif;
}
.btn-primary:hover,.btn-primary:active,.btn-primary:focus{
  background:#e09202;
  color:#fff;
  border-color: #e09202;
}
.btn-primary:active:focus,.btn-primary:focus {
  box-shadow: 0 0 0 0.25rem rgb(250 203 115);
}
.content-heading{
  font-weight: 300;
  color: #fff;
  font-size: 24px;
}
.card{
  min-height:410px;
}
.card-body{
  padding: 0 1rem;
}
.card-text{
  font-size: 19px;
}
.card-text small{
  font-size: 16px;
}
.card a{
  display: block;
}
footer {
  background: #4D4D4D;
  color: #ffffff;
}

footer p {
  color: #ffffff;
}

footer .footer_sub-links {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer ul {
  padding-left: 0;
}

footer ul li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}

footer ul li a {
  margin-right: 5px;
  color: #ffffff;
  padding-right: 10px;
  border-right: 1px solid #fff;
}

footer ul li a:hover {
  color: #ffffff;
  text-decoration: none;
}
.social-share li a .fab,.social-share li a svg{
  font-size: 38px;
  width: 38px;
  vertical-align: bottom;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  footer ul li a {
    margin-right: 0;
  }
  .section-bible img.w-auto{
    width: 100% !important;
  }
}
footer{
  padding:20px 0;
}
footer ul li:last-child a {
  border-right: none;
}

footer .social-share ul {
  text-align: right;
}

footer .social-share ul li a {
  border: none;
}

footer .social-share ul li a img {
  width: 40px;
}
.cta-block{
  background: #B0D9BF;
  padding:15px 20px;

}
.cta-block ul{
  padding-left: 0;
}
.cta-block label{
  font-size: 17px;
}
.cta-block ul li{
  padding-left: 0;
  display: block;
  font-family: "proxima-nova";
}
.cta-block ul li a{
  padding-left: 0;
  color: #0C80B0;
  text-decoration: underline;
  font-family: "proxima-nova";
  font-size: 16px;
}
.inputs-list{
  padding-left: 0;
}
.inputs-list li{
  list-style:none;
}
.hbspt-form label{
  font-size: 21px;
}
.hs-input{
  margin-right:3px;
}
.inputs-list{
  margin-bottom: 5px;
}
.input input[type=email]{
  width:55%;
  margin-bottom: 10px;
  font-family: 'proxima-nova';
}
.hbspt-form label a{
  color: #fff;
}
.hs-button{
  color: #0C80B0;
  padding: 10px 20px;
  font-family: 'proxima-nova';
  font-size: 15px;
  border: none;
  margin-top: 20px;
}
.hs-main-font-element, .hs-error-msg{
  color: white;
  font-size: 11px !important;
  margin-top: -5px;
  background: red;
  display: inline-block;
  padding: 2px 7px;
  border-radius: 3px;
}
.hs-main-font-element{
  font-weight: bold !important;
  font-size: 15px !important;
}
.submitted-message.hs-main-font-element {
  font-weight: bold;
  font-size: 21px !important;
  background: none;
  text-align: center !important;
  display: block;
  color: #fff;
  font-family: 'proxima-nova';
  margin-top: 50px;
}
.section-banner-sm {
  margin: 63px 0 75px 0;
  text-align: center;
}
.section-banner-sm img {
  max-width: 600px;
}
@media (min-width:1400px){
  .container{
    width: 1024px;
  }
}
.d-none{
  display:none;
}
@media(max-width:767px){
  header{
    height: 436px;
    background-position: center;
  }
  header h1{
    font-size: 32px;
    margin-top: 20% !important;
  }
  h1{
    font-size: 25px;
  }
  .carousel-item {
    height: 370px;
  }
  .content-heading{
    font-size: 18px;
  }
  .social-links li a {
      padding: 10px 15px;
      background: #fff;
      font-size: 20px;
      display: inline-block;
      color: #0C80B0;
      margin: 3px;
      font-size: 15px;
  }
  .m-none{
    display: none;
  }
  .md-50 {
    width: 46%;
      display: inline-block;
      vertical-align: top;
      margin: 5px;
  }
  .d-none{
    display: inline-block !important;
  }
  .section-testimonial h2 {
    font-size: 23px;
  }
  .section-testimonial label {
    font-size: 19px;
    margin-bottom: 25px;
  }
  label{
    display: block;
  }
  .card-body{
    padding:0;
    margin-top:10px;
  }
  footer{
    padding:20px 0;
  }
  footer .social-share ul {
    text-align: left;
  }
  .hbspt-form label{
    margin-bottom: 3px;
  }
  .input input[type=email] {
    width: 100%;
  }
  .section-bible {
    height: 565px !important;
  }
}
@media screen and (max-width: 991px) {
  .section-bible {
    height: 670px;
  }
  .section-banner-sm {
    margin: 32px 0 48px 0;
  }
}
