html, body {
  height: 100%;
}

body {
  font-family: helvitica, serif;
  font-weight: normal;
  font-size: 18px;
  background-color: #f9faf9;
}

.header {
  color: #b42d21;
}

.header-FIDELS {
  color: #b42d21;
  font-size: 2rem;
  font-weight: bold;
  line-height: 0.5em;
  text-shadow: -0.06rem 0.06rem 0.12rem #000;
}
.header-FIDELS p {
  line-height: 2rem;
  margin-bottom: 0.5rem;
}

.header-FIDELS-subDesc {
  color: #0c7b63;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.33rem !important;
  text-shadow: -0.06rem 0.06rem 0.0996rem #000;
}

.site-border-top {
  border-top: #b42d21 4px solid;
  height: 0.6rem;
  border-bottom: #0c7b63 2px solid;
}

.site-border-bottom {
  border-bottom: #b42d21 4px solid;
  height: 0.6rem;
  border-top: #0c7b63 2px solid;
}

.site-border-outer {
  border-radius: 10px;
  border-top: #0c7b63 2px solid;
  border-bottom: #0c7b63 2px solid;
  border-left: #0c7b63 2px solid;
  border-right: #0c7b63 2px solid;
  padding: 0.3rem;
}

.site-border-inner {
  border-radius: 10px;
  border-top: #b42d21 4px solid;
  border-bottom: #b42d21 4px solid;
  border-left: #b42d21 4px solid;
  border-right: #b42d21 4px solid;
}

.nav-card {
  font-family: sutro-deluxe-inline-fill, serif;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.33rem;
  background-color: #0c7b63;
  border: 2px solid #b42d21;
  border-radius: 5px;
  color: #b42d21;
  font-weight: bold;
  text-shadow: -0.06rem -0.06rem 0.12rem #d4d5d1, 0.06rem -0.06rem 0.12rem #d4d5d1, -0.06rem 0.06rem 0.12rem #d4d5d1, 0.06rem 0.06rem 0.12rem #d4d5d1;
}

.footer {
  background-color: #000;
  color: #b42d21;
}

a[href^=tel] {
  color: #0c7b63;
  text-decoration: none;
}
a[href^=tel]:hover {
  color: #0a6450;
}
a[href^=tel]:active {
  color: #074d3e;
}

.charro_logo {
  max-width: 7rem;
  min-width: 3.6rem;
  width: 100%;
  height: auto;
}

@media (max-width: 377px) {
  .menu_nav_breaks {
    max-width: 320px;
  }
}
@media (min-width: 378px) {
  .menu_nav_breaks {
    max-width: 437px;
  }
}
@media (min-width: 425px) {
  .menu_nav_breaks {
    max-width: 533px;
  }
}
@media (min-width: 707px) {
  .menu_nav_breaks {
    max-width: none;
  }
}

.main-content {
  font-family: "Libre Baskerville", serif;
}

#svg-header_accent {
  max-width: 2rem;
}

#svg-header_accent-flipped {
  max-width: 2rem;
  transform: scaleX(-1);
}

.vibrant-red-text {
  color: #b42d21;
}

.vibrant-green-text {
  color: #0c7b63;
}

.smallTxt {
  font-size: 0.966rem;
  line-height: 1.3rem;
}

#backToTopBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed position */
  bottom: 30%; /* Position from the bottom */
  right: 10px; /* Position from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #007bff; /* Blue background */
  color: white; /* White text */
  cursor: pointer; /* Pointer cursor on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
}

#backToTopBtn:hover {
  background-color: #555; /* Darker background on hover */
}

/*# sourceMappingURL=main.css.map */
