body {
  font-family: 'Lato', sans-serif !important;
  background-color: #FFF;
  /* background-color: #D2D4C8; */
  color: #447053;
  padding-bottom: 0;
  margin-bottom: 0;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Crimson Text', serif !important;
  color: #265022;
}

nav {
  font-family: 'Lato', sans-serif;
  color: #265022;
  box-shadow: 0 1px 1px #264022;
}

p.column-head {
  margin-top: 2%;
}

.bg-dark, .btn {
  color: #E0E2DB;
  background-color: #447053 !important;
  border: 0;
}

a.btn:hover {
  background-color: #668A72 !important;
}

span.text-muted {
  color: #668A72 !important;
}

.carousel-item > img {
  object-fit: cover;
  overflow: hidden;
}

div.carousel-caption {
  max-width: 70%;
  margin: 0 auto 5% auto;
}

.carousel-item {
	background-color: #fff;
}

div.carousel-caption h1 {
  font-size: 2.6em;
  color: #FFF;
  text-shadow: 1px 1px 8px rgba(0,0,0,0.9);
  margin-bottom: 20px;
}

div.carousel-caption p {
  color: #FFF;
  text-shadow: 1px 1px 8px #265022;
}

div.light-bg h1, div.light-bg p {
  color: #265022 !important;
  text-shadow: 1px 1px 8px #FFF !important;
}

div.carousel-caption .btn {
  text-shadow: none;
}

img.featurette-shadow {
  border: 1px solid #265022;
  box-shadow: 5px 5px 10px #264022;
}

img.border-circle {
  border: 5px solid #264022;
}

img.nav-logo {
  max-width: 35px;
  max-height: 35px;
  margin-right: 15px;
}

div.marketing {
  margin-top: 50px;
}

div.main-content {
  min-height: calc(100vh - 60px);
}

footer {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #E0E2DB;
  margin-top: 60px;
  margin-bottom: 0;
  color: #265022;
}

footer a {
  color: #265022;
  text-decoration: underline;
}

footer a:hover {
  color: #265022;
  text-decoration: none;
}

footer p {
  margin: 0 !important;
}

/* RESPONSIVE STYLING */

@media only screen and (max-width: 920px) {
  div#myCarousel {
    display: none;
    visibility: hidden;
  }
}

@media only screen and (max-width: 530px) {
  .footer {
    font-size: 0.8rem;
  }
}

@media only screen and (max-width: 380px) {
  .footer {
    font-size: 0.7rem;
  }
}

#quote-carousel {
    padding: 50px 10px 30px 10px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all .2s;
}
.item {
	margin-bottom: 50px;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 15px;
    font-size: 30px;
}
.large-quote {
	margin-top: 30px;
	font-size: 20px;
}