:root {
  --orange: #d65211;
  --darkOrange: #7d2f08;
  --infoDark: #202020;
  --grey: #111520;
  --yellow: #f3bd00;
  --lightGrey: #9b9b9b;
}

.body {
  color: var(--grey);
}

.scripture-quote {
  background-color: var(--grey);
  color: var(--yellow);
  padding: 1em;
}

.border-lightGrey {
  border: var(--lightGrey);
}

.text-orange {
  color: var(--orange);
}

.btn-orange {
  background-color: var(--orange);
  color: white;
}

.btn-yellow {
  background-color: var(--yellow);
  color: white;
}

.btn-yellow:hover {
  border-color: var(--yellow);
  color: var(--yellow);
}

.carousel-caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
}

.bg-info-dark {
  background-color: var(--infoDark);
}

.caption-custom-title {
  font-size: 40px;
  font-family: "Anton" sans-serif;
  font-style: italic;
  text-transform: uppercase;
}

.caption-custom-message {
  font-size: 60px;
  font-family: "Anton" sans-serif;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
}

.caption-custom-info {
  font-size: 20px;
  font-family: "Anton" sans-serif;
}

.custom-btn-dashboard {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

/*-- Info-Strip --*/
.info-strip {
  background-color: #202020;
}

.infoStrip-icon {
  color: var(--orange);
}

ul.social-icons {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

ul.social-icons li {
  float: left;
}

ul.social-icons li a {
  display: block;
  color: #f8f9fa;
  text-align: center;
  padding: 16px;
  text-decoration: none;
}

ul.social-icons li a:hover {
  color: var(--yellow);
}

.contact-info a {
  color: #f8f9fa;
  text-decoration: none;
}

.contact-info a:hover {
  color: var(--yellow);
}

/*--/end Info-Strip --*/

.custom-footer {
  background-color: var(--grey);
  color: white;
}

.footer-contact-us {
  text-decoration: none;
  color: var(--yellow);
}

.footer-contact-us:hover {
  text-decoration: none;
  color: white;
}

.footer-details {
  border-right: 1px solid var(--yellow);
}

.footer-message {
  border-right: 1px solid var(--yellow);
}

.company-backend-link {
  text-decoration: none;
  color: var(--yellow);
}

.company-backend-link:hover {
  text-decoration: none;
  color: var(--infoDark);
}

.footer-spaquito-link {
  text-decoration: none;
  color: var(--infoDark);
}

.footer-spaquito-link:hover {
  text-decoration: none;
  color: var(--yellow);
}

.footer-terms {
  text-decoration: none;
  color: var(--infoDark);
}

.footer-terms:hover {
  text-decoration: none;
  color: var(--orange);
}

.testimonial-create-bg-image {
  width: 100%;
  height: 400px;
  color: whitesmoke;
  background-image: url("../images/testimonialCreateBg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.partner-strip-bg-image {
  width: 100%;
  height: 500px;
  color: whitesmoke;
  background-image: url("../images/partnerStripBg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.about-counter {
  color: var(--yellow);
  font-weight: bold;
  font-size: 50px;
}

.img-thumbnail {
  max-width: 200px;
}

.btn-orange:hover {
  color: var(--infoDark);
  background-color: #fff;
  border: 1px solid var(--orange);
}

[class*="bg-image-breadcrumbs-"] {
  padding: 100px 0;
}

.bg-image-breadcrumbs-about {
  background-image: url("../images/bg-image-breadcrumbs.jpg");
  background-repeat: no-repeat;
}

.breadcrumbs {
  list-style-type: none;
}

.breadcrumb-title {
  font-size: 55px;
}

.breadcrumb-link {
  color: var(--yellow);
}

.breadcrumb li {
  font-size: 24px;
}

/* Client Dashboard Stuff */
.cart-page-wrapper {
  padding-top: 4em;
  display: flex;
  gap: 12px;
}

.remove-item {
  color: #666699;
  font-size: 14px;
}

.save-item {
  color: #666699;
  font-size: 14px;
  padding-right: 10px;
}

.order-summary {
  border-left: 1px solid #ddd;
  padding-left: 1rem;
}

.company-summary {
  font-size: 18px;
  text-align: left;
  font-weight: bold;
  color: #4dad1e;
}

.summary-address {
  text-align: right;
  font-size: 15px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.aga {
  font-size: 14px;
  text-align: left;
}

.aga-number {
  font-size: 1.5rem;
  text-align: left;
  font-weight: bold;
  color: #8b8f8f;
}

.underline {
  border: 1px solid #d4d0d0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ordering-stats {
  margin-top: 1em;
  background-color: #f6f6f6;
  border-radius: 5px;
}

.ordering-stats-row {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  padding: 0.5em;
}

.one {
  border-bottom: 1px solid #e3e3e3;
}

.your-items {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}

.promo-code {
  margin: 1em 0;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.promo-code input {
  border: 1px solid #e3e3e3;
  border-radius: 500px;
  padding: 6px;
  min-width: 220px;
}

.promo-code input::placeholder {
  font-size: 1.2rem;
  color: #757575;
}

.product-item {
  padding-top: 20px;
  font-size: 18px;
  color: #2b2c2f;
}

.promo-code button {
  border-radius: 500px;
  min-width: 100px;
  padding: 12px;
  color: #9b9b9b;
  font-weight: bold;
  border: 1px solid #f0f0f0;
}

.promo-code button:hover {
  color: #362f2f;
  border: 1px solid #ffad2e;
}

.shipping {
  margin-top: 0.5em;
  display: flex;
  justify-content: space-between;
}

.shipping-result {
  color: #4dad1e;
  font-weight: bolder;
}

.totals {
  margin-top: 0.5em;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  color: rgb(54, 47, 47);
}

.tax-instruction {
  text-align: left;
  padding-bottom: 20px;
}

.ratings {
  padding-top: 5px;
  margin-right: 10px;
}

.ratings i {
  color: #cecece;
  font-size: 20px;
}

.rating-color {
  color: #fbc634 !important;
}

.review-count {
  font-weight: 400;
  margin-bottom: 2px;
  font-size: 20px !important;
}

.small-ratings i {
  color: #cecece;
}

.review-stat {
  font-weight: 300;
  font-size: 10px;
  margin-bottom: 2px;
}

.site-signup {
  margin-top: 40px;
}

.control-label {
  width: 100%;
  text-align: left;
  color: rgb(54, 47, 47);
}

.side-nav {
  text-align: left;
}

.dropdown-menu>div {
  padding: 4px 15px;
}

.dropdown-menu div:hover {
  background-color: #e9e9e9;
}

.navbar-grey {
  background-color: var(--grey);
}

.nav-link.active,
.nav-link:hover {
  color: var(--yellow) !important;
}

.title {
  font-family: DancingScript;
  font-size: 2.5em;
  color: var(--yellow);
}

.card-header,
.address-strip {
  background-color: var(--yellow);
}

.address-strip a {
  text-decoration: none;
  color: var(--grey);
}

.nslc-available {
  margin-top: 1.5em;
}

.nslc-available img {
  width: 20%;
}

.nslc-available span {
  padding-left: 8px;
}

.product-image {
  position: relative;
  height: auto;
  border: 0px solid green;
}

.corner-banner {
  position: absolute;
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
  top: 50px;
  left: -10px;
  width: 180px;
  height: 40px;
  background: red;
  border-radius: 20px 20px 20px 20px;
}

.corner-banner-cs {
  position: absolute;
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
  top: 50px;
  left: -10px;
  width: 180px;
  height: 40px;
  background: green;
  border-radius: 20px 20px 20px 20px;
}

.corner-banner-text {
  -webkit-transform: rotate(-1.5deg);
  -moz-transform: rotate(-1.5deg);
  -o-transform: rotate(-1.5deg);
  -ms-transform: rotate(-1.5deg);
  transform: rotate(-1.5deg);
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: white;
}

.product-index,
.product-index-buttons {
  padding: 2em 0;
}

.card {
  /* padding: 1em 0; */
  height: 500px;
  min-height: 500px;
  max-height: 500px;
}

.card-img {
  height: 220px;
  max-height: 220px;
}

/* CLient Dashboard */

.dashboard-grid {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 1.5em;
  padding: 60px;
}

.dashboard-nav {
  font-size: 1.2em;
}

.dashboard-nav li {
  list-style: none;
  padding: 0.25rem 0;
}

.dashboard-nav a {
  text-decoration: none;
  color: #3c423f;
}

.dashboard-nav a>i {
  padding-right: 0.5em;
}

.dashboard-nav a:hover {
  color: var(--orange);
}

.dashboard-content {
  text-align: left;
}

.dashboard-h5 {
  margin: 0;
  padding: 0;
}

/*-- About Page --*/
.our-story-date {
  color: #9b9b9b;
}

/*-- end About Page --*/

/*-- Contact Page --*/
.our-story-date {
  color: #9b9b9b;
}

.custom-contact-link {
  text-decoration: none;
  color: var(--infoDark);
}

.custom-contact-link a:hover {
  color: var(--orange);
}

/*-- end Contact Page --*/

.btn-primary {
  color: #fff;
  background-color: #ffad2e;
  border-color: #ffad2e;
}

.btn-primary:hover {
  color: #fff;
  background-color: var(--orange);
  border-color: #ffad2e;
}

.custom-team-border {
  border: 5px solid #d65211;
}

.our-team-custom-name {
  font-size: 30px;
}

.h1 {
  color: var(--yellow);
}

.mfh-logo {
  width: 65px;
}

.hero {
  background-image: url('../images/carousel/mfh2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
  padding: 25px;
}

.services-banner {
  border: 1px solid var(--yellow);
  border-radius: 1.5rem;
  background-color: var(--grey);
  color: var(--yellow);
  max-width: 40em;

  .right {
    background-color: var(--yellow);
    color: var(--grey);
    border-radius: 12px;
  }
}

.nav-title {
  font-family: DancingScript;
  font-size: 1.5rem;
  letter-spacing: .1rem;
  color: var(--yellow);
  display: inline-block;
}

.nav-sub-title {
  font-style: italic;
  font-size: .75rem;
  display: block;
}

.nav-title-footer {
  font-style: italic;
  color: var(--yellow);
  font-family: DancingScript;
  font-size: 1.25rem;
  display: block;
}

.nav-sub-title-footer {
  font-style: italic;
  font-size: .75rem;
  display: block;
}

.create-testimonial {
  background-color: var(--yellow);
}

.btn-grey {
  background-color: var(--grey);
  color: var(--yellow);
}

.btn-grey:hover {
  border: 1px solid var(--grey);
  background-color: var(--yellow);
  color: var(--grey);
}