:root {
  --primary: #1f4d3a;
  --secondary: #c8a23a;
  --light-primary: #2e6b50;
  --dark-black: #2b2b2b;
  --light-gray: #f7f5f0;
  --dark-secondary: #b8922f; /*may not need*/
}

/* Hero Section */
.hero-wrapper {
  padding-bottom: 0px; /*May not be needed*/
  max-height: 684px;
  width: 100%;

  /* for the quick links */
  display: flex;
  align-items: flex-end;
  padding: 0px; /*takes out the padding section makes*/
}

.hero-wrapper .container-fluid {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.hero-top-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: fit-content;
  margin-top: auto;
  justify-content: center;
}
.hero-subtitle {
  color: white;
  font-size: 18px;
  margin: 0px;
}
h1 {
  color: white;
  font-weight: bold;
  margin: 0px;
}

.bg-image {
  background:
    linear-gradient(rgba(43, 43, 43, 0.3)),
    url("../images/Town-Hall-570x368.jpg");

  background-size: cover;
  background-position: center;
  height: 50vh;
  max-height: 684px;
}

.quick-links-wrapper {
  background: rgba(247, 245, 240, 0.85);
  width: 100%;
  min-height: 15vh;
  max-height: 206px;
  margin: 0px;
  margin-top: auto;
  border-bottom: var(--secondary) 5px solid;
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 3rem;
  padding: 0.7rem 0 0.7rem;
}
.quick-links-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  /* height: 150px; */
  /* min-width: 100px; */
  /* width: 120px; */
}
.quick-links-item > a:hover > .item-top {
  background-color: var(--secondary);
}

.item-top {
  background-color: var(--primary);
  width: 80px;
  height: 80px;
  max-width: 116px;
  max-height: 116px;
  border-radius: 50%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.quick-link-icon {
  width: auto;
  height: 60px;
}
.item-label {
  color: var(--dark-black);
  margin-top: 0.75rem;
  text-align: center;
  font-weight: bold;
  text-align: center;
  line-height: 1.2; /*keeps text from being too spaced out when it wraps */
}

/* Town News and Events */
/* carousel */
.owl-dot.active::before {
  background-color: var(--secondary);
}
.owl-dot:hover::before {
  background-color: var(--secondary);
}
.owl-prev:hover,
.owl-next:hover {
  color: var(--dark-black);
}

/* Schedule Items */
.scheduel-wrapper {
  max-height: 610px;
  height: 100%;
  overflow-y: auto;
  margin: 0px;
  padding-right: 15px; /* Add some padding to prevent content from being hidden behind the scrollbar */
}
.scheduel-item {
  background-color: var(--light-gray);
  color: var(--dark-black);
  border-radius: 5px;
  padding: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);

  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-bottom: 22px;
}

.left-scheduel-item {
  font-weight: bold;
  min-width: fit-content;
  width: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.left-scheduel-item > .month {
  font-size: 18px;
  /* text-transform: uppercase; */
}

.left-scheduel-item > .day {
  font-size: 31px;
  margin: 0px;
  /* text-transform: uppercase; */
}

.right-scheduel-item {
  display: flex;
  flex-direction: column;
  justify-content: left;
  /* padding-left: 16px; */
}

/* TODO: see if can make a little less bold */
.right-scheduel-item > .scheduel-event-name {
  font-size: 18px;
  font-weight: bold;
  margin: 0px;
}
.right-scheduel-item > .scheduel-event-desc {
  font-size: 14px;
  margin: 0px;
  margin-top: 4px;
}

/* STATISTICS */
.statistics {
  background-color: var(--light-gray);
  color: var(--dark-black);
}

.statistics h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}

.statistics .counter {
  color: var(--primary);
}

.counter-icon img {
  width: auto;
  height: 30px;
}

/* Footer */
.footer-advanced {
  background-color: var(--dark-black);

  /* padding: 40px 0; */
}
.footer-advanced-text,
.footer-info-wrapper .info-item a,
.footer-links-wrapper a {
  color: white;
}

.footer-advanced h4 {
  color: var(--secondary);
  text-align: center;
  /* iffy on bold */
  font-weight: bold;
}

.footer-info-wrapper {
  margin: 0 auto;
  width: fit-content;
}
.footer-info-wrapper .info-item {
  gap: 15px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.footer-links-wrapper ul {
  text-align: center;
}

.footer-advanced-aside {
  padding-top: 5px;
}

.rights {
  width: 100%;
  text-align: right;
}

/* could be used for other things that just need a color change */
.footer-info-wrapper .icon,
.rights {
  color: var(--secondary);
}
hr {
  border: none;
  border-top: 1px solid var(--secondary);
}
/* -------------------------------------- */

.custom-primary-bg-btn {
  background-color: var(--primary);
  border: 1px solid var(--primary);
}

.custom-primary-bg-btn:hover {
  background-color: var(--secondary);
  border: 1px solid var(--secondary);
}

/* script stuff styles */
.ui-to-top {
  background-color: var(--secondary);
}
@media (max-width: 770px) {
  .scheduel-wrapper {
    margin: 0 auto;
    max-width: 500px;
  }
}
@media (min-width: 760px) {
  .rd-navbar-aside-outer {
    border: red solid 1px;
    display: none;
  }
}
/* stop logo schrink in nav bar */
/* @media (max-width: 900px) {
  .rd-navbar-main-outer {
    display: none;
  }

  .rd-navbar-aside-outer {
    display: block !important;
  }

  .rd-navbar-toggle {
    display: block !important;
  }
} */
/* @media (max-width:900px) {
  .rd-navbar-main{
    flex-wrap:nowrap;
  }
  .rd-navbar-brand img{
    max-height: 60px;
    width: auto;
  }
} */

/* .rd-navbar .rd-navbar-opened .rd-navbar-aside-outer{
  display:contents;
} */
/* TODO: 
    -need to change all the red to gold
    -need to switch text
    -need to get svg version of logo
    -need to change color of links when hovered or clicked
    -need to check ada
    -need to make mobile friendly
    -need to fix coloring for the dropdown menu for the nav bar when in burger menu.
    -need to fix hovering over the links in the nav bar 
    -footer when shrinks down the footer items seem to stack a little weived im not sure i like how they stack.
 */
