p.big-header {
  color: #ffffff;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 65px; 
  font-weight: 600; 
  letter-spacing: 9px; 
  margin: 0; 
  padding-bottom: 0.5em;
  text-transform: uppercase; 
  line-height: 1;
  display: inline-block;
}

p.big-header span {
  font-size: 40px;
  line-height: 1.5;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 600px) {
  p.big-header {
    font-size: 50px;
  }
  p.big-header span {
    font-size: 35px;
  }
}

@media (max-width: 420px) {
  p.big-header {
    font-size: 40px;
  }
  p.big-header span {
    font-size: 25px;
  }
}

#custom-pop-up-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  justify-content: center;
  align-items: center;
  background-color: #d9d9d699;
  backdrop-filter: blur(10px);
  display: none;
}

#custom-pop-up-box.expanded {
  display: block;
}

.custom-pop-up-button-close {
  font-size: 2em;
  transition: color 0.3s ease;
  padding: 5px;
  cursor: pointer;
}

#custom-pop-up-box .custom-pop-up-button-close {
  position: absolute; 
  top: 10px; 
  right: 0;
}

.custom-pop-up-button-close:hover {
  color: #73afb6;
  
}

/* Fancy Float Button */

@media(max-width: 600px) {
  .fancy-float-button {
    z-index: 500;
    width: 90%!important;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }

  .fancy-float-button * {
    z-index: 501;
    width: 100%;
  }
}



/* Bottom Box */

.bottom-section-box {
  border-top: 1px solid rgba(214, 214, 217, 1.0);
  width: 100%;
  background-color: rgba(255, 255, 255, 0); 
}

@media(max-width: 800px) {
  .bottom-section-box {
    padding-top: 15px;
  }
}

.bottom-section-box-inner {
  display: flex; 
  padding: 0 1.5em;
  align-items: center;
  justify-content: space-between;
}

.bottom-section-box-inner * {
  flex: 0 0 33.33%;
  padding: 15px 0;
}

.bottom-section-box-inner h1 {
  text-align: left;
}

.bottom-section-box-inner p {
  text-align: center;
}

.bottom-section-box-inner a {
  text-align: right;
}

@media (max-width: 800px) {
  .bottom-section-box-inner {
    flex-direction: column;
  }

  .bottom-section-box-inner * {
    padding: 2.5px 0 15px;
    text-align: center!important;
  }

  .bottom-section-box-inner > :nth-child(2) {
    order: 2;
  }

  .bottom-section-box-inner > :nth-child(3) {
    order: 1;
  }
}

.mini-header {
  margin: 0;
  font-size: var(--base-font-size-mobile);
  font-family: var(--base-font-family);
  font-weight: var(--base-font-weight);
  font-style: var(--base-font-style);
  line-height: var(--base-line-height);
  letter-spacing: var(--base-letter-spacing);
  -webkit-text-decoration: var(--base-underline, none);
  text-decoration: var(--base-underline, none);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  color: rgba(255, 255, 255, .8);
}

#expand-button, #address-button {
  cursor: pointer;
  transition: color 0.3s ease;
}

#address-button span {
  white-space: nowrap;
}

#expand-button:hover, #address-button:hover, #address-button:focus {
  text-decoration: none;
  color: #73afb6!important;
}

#expand-button-icon, #address-button-icon {
  font-size: 12px;
  font-weight: 800;
  vertical-align: middle;
  padding: 0;
  margin: 0 2px;
  transition: transform 0.3s ease;
}

#address-button-icon {
  display: inline;
}

#expand-button-icon.expanded {
  transform: rotate(-180deg);
}

.expanded-section-box {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(214, 214, 217, 1.0);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.expanded-section-box.expanded { 
  max-height: 1000px;
}

.expanded-section-box-inner {
  display: flex;
  position: relative;
  align-items: flex-start;
  padding: 2em 0em 1em;
  box-sizing: border-box;
  width: 90%;
  max-width: 1240px;
  height: 100%;
  margin: 0 auto;
}


@media (max-width: 800px) {
  .expanded-section-box-inner {
    flex-direction: column;
    padding: 2em 2em 1em;
  }
}

#expand-button-close {
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 1em 0em;
  cursor: pointer;
  transition: color 0.3s ease;
}

#expand-button-close:hover {
  color: #73afb6;
}

.expanded-section-box .hours-box, .expanded-section-box .contact-box {
  flex; 0 0 50%;
  width: 100%;
  padding-bottom: 2em;
}

.hours-box h3, .contact-box h3 {
  text-transform: uppercase; 
  color: #79afb6; 
  font-size: 20px; 
  letter-spacing: 3px;"
}

.hours-box h3 span {
  font-size: 14px;
}

.hours-box p {
  color: #000000;
}

.contact-box p {
  color: #000000;
}

.contact-links {
  color: #000000;
  display: inline-flex;
  flex-direction: column; 
  align-items: flex-start;
  width: 100%;
}

.contact-links svg {
  height: 1em;
  width: 1em;
}

.contact-links a {
  font-size: 18px;
  margin-bottom: 8px;
  color: #000000;
  text-decoration: none;
  display: inline-flex;
  align-items: center; 
  vertical-align: middle; 
}

@media (max-width: 800px) {
  .contact-links {
    flex-direction: row; 
    justify-content: space-between;
  }

  .contact-links a {
    margin-bottom: 0;
    margin-right: 20px; 
  }
}