h2, h3, p {
  font-family: "Inter", sans-serif;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

body {
  color: #f4f0d9;
  background-color: #0c0101;
}

#main {
  justify-content: center;
}

#block-sheriff-content {
  padding-top: 60px;
}

/************ Modal **************/
#welcomeModal {
  z-index: 99999 !important;
}

#welcomeModal + .modal-backdrop,
.modal-backdrop {
  z-index: 99998;
}

#welcomeModal .modal-dialog {
  max-width: 600px;
  width: 100%;
}

#welcomeModal .modal-content {
  background-image: url("../images/modal_bkr.png");
  background-color: #200C09;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  border-radius: 1rem;
  line-height: 1.2rem;
}

#welcomeModal .modal-header {
  color: #f4f0d9;
  border-bottom: 0;
}

#welcomeModal .btn-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 1rem;
  z-index: 99991;
}

#welcomeModal .modal-title {
  color: #f4f0d9;
  font-family: Inter, sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -0.72px;
  text-transform: uppercase;
  padding: 50px 0 30px 40px;
}

#welcomeModal .modal-body {
  color: #0c0101;
  border-bottom: 0;
  background-color: #f4f0d9;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  padding: 1.5rem;
}
#welcomeModal .modal-body .modal-badge {
  position: absolute;
  top: -200px;
  right: 1rem;
}
#welcomeModal .modal-body .modal-text {
  width: 50%;
}

#welcomeModal .modal-footer {
  color: #0c0101;
  border-top: 2px solid #3f311a;
  background-color: #f4f0d9;
  padding: 2.5rem;
}

#welcomeModal .btn-close {
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23f4f0d9' d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") center/1em auto no-repeat;
}

@media (max-width: 768px) {
  #welcomeModal .modal-dialog {
    max-width: 300px;
    width: 100%;
    margin: 1.75rem auto;
  }
  .modal-badge {
    display: none;
  }
  #welcomeModal .modal-title {
    padding: 1rem;
    text-align: center;
  }
  #welcomeModal .modal-body .modal-text {
    width: 100%;
  }
}
/************** nav stuff ***************/
#nav-container {
  position: relative;
  background-color: #f4f0d9;
  z-index: 9999;
}
#nav-container #nav-badge {
  position: absolute;
  left: -3rem;
  top: -30px;
  z-index: 0;
}

#top-nav {
  position: fixed;
  right: 50%;
  left: 50%;
  z-index: 9998;
  width: 100%;
  transform: translate(-50%, 0);
  margin-top: 2rem;
}

#top-nav .container {
  border-radius: 0.5rem;
  background-color: #f4f0d9;
}

nav .navbar-nav {
  border: none;
}

.dropdown-menu.nav-level-1 {
  background-color: #f4f0d9;
  padding: 1.75rem;
}

.col.nav-item {
  font-family: Inter, sans-serif;
  font-size: 1rem;
}

a.dropdown-item {
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0 0 1.5rem;
}

.nav-item ul.ps-3 li a.dropdown-item {
  font-size: 0.85rem;
  font-weight: 400;
}

.nav-link {
  color: #0c0101;
}

a.dropdown-item:hover {
  background-color: #f4f0d9;
}

.dropdown-item.active {
  color: #3f311a;
  background-color: #f4f0d9;
  text-decoration: underline;
}

.navbar-brand a.site-title {
  text-transform: none;
  margin-left: 4rem;
  color: #0c0101;
  text-align: center;
  font-family: "Roboto Flex", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 3rem;
  letter-spacing: -0.96px;
}

@media (max-width: 575.98px) {
  .container.node {
    padding-top: 150px;
  }
  /* Bootstrap collapse container */
  .navbar-collapse {
    max-height: 70vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* Drupal's main nav block */
  .block-system-menu-block--main .navbar-collapse,
  nav[role=navigation] .navbar-collapse {
    max-height: 70vh;
    overflow-y: auto;
  }
  /* If your theme wraps nav in a region */
  .region-primary-menu {
    max-height: 70vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.bg-dark {
  background-color: #f4f0d9;
}

.alert p {
  padding-top: 0.6rem;
}
.alert .btn-close {
  top: 10px;
}

.alert-warning {
  color: #3f311a;
  background-color: #E69C2D;
  border: none;
}

.btn.btn-primary {
  color: #f4f0d9;
}

.banner-msg {
  text-align: center;
  color: #f4f0d9;
  width: 50%;
}

.text-banner {
  height: auto;
  color: #f4f0d9;
  text-transform: uppercase;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  letter-spacing: 0.25rem;
  line-height: 1.2;
  padding: 2rem 0;
  margin-bottom: 0;
}

#banner-title {
  text-align: center;
  margin-top: 1px;
  font-size: 7rem;
}

@media (max-width: 567px) {
  #banner-title {
    font-size: 3rem;
  }
  #middle-banner .text-banner {
    font-size: 3rem !important;
  }
}
#homepage-hero {
  background-repeat: no-repeat;
  background-size: initial;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: end;
  position: relative;
  width: 100%;
}
#homepage-hero #main-pic-container {
  margin: 1rem;
  width: 700px;
}
#homepage-hero #main-pic-container .hero-message {
  background-color: #3f311a;
  color: #f4f0d9;
  padding: 1rem;
  border-radius: 1.5rem;
}
#homepage-hero #main-pic-container .hero-message span {
  padding: 0;
  margin: 0.5rem;
}
#homepage-hero #secondary-pic-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  margin: 1rem;
}
#homepage-hero #secondary-pic-container .secondary-pic .secondary-msg {
  width: 260px;
  padding: 1rem;
  background-color: #3f311a;
  color: #f4f0d9;
  border-bottom-left-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}

/***************** Social Media ******************/
.social-banner {
  display: flex;
  color: #f4f0d9;
  padding: 1rem;
  justify-content: space-between;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 16px;
  border: 2px solid #3F301A;
}

.social-link {
  text-transform: uppercase;
  text-decoration: none;
  color: #f4f0d9;
  font-family: "Inter", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
}

.social-footer .social-link {
  display: inline-block;
  margin: 1rem;
}

/******************** Media **********************/
@media (max-width: 767px) {
  .container.node {
    padding-top: 100px;
  }
  #homepage-hero {
    flex-wrap: wrap;
  }
  #main-pic-container .field--name-field-hero-message-icon {
    display: none;
  }
  .banner-body {
    padding-top: 2rem;
  }
}
#middle-banner {
  margin-bottom: 1rem;
}
#middle-banner .text-banner {
  font-size: 5rem;
}

#bottom-banner {
  background-color: rgba(255, 255, 255, 0.5019607843);
  height: 400px;
  text-align: center;
  position: relative;
}

.banner-content {
  position: absolute;
  color: #f4f0d9;
  height: 4rem;
  width: 100%;
  bottom: 1.5rem;
}

.banner {
  position: relative;
  font-family: "Inter", sans-serif;
  background-size: cover;
  background-position: center;
  font-weight: bold;
  margin: 40px 0 80px;
  height: 220px;
  border-radius: 10px;
  color: #f4f0d9;
}
.banner .banner-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* Aligns child to the bottom */
  align-items: center;
  position: absolute;
  height: auto;
  width: 100%;
  bottom: -30px;
}
.banner .banner-body h2 {
  font-size: 4.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 80px; /* 111.111% */
  letter-spacing: -1.44px;
  text-transform: uppercase;
  color: #f4f0d9;
  margin: 0;
  padding: 0;
}

.banner-msg {
  text-align: center;
}

.banner-pills {
  color: #f4f0d9;
  margin-top: 2rem;
}
.banner-pills .col {
  text-align: center;
  padding: 1rem;
  border-radius: 1.5rem;
  border: 2px solid #3f301a;
}

.banner-btn {
  text-align: center;
  margin-top: 2.5rem;
}
.banner-btn a {
  padding: 1rem 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #ebd97d;
}

/***************** Main Content *****************/
#main-content {
  color: #3f311a;
  position: relative;
  display: flex;
  padding: 50px 50px 26px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  border-radius: 1rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #F4F0DA;
  box-shadow: 0 10px 50px 0 rgba(12, 1, 1, 0.5);
}
#main-content .field--name-field-body h2, #main-content .field--name-field-body h3 {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#main-content .field--name-field-body p {
  text-align: center;
}

@media (max-width: 575.98px) {
  #main-content {
    padding: 1.5rem;
  }
}
/*************** secondary content ***************/
#secondary-content {
  border: 2px solid #3f311a;
  border-radius: 18px;
  margin-top: 50px;
}
#secondary-content .field--name-field-quote {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding: 3rem;
  background-color: #3f311a;
  color: #f4f0d9;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 2rem;
}
#secondary-content {
  /************** location cards: inside secondary content! ****************/
}
#secondary-content .card-holder .location-card {
  background-color: #0c0101;
  border: 2px solid #3f311a;
  color: #f4f0d9;
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center;
  position: relative;
  text-align: center;
  padding: 0;
  padding-top: 1rem;
  margin: 0;
  height: 100%;
}
#secondary-content .card-holder .location-card a {
  color: #EBD97D;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
#secondary-content .card-holder .location-card .card-body .field {
  padding: 0.2rem 0;
}
#secondary-content .card-holder .location-card .card-header {
  text-align: center;
  width: 100%;
  padding: 0;
}
#secondary-content .card-holder .location-card .card-header .location-icon {
  width: 100%;
  text-align: center;
}
#secondary-content .card-holder .location-card .card-header .location-icon svg {
  background-color: #3f311a;
  fill: #f4f0d9;
}
#secondary-content .card-holder .location-card .card-header h2 {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
#secondary-content .card-holder .location-card .card-footer {
  text-align: left;
  background-color: #3f311a;
}
#secondary-content .card-holder .location-card .card-footer .field--name-field-location-notice {
  display: inline;
  font-size: 1rem;
}

#quote-box {
  color: #3f311a;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
#quote-box .col {
  font-size: 1.5rem;
  border-radius: 1.5rem;
  padding: 2.5rem;
  background-color: #f4f0d9;
}
#quote-box .col p {
  line-height: 1.25;
}

footer {
  padding: 1rem 0 0;
  background-color: #0c0101 !important;
  text-transform: uppercase;
  color: #f4f0d9;
}
footer .footer-hero {
  margin: 1.5em 0;
}
footer .footer-hero a {
  color: #f4f0d9;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
}
footer .nav-link {
  padding: 0.5rem 1rem;
  display: inline-flex;
  color: #f4f0d9;
  text-decoration: underline;
}
footer .nav-link:hover {
  color: #f4f0d9;
}

/*************** Cards ******************/
#home-cards-holder .card {
  padding: 20px;
  margin: 0 0 1rem 0;
  height: 100%;
  background-color: #f4f0d9;
}
#home-cards-holder .card .card-header {
  width: fit-content;
  display: flex;
  background-color: #dad8c2;
  border-radius: 0.5rem;
  border-bottom: none;
}
#home-cards-holder .card .card-header h2 {
  align-content: center;
  margin: 0;
  padding: 0 5px;
  font-size: 1.5rem;
  font-weight: bold;
}
#home-cards-holder .card .card-header .field--name-field-card-icon {
  fill: #f4f0d9;
  position: relative;
  display: inline-block;
  border: 1px solid #f4f0d9;
  background-color: #0c0101;
  margin: 0;
  padding: 2px 5px;
  border-radius: 8px;
}
#home-cards-holder .card .card-body {
  position: relative;
}
#home-cards-holder .card .card-body p {
  margin: 1rem 0;
}
#home-cards-holder .card .card-body .card-title {
  margin-bottom: 0;
}
#home-cards-holder .card .card-btn {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

/***************** Interior Cards *******************/
.card {
  padding: 50px 40px 40px 40px;
  background-color: #f4f0d9;
  border-radius: 16px;
}
.card .card-title {
  font-family: "Inter", sans-serif;
}
.card .card-title h3 {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.card .card-body {
  padding: 0;
  margin: 0;
}
.card .card-body p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
}
.card .card-btn {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

.btn-primary {
  background-color: #3f311a;
  border-color: #f4f0d9;
}
.btn-primary:hover {
  background-color: #a37812;
  border-color: #3f311a;
}
.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(163, 120, 8, 0.5);
}
.btn-primary:not(:disabled):not(.disabled):focus {
  box-shadow: 0 0 0 0.2rem rgba(163, 120, 8, 0.5);
  background-color: #a37812;
  border-color: #3f311a;
}
.btn-primary:not(:disabled):not(.disabled):active {
  box-shadow: 0 0 0 0.2rem rgba(163, 120, 8, 0.5);
  background-color: #3f311a;
  border-color: #f4f0d9;
}

.btn.btn-secondary {
  background-color: #3f311a;
  border-color: #f4f0d9;
}
.btn.btn-secondary:hover {
  background-color: #a37812;
  border-color: #3f311a;
}
.btn.btn-secondary:active {
  background-color: #a37812;
  border-color: #3f311a;
}
.btn.btn-secondary:focus {
  background-color: #a37812;
  border-color: #3f311a;
}

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