#page-banner h1 {
  /*font-family: 'Prata', serif;*/
  font-family: 'Diplomata SC', cursive;
   /*font-family: 'Rakkas', cursive;*/
}

@media (min-width: 768px)
.grid-santafe .two-tall {
  grid-row: span 2;
}

.grid-santafe .article-title {
  margin-bottom: -15px;
}

.grid-santafe {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: auto;
  grid-gap: 30px;
}
@media (min-width: 768px) {
  .grid-santafe {
    grid-template-rows: auto 1fr;
    grid-template-columns: 50% 50%;
  }
  .grid-santafe.grid-auto {
    grid-template-columns: auto auto;
  }
  .grid-santafe .two-tall {
    grid-row: span 2;
  }
  .grid-santafe .grid-left {
    grid-column: 1;
    grid-row: 1/span 2;
  }
}

[class*="color-bg"] a {
    color: #313011;
}
[class*="color-bg"] a:hover,
[class*="color-bg"] a:hover, [class*="color-bg"] a:focus {
    color: #96631d;
}

.santafe-content {
  padding: 4em 0;
}

.footer-bottom {
	color: #e4b17e;
}

#footer #links a {
	color: #642504;
}

#footer #links a:focus, #footer #links a:hover {
	color: #593D0D;
	text-decoration: underline;

}

/*#course-details a {
	color: #642504;
}*/

/*#course-details a:focus, #course-details a:hover {
	color: #593D0D;
	text-decoration: underline;

}*/

.promo-border {
	border: 2px solid #642504;
}

.well-1 {
  display: block;
  border: 2px solid #3ba4a4;
  border-top-width: 6px;
  border-radius: 0;
  background-color: #642504;
  padding: 8px;
  text-align: center;
  color: var(--text-color);
}

.well-2 {
  display: block;
  border: 2px solid #642504;
  border-top-width: 6px;
  border-radius: 0;
  background-color: #a54913;
  padding: 13px;
  text-align: center;
  color: var(--text-color);
}

/* ------ Review Carousel ------ */

@media (max-width: 767px){
.parallax-bg .parallax-bg--image-container .parallax-bg--image {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}}

/* New CSS starts here */

.parallax-bg .parallax-bg--image-container .parallax-bg--image {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.parallax-bg {
    position: relative;
    height: auto;
    overflow: hidden;
}

.parallax-bg .parallax-bg--image-container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

/* New CSS stops here */

.testimonial-carousel {
  /* padding: 3rem 0; */
  /* background-image: url(/images/bg/bg_quote.jpg); */
  min-height: 35vh;
  /* background-size: cover; */
  /* background-position: center; */
  /* position: relative; */
  /* overflow: hidden; */
}

.testimonial-carousel::after {
  background-color: rgb(0, 0, 0, .7);
}

.testimonials-overlay {
  display: flex;
    position: relative;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.6);
  padding-top: 3rem;
    /* padding: 0rem 15px; */
    width: 100%;
    height: 100%;
    text-align: center;
  min-height: 35vh;
}

.testimonial-text {
  font-size: 3rem;
  color: #fff;
  /* padding: 2rem; */
}

.testimonial-header {
  color: #fff;
}

.testimonial-carousel .btn-template {
    position: relative;
    transition: color 0.3s;
    z-index: 10;
    border: 3px solid #ffffff;
    border-radius: 0;
    background: transparent;
    /* padding: 15px 25px; */
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 700;
}

.review-carousel {
  padding: 3rem 0;
  background-color: #000;
  /*background-image: url(/images/bg/bg_quote.jpg);*/
}

.review-text {
  font-size: 18px;
  color: #fff;
  /* padding: 1rem; */
  white-space: nowrap;
  overflow: hidden;
  word-break: break-word;
  text-overflow: ellipsis;
}

.c-spacer {
  padding-bottom: 2rem;
}

.source-logo {
  min-height: 3rem;
  max-height: 3rem;
  /* background-color: white; */
  /* padding:.5rem; */
  /* border-radius: .25rem; */
}

.review-header {
  /* text-transform: uppercase; */
  color: white;
  
}

.review-carousel .btn-template {
    position: relative;
    transition: color 0.3s;
    z-index: 10;
    border: 3px solid #ffffff;
    border-radius: 0;
    background: transparent;
    padding: 15px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 700;
}

.fa-star {
  background-image: linear-gradient( to right, #e8cc6e 0, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #e8cc6e 100% );
  color:transparent;
  -webkit-background-clip:text;
  font-size: 30px;
  margin-left: .2rem;
  margin-right: .2rem;
}

.no-decoration {
  color: white;
  text-decoration: none;
}

.no-decoration:hover, .no-decoration:focus, .no-decoration:active {
  color: white;
  text-decoration: none;
}

.modal-header {
  background-color: var(--primary-color);
}

.modal-header button {
  color: white;
}

.modal-content {
  border-radius: .5rem;
}

.modal-body {
    background-color: #383838;
}

.modal-footer {
    background-color: #000;
}

.escalante-tile .tile-image img {
    object-position: center bottom;
}

.promo-border {
    border: 2px solid #ffffff;
}

#header .btn-template {
    background-color: rgb(0 0 0 / 80%);
    border-color: #fff;
}

.nav-tabs.tabbable {
  white-space: nowrap;
   overflow-x: auto;
   overflow-y:hidden;
   flex-wrap: nowrap;
}

.color-bg-4 {
    background-color: #393917;
    color: #fff;
}

.btn-dark {
    color: #fff;
    background-color: #d4a016;
    border-color: #343a40;
}

/* ------ Review Carousel ------ */

@media (max-width: 767px){
.parallax-bg .parallax-bg--image-container .parallax-bg--image {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}}

.testimonial-carousel {
  background-image: url(../images/design/parallax-bg.webp);
  min-height: 35vh;
  background-size: cover;
  background-position: center;
}

.testimonial-carousel::after {
  background-color: rgb(0, 0, 0, .7);
}

.testimonials-overlay {
  display: flex;
    position: relative;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.6);
  padding-top: 3rem;
    width: 100%;
    height: 100%;
    text-align: center;
  min-height: 35vh;
}

.testimonial-text {
  font-size: 3rem;
  color: #fff;
}

.testimonial-header {
  color: #fff;
}

.testimonial-carousel .btn-template {
    position: relative;
    transition: color 0.3s;
    z-index: 10;
    border: 3px solid #ffffff;
    border-radius: 0;
    background: transparent;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 700;
}

.review-carousel {
  padding: 3rem 0;
  background-color: #000;
}

.review-text {
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  word-break: break-word;
  text-overflow: ellipsis;
}

.c-spacer {
  padding-bottom: 2rem;
}

.source-logo {
  min-height: 3rem;
  max-height: 3rem;
}

.review-header {
  color: white;
  
}

.review-carousel .btn-template {
    position: relative;
    transition: color 0.3s;
    z-index: 10;
    border: 3px solid #ffffff;
    border-radius: 0;
    background: transparent;
    padding: 15px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 700;
}

.fa-star {
  background-image: linear-gradient( to right, #e8cc6e 0, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #e8cc6e 100% );
  color:transparent;
  -webkit-background-clip:text;
  font-size: 30px;
  margin-left: .2rem;
  margin-right: .2rem;
}

.no-decoration {
  color: white;
  text-decoration: none;
}

.no-decoration:hover, .no-decoration:focus, .no-decoration:active {
  color: white;
  text-decoration: none;
}

.modal-header {
  background-color: #2a7575;
}

.modal-header button {
  color: white;
}

.modal-content {
  border-radius: .5rem;
}

.escalante-tile {
    border-bottom: 5vh solid #e4b17e;
}