/*
    Theme Name: Bell
    Theme URL: https://bootstrapmade.com/bell-free-bootstrap-4-template/
    Author: BootstrapMade.com
    Author URL: https://bootstrapmade.com
*/

html, body {
  height: 100%;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  margin-top: .8em;
}

p {
  line-height: 1.55;
  color: #333;
  font-size: 400;
  font-family: 'Montserrat', sans-serif;
}

p.button-next {
  text-align: right;
}

h1 {
  font-size: 62px;
}

article .text-center h1 {
  line-height: 1;
}

h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

/* ==================================================
  General
  ================================================== */
a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a.button-next {
  border: 1px solid #007fc7;
  padding: 4px 20px;
  border-radius: 4px;
  color: #007fc7;
  font-size: 1.3em;
}

#page-home {
  min-height: 100vh;
  display: block;
  position: relative;
  padding-bottom: 206px;
}

/* ==================================================
  Elements
  ================================================== */
.btn {
  background-color: #007fc7;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  color: #fff;
  padding: 15px 45px;
  border-radius: 50px;
}

.btn:hover {
  background-color: #009640;
  color: #fff;
}

.btn:focus {
  color: #fff;
}

.btn-ghost {
  /*border: 3px solid #fff;*/
  background-color: #007fc7;
  position: static;
  top: 350px;
  left: 80px;
}

.cta .btn-ghost {
  border: 3px solid #fff;
  background-color: #00973b;
}

.btn-ghost:hover {
  background-color: #007fc7;
  color: #fff;
}

section {
  padding: 30px 0 80px 0;
}

.card {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0;
  overflow: hidden;
}

a:hover {
  text-decoration: none !important;
}

.scrolltop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #199EB8;
  color: #fff;
  text-align: center;
  font-size: 24px;
}

.scrolltop:hover, .scrolltop:active, .scrolltop:focus {
  color: #fff !important;
  opacity: .75;
}

/* ==================================================
  Hero Styling
================================================== */
.hero {
  display: table;
  position: relative;
  background-image: url(../img/ECHD_Main_Image_Final-ds.jpg);
  /*background-size: 100% 100%;*/
  background-size: cover;
  background-position: left 65% bottom 35%;
  padding: 130px 0 0 80px;
  color: #fff;
  width: 100%;
  height: 100vh;
}

/*.hero:after {
  content: '';
  z-index: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}*/

.hero .container {
  position: relative;
  z-index: 1;
  text-align: center;
  display: table-cell;
  vertical-align: top;
  width: 100%;
}

.hero-brand {
  margin-bottom: 0;
  display: inline-block;
}

.hero-brand span {
  display: block;
  font-size: 4em;
  font-size: calc(40px + (40 - 36) * ((100vw - 300px) / (1440 - 300)));
  line-height: calc(44px + (44 - 40) * ((100vw - 300px) / (1440 - 300)));
  color: #212529;
  font-weight: 600;
  margin-bottom: 150px;
}

/*
.hero-brand:hover {
  opacity: .75;
}
*/

/* text shadow to help readability on light background */
.hero .col-md-12 > h1, .hero .col-md-12 > p {
  text-shadow: 2px 3px 1em black;
}

.tagline {
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  margin: 45px 0 75px 0;
  color: #fff;
}

/* ==================================================
  Header Styling
================================================== */
#header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 10000;
}

#header-rb {
  -webkit-clip-path: polygon(50% 0, 100% 0, 100% 40%, 84% 52%, 66% 62%, 50% 66%, 35% 63%, 18% 54%, 0 40%, 0 0);
  clip-path: polygon(50% 0, 100% 0, 100% 40%, 84% 52%, 66% 62%, 50% 66%, 35% 63%, 18% 54%, 0 40%, 0 0);
  height: 100px;
  background: #007fc7;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 9999;
}

#header #logo {
  padding: 5px 25px 0 0;
  float: left;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 2px 0;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0 0 0 10px;
  margin: 0;
  max-height: 50px;
}

@media (min-width: 768px) {
  section {
    padding: 20px 0 6em 0!important;
  }
  .container {
    max-width: 1280px;
    padding-right: 0;
    padding-left: 0;
  }
  .cta .text-center {
    text-align: left!important;
  }

}

@media (max-width: 768px) {
  #header {
    height: 0;
  }
  #header #logo {
    margin: 0 0;
  }
  #header #logo h1 {
    padding: 2px 0;
    font-size: 26px;
  }
  #header #logo img {
    max-height: 40px;
  }
}

#header .social-nav {
  margin-top: 15px;
  float: right;
}

#header .social-nav a {
  font-size: 24px;
  margin-left: 15px;
  color: #fff;
}

#header .social-nav a:hover {
  color: rgba(255, 255, 255, 0.75);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
  font-size: 1em;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}
/*
.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
*/

.sf-with-ul .fas {
  vertical-align: -.16em;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  margin: 0;
  float: right;
}

@media (max-width: 992px) {
  #nav-menu-container {
    display: inline-block;
    background: #007dca;
    position: absolute;
    margin-top: 45px;
    margin-right: auto;
    margin-left: auto;
    opacity: .9;
    left: 0;
  }
  .nav-menu > li {
    border-top: 1px solid #f4f4f4;
    font-size: 1.5em;
  }

}

/* Nav Meu Styling */
.nav-menu a {
  padding: 15px 5px 15px 5px;
  text-decoration: none;
  display: flex;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1em;
  outline: none;
}

.nav-menu a:hover, .nav-menu li:hover > a, .nav-menu .menu-active > a {
  color: rgba(255, 255, 255, 0.75);
}

.nav-menu ul {
  margin: 0 0;
  /*-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);*/
}

.nav-menu ul li {
  background: #007fc6;
  border-top: 1px solid #f4f4f4;
}

.nav-menu ul li:first-child {
  border-top: 0;
}

.nav-menu ul li:hover {
  background: #009640;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.nav-menu ul li a {
  color: #fff;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  padding: 10px 15px;
}

.nav-menu ul li a:hover {
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 8px 10px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
  .nav-menu ul {
    margin: 15px 0 0 0;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #199EB8;
}

#mobile-nav ul .menu-item-active {
  color: #199EB8;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/* ==================================================
  Stats Styling
================================================== */
.stats-row {
  margin-top: 50px;
}

.row.stats-row {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.stats-col .circle {
  display: inline-block;
  /*width: 360px;
  height: 390px;*/
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #666;
  padding: 15px 0 15px 0;
  position: relative;
}

.circle {
  flex: 0 0 31%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 40px;
}

.circle img {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: 6px solid #00973b;
}

.stats-row .circle img {
  margin-bottom: 20px;
}

.stats-col .circle .stats-no {
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  top: -25px;
  right: -15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  background-color: #E04F00;
  position: absolute;
  border-radius: 50%;
  font-weight: 700;
}

.stats-col.text-center.col-md-3.col-sm-6:hover {
  border: solid 1px #00973b;
}

.circle:hover {
  border: solid 1px #00973b;
}

/* ==================================================
  Parallax Styling
  ================================================== */
.block {
  color: #fff;
  height: 490px;
  overflow: hidden;
  padding-top: 85px;
}

.block h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.block p {
  color: #fff;
  margin-bottom: 45px;
}

.block .versiculo p {
  margin-bottom: 0;
  font-size: 1.2em;
}

.versiculo {
  padding: 30px;
  background-color:#009640;
}

.slick-slider p {
  margin-bottom: 20px;
  font-size: 1.2em;
}

.slick-slider p strong {
    font-size: 1.5em;
}

/* ==================================================
  Features Styling
  ================================================== */
.features {
  padding-bottom: 5px;
}

.features h2 {
  color: #212529;
}

.feature-col {
  display: table;
  padding-bottom: 45px;
}

.feature-col > div > div {
  display: table-cell;
  vertical-align: middle;
}

.feature-col > div > div:last-child {
  padding-left: 0;
}

.feature-col .feature-icon {
  width: 150px;
  height: 150px;
  margin-bottom: 15px;
  background: #007fc7;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  display: inline-block;
}

.features .fa-lg {
  font-size: 3em!important;
  line-height: 2em!important;
  vertical-align: -.0667em!important;
}

/*.feature-col h3 {
  color: #666;
}*/

.feature-col p {
  /*font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #999;*/
}

/* ==================================================
  Call-to-action Styling
  ================================================== */
.cta {
  background-color: #00973b;
  padding: 0 0 25px 10px;
}

.cta h2 {
  margin-bottom: 5px;
}

.cta h2,
.cta p {
  color: #fff;
}

.cta p {
  margin-bottom: 0;
  /*opacity: .75;*/
}

.cta .btn-ghost {
  position: relative;
  top: 3.3em;
}

.nobtn {
  color: #007fc7;
  text-align: right;
  display: block;
  background-color: #fff;
  margin-right: 2px;
}

.nobtn:hover {
  background: #fff;
  color: #199EB8;
}

/* ==================================================
  Portfolio Styling
  ================================================== */
.portfolio {
  background-color: #edf6ff;
  padding-bottom: 0;
}

.portfolio h2 {
  color: #199EB8;
  margin-bottom: 25px;
}

.portfolio-grid {
  margin-top: 65px;
}

.portfolio-grid .row {
  margin: 0;
}

.portfolio-grid .row > div {
  padding: 0;
}

.portfolio-grid .row > div .card img {
  width: 100%;
}

.portfolio-grid .row > div .card .portfolio-over {
  position: absolute;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.portfolio-grid .row > div .card .portfolio-over > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.portfolio-grid .row > div .card .portfolio-over .card-title {
  color: #fff;
  font-size: 30px;
}

.portfolio-grid .row > div .card .portfolio-over .card-text {
  color: #fff;
  opacity: .75;
  padding: 0 45px;
}

.portfolio-grid .row > div .card:hover .portfolio-over {
  opacity: 1;
  visibility: visible;
}

/* ==================================================
  Team Styling
  ================================================== */
.team h2 {
  color: #199EB8;
}

.team .col-sm-3 {
  padding: 0;
}

.team .card > a {
  display: block;
}

.team .card img {
  width: 100%;
}

.team .card h4 {
  color: #fff;
  text-transform: uppercase;
}

.team .card p {
  font-size: 11px;
  color: #fff;
  opacity: .75;
  margin: 0;
  padding: 0 35px;
}

.team .card .social-nav {
  margin-bottom: 45px;
}

.team .card .social-nav a {
  color: #fff;
  font-size: 16px;
  margin: 0 4px;
}

.team .card .social-nav a:hover {
  opacity: .75;
}

.team .card:hover .team-over {
  opacity: 1;
  visibility: visible;
}

.team .card:hover .card-title-wrap {
  background-color: #199EB8;
}

.team .card:hover .card-title-wrap .card-title, .team .card:hover .card-title-wrap .card-text {
  color: #fff;
}

.team .team-over {
  padding-top: 45px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team .card-title-wrap {
  padding: 15px 25px;
  position: relative;
  z-index: 9;
  background-color: #fff;
}

.team .card-title-wrap .card-title, .team .card-title-wrap .card-text {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
}

.team .card-title-wrap .card-title {
  font-size: 24px;
  color: #333;
}

.team .card-title-wrap .card-text {
  font-size: 18px;
  color: #999;
}

.card-block {
  height: auto;
}

.card-block-rm {
  border-bottom: solid 3px #007fc7;
}

.card-deck-wrapper {
    margin-top: 20px;
}

/* ==================================================
  Contact Section
  ================================================== */
#contact {
  background: #f7f7f7;
  padding: 80px 0;
}

#contact h2 {
  font-family: 'Montserrat', sans-serif;
  color: #199EB8;
}

#contact .info i {
  font-size: 32px;
  color: #199EB8;
  float: left;
}

#contact .info p {
  padding: 0 0 10px 50px;
  line-height: 24px;
}

#contact .form #sendmessage {
  color: #199EB8;
  border: 1px solid #199EB8;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#contact .form button[type="submit"] {
  background: #199EB8;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#contact .form button[type="submit"]:hover {
  background: #23c2e1;
}

/* ==================================================
  Footer Styling
  ================================================== */

.site-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.site-footer h2, .site-footer p {
  color: #fff;
}

.site-footer p {
  opacity: .75;
  line-height: 2.0925;
}

.site-footer h2,
.site-footer .btn {
  margin-bottom: 10px;
  font-size: 20px;
  text-align: center;
  text-transform: none;
  margin-top: 16px;
}

.site-footer .social-nav a {
  color: #fff;
  opacity: .25;
}

.site-footer .social-nav a:hover {
  opacity: 1;
}

.site-footer .bottom {
  background-color: #007fc7;
  padding: 0 0;
  border-top: 10px solid #00973b;
}

.site-footer .borderw {
  border-top: 1px solid #fff;
}

.site-footer .bottom .list-inline, .site-footer .bottom p {
  margin: 0;
}

.site-footer .bottom .list-inline {
  position: relative;
  top: 5px;
}

.site-footer .bottom .list-inline a {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  margin-right: 15px;
}

.site-footer .bottom .list-inline a:hover {
  color: #199EB8;
}

.site-footer .credits {
  color: #ddd;
}

.site-footer .credits a {
  color: #199EB8;
}

.block.bg-primary.block-pd-lg.block-bg-overlay {
  height: 100%;
  padding: 0 0;
}

.site-footer .card.card-block {
  background-color: #007ec9;
  width: 23%;
  margin-right: 2%;
}

.site-footer a {
  color: #fff;
}

.site-footer li {
  color: #fff;
  text-align: center;
  list-style-type: none;
}

.site-footer li a {
  color: #fff;
  text-align: center;
  list-style-type: none;
}

p.copyright-text {
  text-align: center;
  opacity: 1;
  line-height: 2;
}

.row.copyright {
  border-top: 1px solid #fff;
}

.mobile-vod {
  display: none;
}

/* ==================================================
  Responsive Styling
  ================================================== */
@media (max-width: 695px) {
  p.copyright-text {
    text-align: center;
    opacity: 1;
    line-height: 1.2;
    padding: 5px 0;
    font-size: 15px;
  }
  #header-rb {
    clip-path: none;
    -webkit-clip-path: none;
    height: 46px;
  }
}
@media (max-width: 61.9em) {
  section,
  .block,
  .cta {
    padding: 30px 5px;
  }
  .features {
    padding-bottom: 5px;
  }
  p,
  .block p {
    margin: 0;
  }
  .hero-brand {
    margin-bottom: 35px;
  }
  .tagline {
    margin: 35px 0;
  }
  h1 {
    font-size: 32px;
    margin: 0;
  }
  h2,
  .tagline {
    font-size: 24px;
  }
  h2 {
    margin-bottom: 25px;
  }
  h3 {
    font-size: 18px;
    font-weight: 600;
  }
  .hero {
    /*padding: 75px 0; */
    display: none;
  }
  .stats-col {
    margin-bottom: 25px;
  }
  .block {
    height: auto;
  }
  .feature-col {
    padding-bottom: 30px;
  }
  .portfolio-grid .card h3.card-title {
    font-size: 18px !important;
  }
  .portfolio-grid .card .card-text {
    font-size: 13px;
  }
  .team .team-over {
    padding-top: 20px;
  }
  .team .card .social-nav {
    margin-bottom: 15px;
    padding: 0;
  }
  .site-footer .social-nav {
    margin-bottom: 35px;
  }
  .site-footer .list-inline {
    text-align: center;
    padding-bottom: 15px;
  }
  .site-footer .list-inline li {
    display: inline-block;
  }
  .cta .btn-ghost {
    position: relative;
    top: 2em;
  }
  .cta .text-center {
    text-align: left!important;
  }
  .feature-col {
    flex: 1;
  }

}

@media (max-width: 767px) {
  .block.bg-primary.block-pd-lg.block-bg-overlay {
    display: block;
  }
  .versiculo {
    padding: 15px;
  }
  .mobile-vod {
    background-color: #00973b;
    width: 100%;
    color: #fff;
    padding: 20px 10px;
    font-family: 'Montserrat', sans-serif;
    display: block;
  }
  .mobile-vod p {
    color: #fff;
  }
  .block {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.col-lg-6 {
  flex: none;
  max-width: 100%;
}
@media (min-width: 992px) {
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 100%;
  }
}
  @media (min-width: 1200px) {
    .bottom .container {
      max-width: 1140px;
    }
  }
@media (min-width: 576px) {
  .card-deck .card {
    justify-content: space-between;
  }
}
#about .btn {
    font-size: 1.2rem;
    line-height: 1.3rem;
    white-space: normal;
    align-self: flex-end;
    margin-top: 20px;
}
@media (min-width: 992px) {
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 992px) {
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 65%;
        max-width: 65%;
    }
}
@media (min-width: 992px) {
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.text-center h1 {
    font-size: 2.3em;
    font-weight: 500;
}

.text-center p.lead {
    font-weight: 400;
    font-size: 1.5em;
}

article .text-center p.lead {
  margin-bottom: 0;
}

.devo-body {
    text-align: left;
}

.ltj-body, .dns-body {
  text-align: left;
}

.ltj-body li, .dns-body li, .devo-body li {
  font-family: 'Montserrat', sans-serif;
  margin-left: 20px;
}

.devo-verse, .devo-photo, .devo-body, .devo-prayer, .devo-questions, .devo-subscribe, .ltj-body, .dns-verse, .dns-body {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.2), 0 2px 10px 0 rgba(0,0,0,.16);
    box-shadow: 0 2px 5px 0 rgb(0, 126, 201), 0 2px 10px 0 rgb(0, 126, 201);
    border-radius: 4px;
    padding: 40px 10px;
    margin-bottom: 30px;
    margin-right: 0;
    margin-left: 0;
}

.devo-verse {
  background: #007fc7;
}

.devo-verse p, .devo-verse footer {
  color: #fff;
}

.dns-verse {
  background: #007fc7;
}

.dns-verse p, .dns-verse footer {
  font-size: 20px;
  color: #fff;
}

.devo-photo {
    padding: 2px;
}

.devo-photo img {
    width: 100%;
}

h3.related-title {
    text-align: left;
    font-weight: 700;
}

.card.card-block ul {
  padding: 0;
}

@media (max-width: 767px) {
  .site-footer {
    position: relative;
  }

  #page-home {
    padding-bottom: 0;
  }
  .container {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .cta .container {
    padding: 0;
  }
  .cta p {
    padding: 0 10px;
  }
  .row.stats-row {
    display: block;
  }
  .site-footer h2, .site-footer .btn {
    font-size: 24px;
  }
  .site-footer ul li {
    font-size: 18px;
    line-height: 36px;
  }
}
@media (max-width: 414px) {
  .site-footer .card.card-block {
    width: 96%;
    max-width: 96%;
  }
  #gp-header {
    height: 117px;
    background-size: 375px;
  }
    #about .ltj-questions .btn {
      font-size: 1rem;
      line-height: 1rem;
      margin-top: 15px;
    }
    #about .devo-questions .btn {
      font-size: 1rem;
      line-height: 1.3rem;
      white-space: normal;
    }
    .ltj-body a.button-next, .dns-body a.button-next {
      border: none;
      padding: 0;
    }
    .stats-col .circle {
      width: 100%;
      height: auto;
    }
    .cta .btn-ghost {
      left: 0;
      top: 0;
    }
}

Ul.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}

.pagination>li {
  display: inline;
}

.pagination>li>a, .pagination>li>span {
  position: relative;
  float: left;
  padding: 6.85714px 13.71429px;
  line-height: 1.42857;
  text-decoration: none;
  color: #007fc7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  background-color: #007fc7;
  border-color: #007fc7;
  cursor: default;
}
.row {
  margin-right: 0;
  margin-left: 0;
}
.row.rowofcards {
  margin-right: 0;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rowofcards .card-block {
  height: auto;
  display: flex;
  flex: 0 0 48%;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
}
.rowofcards .card-block .feature-icon span {
  width: 150px;
  height: 150px;
  margin-bottom: 15px;
  background: #007fc7;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  display: inline-block;
  font-size: 4em!important;
}
@media (max-width:414px) {
  .rowofcards .card-block {
    flex: 0 0 100%;
    margin-bottom: 40px;
  }
}

.at-expanding-share-button-toggle-bg span {
  background-color: #28a745 !important;
}

/*===========================
        Added by Chris
        Used in read bible
  ============================*/
.button_previous{
  width: 100px;
  color: white;
  border: none;
  line-height: 2;
  background-color: #007ec9;
  visibility: visible;
  border-radius: 1em;
  margin-top: 2em;
}

.button_next{
  width: 100px;
  border: none;
  color: white;
  line-height: 2;
  background-color: #007ec9;
  border-radius: 1em;
  visibility: visible;
  margin-top: 2em;
}

.demo {
  text-align: left;
  margin: 0 10px;
}

.form-inline .pull-righ{
  display: flex;
  justify-content: flex-end;
}

hr{
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
}

.headerbible {
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
  margin: 0 10px;
}

@media (max-width: 695px) {
    .headerbible {
        display: inline-block;
    }
}

.prevnex {
  display: flex;
  justify-content: space-between;
  margin: 0 10px 40px 10px;
}

select#chapterss {
    margin-left: 2px;
}
