.wave-top {
  position: relative;
  margin-top: 20px;
  z-index: 1;
}

.wave-top::before, .wave-top::after {
  border-bottom: 5px solid #617840;
}

.wave-top::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  background-size: 20px 40px;
  background-image: radial-gradient(circle at 10px -15px, transparent 20px, #617840 21px);
}

.wave-top::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 15px;
  background-size: 40px 40px;
  background-image: radial-gradient(circle at 10px 26px, #617840 20px, transparent 21px);
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}

@keyframes leaves {
  0% {
    transform: scale(1.0);
  }
  100% {
    transform: scale(1.5);
  }
}

@media (max-width: 515px) {
  .homepage-cup-bg {
    background-position: -190px !important;
  }
}

p {
  font-family: Domine, serif;
  color: #d3d3cb;
}

.carousel-control-prev, .carousel-control-next {
  filter: invert(46%) sepia(50%) saturate(2854%) hue-rotate(356deg) brightness(104%) contrast(105%);
}

@media (min-width: 768px) {
  .preface-quote {
    padding-left: 64px;
  }
}

.modal-body {
  background-color: #d3d3cb;
  border-top-right-radius: .2em;
  border-top-left-radius: .2em;
}

.modal-footer {
  background-color: #d3d3cb;
  border-top: 1px solid #353530;
}

.modal-footer .btn {
  background-color: #353530;
  color: white;
  padding-left: 2em;
  padding-right: 2em;
}

.p-tint-or {
  padding: 10px;
  border-radius: 5px;
  background: rgba(255,110,5,0.12);
  text-align: justify;
}

.plyr {
  height: unset;
}

p {
  font-size: 14px;
}

.chapter-heading {
  align-items: center;
  justify-content: center;
  height: 40px;
  margin-top: 10px;
}

.chapter-heading-left {
  justify-content: start;
}

.chapter-heading-right {
  justify-content: end;
}

.chapter-heading h1 {
  color: #d3d3cb;
  font-family: Federo, sans-serif;
  margin: 0;
  padding-left: 10px;
}

.chapter-heading-bar {
  width: 5px;
  background-color: #ff6e05;
  height: 100%;
  display: block;
}

.page-top-overlay {
  position: fixed;
  display: block;
  height: 20px;
  width: 100%;
  background-color: #d3d3cb;
  z-index: 100000;
}

* {
  --bs-accordion-bg: #d3d3cb !important;
  --bs-accordion-active-bg: #6892be;
  --bs-accordion-active-color: var(--bs-accordion-color);
}

.accordion-button {
  font-family: Federo, sans-serif;
  font-weight: bold;
}

.chapter-heading-bar-revised {
  height: 5px;
  width: 50px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #ff6e05;
  display: block;
}

@media (min-width: 992px) {
  .chapter-heading-bar-revised {
    width: 5px;
    height: 100%;
    margin: 0;
  }
}

.nav-link.active {
  font-weight: bold;
}

.video-holder {
  width: 100%;
  position: relative;
  min-height: 100px;
}

.video-holder img {
  width: 100%;
  border-radius: 10px;
}

.video-holder .btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #6d1200;
  z-index: 10;
  height: 60px;
  width: 150px;
  font-weight: bold;
  color: #d3decb;
  border: solid 2px #d3decb;
  transition: scale ease-in 0.1s;
  padding: 0;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 1px;
}

.video-holder .btn:active {
  background-color: #d3d3cb;
}

.video-holder .btn:hover {
  scale: 1.05;
}

