* {
  box-sizing: border-box;
}

body {
  font-size: 16px;
  padding-top: 3em;
  padding-bottom: 3em;
  background-color: #aba194;
}

.banner img {
  display: block;
  height: 90vh;
  opacity: .3;
  /* padding-bottom: 2em; */
  /* width:300px; */
}

.banner {
  background-color: #8C271E;
  width: 100%;
  /* overflow-x: hidden; */
}

.title {
  display: block;
  margin-top: 1em;
  align-items: center;
  color: #ABA194;
  /* margin-left:-4em; */
}

.title h1 {
  font-family: 'Prata', serif;
  font-size: 2.5em;
}

.lead {
  font-family: 'Playfair Display', serif;
  font-size: 1.4em;
}
.abalink {
  padding: 2em
}
.davis {
  height: 140px;
  width: auto;
}

.preacher {
  height: 250px;
  width: auto;
}

.btn-primary {
  background-color: #222E50;
  border-color: #222E50;
}

.btn-secondary {
  background-color: #343a40;
  border-color: #343a40;
}
.col {
  padding-top: 1.5em;
  padding-left: 1.5em;
}
.text-muted {
  display:block;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 4rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

//Counter styles
.counter {
  background-color: #f5f5f5;
  padding: 20px 0;
  border-radius: 5px;
}

.count-title {
  font-size: 40px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.count-text {
  font-size: 13px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.fa-2x {
  margin: 0 auto;
  float: none;
  display: table;
  color: #343a40;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of  content */


  .featurette-heading {
    font-size: 50px;
  }
  .preacher{
    height: 350px;
    width: auto;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 2rem;
  }
}

// Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap
// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) {}

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) {}

// Large devices (desktops, 992px and up)
@media (min-width: 992px) {
  .banner img {
    margin-left: -40px;
  }
}

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {
  ...
}
