/*-------------------------------------------*/
/*     Style sheet for the M&A app
/*-------------------------------------------*/


/* Define custom colors for consistent branding */
:root {
  --nps-font-family: 'VSJohnMuirSans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  --alt-nps-font-family: 'NPS_1935', "Helvetica Neue", Helvetica, Arial, sans-serif;
  --cape-cod-beachgrass: #98c19f;
  --cape-cod-beachgrass-gradient: linear-gradient(10deg, transparent 75%, #bfeec7),
                                  linear-gradient(-10deg, transparent 75%, #bfeec7);
  --sandia-stone-0: #ede9e2;
  --sandia-stone-1: #e0ddcf;
  --sandia-stone-2: #d5d1be;
  --sandia-stone-3: #cac3ab;
  --sandia-stone-4: #bcb69a;
  --sandia-stone-5: #979275;
  --sandia-stone-6: #7d7761;
  --sandia-stone-7: #635e4d;
  --sandia-stone-8: #494739;
  --sandia-stone-9: #322f28;
  --sandia-stone-gradient: radial-gradient(closest-side, var(--sandia-stone-4) 0, var(--sandia-stone-5) 100%);
  --muir-glen-0: #00762a;
  --muir-glen-1: #016124;
  --muir-glen-2: #064d1e;
  --muir-glen-3: #073a18;
  --muir-glen-4: #07290c;
  --muir-glen-gradient: linear-gradient(10deg, transparent 75%, #073a18),
                        linear-gradient(-10deg, transparent 75%, #073a18);
  --masthead-height: 200px;
  --postcard-border-width: 2vmin;
  --postcard-border: var(--postcard-border-width) solid #eeeeee;
  --title-header-height: 50px;
  --title-header-margin-bottom: 30px;
}

/* Define fonts (stored locally) */
@font-face {
  font-family: "NPS_1935";
  src: url('../fonts/NPS_1935/NPS_1935.ttf');
}

@font-face {
  font-family: "VSJohnMuirSans";
  src: url('../fonts/VSJohnMuirSans/VSJohnMuirSans-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "VSJohnMuirSans";
  src: url('../fonts/VSJohnMuirSans/VSJohnMuirSans-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "VSJohnMuirSans";
  src: url('../fonts/VSJohnMuirSans/VSJohnMuirSans-Regular.otf') format("opentype");
}

@font-face {
  font-family: "VSJohnMuirSans";
  src: url('../fonts/VSJohnMuirSans/VSJohnMuirSans-Wide.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
}


/* Define custom animations */
@keyframes fadeIn {
    0% { opacity: 0; }
  100% { opacity: 1; }
}


/* General characteristics */
html {
  height: 100%;
  background-color: #eeeeee;var(--sandia-stone-2);
  scroll-snap-type: y proximity;
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: var(--postcard-border);
  font-family: 'Futura', sans-serif;
  color: var(--sandia-stone-9);
  background-color: var(--sandia-stone-2);
}

h1, h2, h3, h4, h5 {
  font-family: 'Futura', sans-serif;
}

@media screen and (max-width: 1000px) {
  h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1000px) {
  h4 {
    font-size: 1.5rem;
  }
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:focus {
  outline: none;
}

input,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 1000px) {
  p {
    font-size: 1.667rem;
  }
}


/*
 * Create green header with a white logo
 */
header#masthead {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  flex-direction: column;
  height: var(--masthead-height);
  width: 100%;
  box-sizing: border-box;
  border-top: var(--postcard-border);
  border-left: var(--postcard-border);
  border-right: var(--postcard-border);
  background-image: linear-gradient(0deg, transparent 0%, #bcb69add 40%, #979275ff 100%);
}

#masthead a {
  text-decoration: none;
}

#masthead .container {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding-top: 25px;
}

.manda-logo {
  position: relative;
  display: flex;
  justify-content: center;
  width: 200px;
}

.manda-logo img {
  width: 100px;
  margin: 0 auto;
}

.manda-logo:hover img {
  filter: drop-shadow(0 0 10px var(--sandia-stone-4));
}

#development-signifier {
  position: absolute;
  top: 70%;
  color: var(--sandia-stone-1);
  text-shadow: 1px 1px 2px var(--sandia-stone-7);
  text-align: center;
  text-transform: uppercase;
  font-size: 10pt;
  letter-spacing: 3px;
}


/*
 * Display navigation links inline
 */
#nav-menu {
  width: 100%;
  display: flex;
  padding: 5px 0 2px;
  justify-content: center;
}

#nav-menu ul {
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 3px;
}

#nav-menu li {
  display: inline;
  letter-spacing: 1px;
}

#nav-menu li + li {
  margin-left: 35px;
}

#nav-menu li a {
  color: var(--sandia-stone-1);
  font-size: 14pt;
  text-shadow: 1px 1px 2px var(--sandia-stone-7);
  text-transform: uppercase;
  letter-spacing: 2px;
}

#nav-menu li a:hover {
  color: var(--sandia-stone-0);
}


/*
 * Create a footer with site information
 */
footer#site-info {
  margin-top: auto;
}

#site-info p {
  color: var(--sandia-stone-3);
  font-size: 9pt;
  text-align: center;
}

#site-info span {
  padding: 0 5px;
}


/*
 * Handle the main body content area for pages
 */
#page {
  display: flex;
  justify-content: space-between;
  margin-top: var(--masthead-height);
  padding-bottom: 30px;
}

#page .container {
  width: 80%;
}
@media screen and (max-width: 1000px) {
  #page .container {
    width: 90%;
  }
}

aside.sidebar {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 5%;
  min-width: 50px;
  margin-top: 50px; /* Account for content header */
}


#content-header h1 {
  height: var(--title-header-height);
  box-sizing: border-box;
  margin: 0 0 var(--title-header-margin-bottom) 0;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 2px;
}

div.flashes {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 20px;
}

div.flash.error {
  padding: 5px 10px;
  border: 1px solid gray;
  border-radius: 5px;
  background-color: #cc000044;
}

/*
 * Style forms
 */
form {
  display: flex;
  flex-direction: column;
  gap: 20px
}
@media screen and (max-width: 1000px) {
  form {
    gap: 30px;
  }
}

form button,
form input,
form label,
form select,
form textarea {
  width: 100%;
}

form button,
form input,
form label,
form select {
  font-size: 14pt;
  letter-spacing: 1px;
}
@media screen and (max-width: 1000px) {
  form button,
  form input,
  form label,
  form select {
    font-size: 32pt;
  }
}

form button,
form input,
form select,
form textarea {
  box-sizing: border-box;
  border-radius: 10px;
}

form label {
  text-transform: uppercase;
}

form input,
form label,
form select,
form textarea {
  padding: 10px 15px;
  color: var(--sandia-stone-7);
}

form input,
form select,
form textarea {
  border: 1px solid var(--sandia-stone-4);
  background-color: var(--sandia-stone-0);
}

form button,
form input[type="submit"] {
  margin-top: 25px;
  padding: 5px;
  box-shadow: 0 0 2px var(--sandia-stone-8);
  border: 2px solid var(--sandia-stone-8);
  background: linear-gradient(30deg, var(--sandia-stone-6) 0%, var(--sandia-stone-7) 100%);
  color: var(--sandia-stone-0);
  font-weight: 500;
  cursor: pointer;
}

form button:hover,
form input[type="submit"]:hover {
  filter: brightness(0.9);
}

form input:focus-visible,
form textarea:focus-visible {
  outline: 2px solid var(--muir-glen-0);
}

form h1,
form h2,
form h3,
form h4,
form h5 {
  margin: 15px 0 30px;
  font-weight: 200;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
}

form .form-line {
  display: flex;
  flex-direction: row;
}

form .form-field {
  display: flex;
  flex-direction: column;
  flex: 1;
}

/*
 * Style tab containers
 */
.tab-container {
  margin: 0 auto 50px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.3);
  border-radius: 8px;
  background-color: var(--sandia-stone-1);
  overflow: hidden;
}

.tab-container p a {
  color: var(--sandia-stone-7);
  text-shadow: 0 0 1px var(--sandia-stone-4);
}

.tab-container input[type="radio"] {
  display: none;  /* hide radio buttons */
}

.tab-container .tab-headers {
  display: flex;
  background: var(--sandia-stone-6);
}

.tab-container .tab-header {
  flex: 1;
  padding: 10px 0;
  border-bottom: 2px solid var(--sandia-stone-7);
  color: var(--sandia-stone-2);
  font-family: var(--nps-font-family);
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1000px) {
  .tab-container .tab-header {
    font-size: 1.8em;
    padding: 15px 0;
  }
}

.tab-container .tab-header:hover {
  background: var(--sandia-stone-7);
  filter: brightness(0.8);
}

.tab-container .tab-contents {
  margin: 30px;
}

.tab-container .tab-content {
  display: none;  /* hide all content by default */
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}

.tab-container .tab-content section.info-block {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.tab-container .tab-content section.info-block h3 {
  font-size: 1.6rem;
  font-weight: 200;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
}
@media screen and (max-width: 1000px) {
  .tab-container .tab-content section.info-block h3 {
    font-size: 3.5rem;
  }
}

.tab-container section.info-block .details {
  width: 100%;
  margin: 0 auto;
}


/*
 * Customization for the landing page
 */
#landing-page {
  background-color: var(--sandia-stone-4);
  background-image: var(--sandia-stone-gradient);
}

#landing-page #content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  margin: auto;
}

#landing-page .initials {
  position: relative;
  width: 50vmin;
}
@media screen and (max-width: 1000px) {
  #landing-page .initials {
    width: 80vmin;
  }
}

#landing-page .logo {
  width: 100%;
  opacity: 0;
  animation: 2.5s fadeIn 0.5s forwards;
}

#landing-page .menu,
#landing-page .date {
  position: absolute;
  color: var(--sandia-stone-8);
  font-size: 2.5vmin;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  opacity: 0;
}
@media screen and (max-width: 1000px) {
  #landing-page .menu,
  #landing-page .date {
    font-size: 3.5vmin;
  }
}

#landing-page .date {
  top: 22.5%;
  left: 50%;
  animation: 2.5s fadeIn 0.5s forwards;
}

#landing-page .menu {
  top: 75%;
  left: 50%;
  animation: 2.5s fadeIn 2.5s forwards;
}

#landing-page .menu a {
  color: var(--sandia-stone-8);
  text-decoration: none;
}

#landing-page .menu a:hover {
  text-shadow: 0 0 10px var(--sandia-stone-6);
}

#landing-page #site-info p {
  color: var(--sandia-stone-6);
}


/*
 * Customization for the 'Log In' pages/forms
 */
form#access {
  width: 40%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  form#access {
    width: 80%;
    max-width: 800px;
    margin: 50px auto;
  }
}

form#access .form-field {
  position: relative;
}

form#access p.instructions {
  font-size: 1.2rem;
  font-style: italic;
}
@media screen and (max-width: 1000px) {
  form#access p.instructions {
    font-size: 2rem;
  }
}

form#access img#password-toggle {
  position: absolute;
  top: 65px;
  right: 20px;
  width: 20px;
  opacity: 20%;
}

form#access img#password-toggle:hover {
  cursor: pointer;
  opacity: 30%;
}

form#access label {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

form#access label img.help {
  display: float;
  height: 20px;
  width: 20px;
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  form#access label img.help {
    height: 30px;
    width: 30px;
  }
}

div.profile-choices {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 40px;
  width: 80%;
  margin: 40px auto;
}

div.profile-choices .profile-choice {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 300px;
  width: 300px;
  padding: 20px;
  border-radius: 20px;
  border: 2px solid var(--sandia-stone-5);
  box-shadow: 3px 3px 5px var(--sandia-stone-8);
  background-color: var(--sandia-stone-4);
  color: var(--sandia-stone-9);
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
}

div.profile-choices .profile-choice:hover {
  box-shadow: 3px 3px 10px var(--muir-glen-2);
}

div.profile-choices .profile-choice .primary-name {
  font-size: 20pt;
  text-transform: uppercase;
  letter-spacing: 3px;
}

div.profile-choices .profile-choice .secondary-name {
  font-size: 16pt;
}


/*
 * Customization for the homepage
 */
#homepage-welcome {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100vh - var(--masthead-height));
  --padding-top: 25px;
  padding: var(--padding-top) 0 75px;
  box-sizing: border-box;
  scroll-snap-align: start;
  scroll-margin-top: calc(
    var(--masthead-height) + var(--padding-top)
  );
}

#homepage-welcome #foundation-content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  gap: 30px;
  height: 100%;
  max-height: 800px;
  color: #444444;
}
@media screen and (max-width: 1000px) {
  #homepage-welcome #foundation-content {
    min-height: 1200px;
    gap: 100px;
  }
}

#homepage-welcome h1,
#homepage-welcome h2,
#homepage-welcome h3,
#homepage-welcome h4 {
  margin: 0;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

#homepage-welcome a {
  color: inherit;
  text-decoration: none;
}

#homepage-welcome a:hover {
  color: #888888;
}

#homepage-welcome .couple {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

#homepage-welcome .couple .name {
  font-family: var(--alt-nps-font-family);
  font-size: 2rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media screen and (max-width: 1000px) {
  #homepage-welcome .couple .name {
    font-size: 2.675rem;
  }
}

#homepage-welcome .couple h2 {
  margin: 0;
  font-family: var(--nps-font-family);
}
@media screen and (max-width: 1000px) {
  #homepage-welcome .couple h2 {
    font-size: 2.6752rem;
  }
}

#homepage-welcome .couple .horizontal-rule {
  font-weight: 300;
}

@media screen and (max-width: 1000px) {
  #homepage-welcome h2.phrase {
    font-size: 2rem;
  }
}

#homepage-welcome .setting {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 1000px) {
  #homepage-welcome .setting {
    gap: 50px;
  }
}


#homepage-welcome .setting .date {
  font-size: 1.5rem;
}
@media screen and (max-width: 1000px) {
  #homepage-welcome .setting .date {
    font-size: 3rem;
  }
}

#homepage-welcome .setting .location h3 {
  margin: 0;
  font-size: 1.75rem;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 4px;
}
@media screen and (max-width: 1000px) {
  #homepage-welcome .setting .location h3 {
    font-size: 3.5rem;
  }
}

#homepage-welcome .setting .location h4 {
  margin: 0;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #homepage-welcome .setting .location h4 {
    font-size: 2.5rem;
  }
}

#homepage-welcome .actions {
  display: flex;
  justify-content: space-between;
  width: 50%;
}
@media screen and (max-width: 1000px) {
  #homepage-welcome .actions {
    width: 80%;
  }
}

#homepage-welcome .actions .action {
  flex: 1;
  color: #555555;
  font-family: var(--alt-nps-font-family);
  font-size: 12pt;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (max-width: 1000px) {
  #homepage-welcome .actions .action {
    font-size: 20pt;
  }
}

#homepage-welcome .actions .action a {
  color: inherit;
  text-decoration: none;
}

#homepage-welcome .actions .action a:hover {
  color: #888888;
}

#homepage-key-info {
  scroll-snap-align: start;
  scroll-margin-top: var(--masthead-height);
}

#homepage-key-info .tab-container {
  min-height: 700px;
  max-width: 800px;
}
@media screen and (max-width: 1000px) {
  #homepage-key-info .tab-container {
    min-height: 80vh;
    max-width: none;
  }
}

#homepage-key-info .tab-container .tab-content {
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  #homepage-key-info .tab-container .tab-content {
    gap: 100px;
  }
}

#ceremony:checked ~ .tab-contents #ceremony-info,
#weekend:checked ~ .tab-contents #weekend-info,
#stay:checked ~ .tab-contents #stay-info {
  display: flex;  /* show active content */
}

#ceremony:checked ~ .tab-headers label[for="ceremony"],
#weekend:checked ~ .tab-headers label[for="weekend"],
#stay:checked ~ .tab-headers label[for="stay"] {
  background: var(--sandia-stone-7);
}

#homepage-key-info section.info-block .events {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

#homepage-key-info section.info-block .events > .note {
  margin: 0;
  font-size: 0.833rem;
  font-style: italic;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #homepage-key-info section.info-block .events > .note {
    font-size: 1.333rem;
  }
}

#homepage-key-info section.info-block .setting {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

#homepage-key-info section.info-block .setting .date {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #homepage-key-info section.info-block .setting .date {
    font-size: 2rem;
  }
}

#homepage-key-info section.info-block .setting .date .note {
  margin: 5px 0;
  font-size: 10pt;
  font-weight: 300;
  text-transform: uppercase;
}

#homepage-key-info section.info-block .setting .schedule {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 1.333rem;
}
@media screen and (max-width: 1000px) {
  #homepage-key-info section.info-block .setting .schedule {
    font-size: 1.8rem;
    gap: 30px;
  }
}

#homepage-key-info section.info-block .setting .schedule .description {
  max-width: 400px;
  font-size: 1rem;
}
@media screen and (max-width: 1000px) {
  #homepage-key-info section.info-block .setting .schedule .description {
    font-size: 1.5rem;
  }
}

#homepage-key-info section.info-block .setting .event-title {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1000px) {
  #homepage-key-info section.info-block .setting .event-title {
    flex-direction: column;
    gap: 5px;
  }
}

#homepage-key-info section.info-block .setting .event-title .time {
  min-width: 85px;
  border-right: 3px solid var(--sandia-stone-5);
  margin-right: 20px;
  padding-right: 15px;
}
@media screen and (max-width: 1000px) {
  #homepage-key-info section.info-block .setting .event-title .time {
    border-right: none;
  }
}

#homepage-key-info section.info-block .setting .event-title .time.range {
  min-width: 180px;
}

@media screen and (max-width: 1000px) {
  #homepage-key-info section.info-block .setting .event-title .name {
    font-size: 2.4rem;
  }
}

#homepage-key-info #ceremony-info section.info-block .attire .note {
  font-size: 0.833rem;
}
@media screen and (max-width: 1000px) {
  #homepage-key-info #ceremony-info section.info-block .attire .note {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1000px) {
  #homepage-key-info #weekend-info section.info-block .events {
    gap: 120px;
  }
}

#homepage-key-info #stay-info section.info-block a#room-block {
  width: 90%;
  max-width: 600px;
  height: 50px;
  display: flex;
  margin: 30px auto 20px;
  padding: 5px;
  box-sizing: border-box;
  box-shadow: 0 0 2px var(--sandia-stone-8);
  border-radius: 10px;
  border: 2px solid var(--sandia-stone-8);
  justify-content: center;
  align-items: center;
  background: linear-gradient(30deg, var(--sandia-stone-6) 0%, var(--sandia-stone-7) 100%);
  color: var(--sandia-stone-0);
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  #homepage-key-info #stay-info section.info-block a#room-block {
    height: 100px;
    margin: 50px auto 30px;
    font-size: 1.5rem;
  }
}

#homepage-key-info #stay-info section.info-block .room-block-note {
  width: 75%;
  max-width: 450px;
  margin: 0 auto;
  font-size: 0.8rem;
  font-style: italic;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #homepage-key-info #stay-info section.info-block .room-block-note {
    width: 80%;
    max-width: none;
    font-size: 1rem;
  }
}

#homepage-key-info #stay-info section.info-block a#room-block:hover {
  filter: brightness(0.9);
}


/*
 * Customization for the 'Dashboard' page
 */
#dashboard {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 40px auto;
  border: 2px solid var(--sandia-stone-6);
  border-radius: 20px;
  background-color: var(--sandia-stone-9);
  color: var(--sandia-stone-3);
}

#dashboard h2,
#dashboard h3 {
  font-weight: 200;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#dashboard h2 {
  font-size: 2rem;
}

#dashboard h3 {
  font-size: 1.5rem;
  margin-bottom: 5px;
}

#dashboard-statistics .statistic-blocks {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 20px 40px;
}

#dashboard-statistics .statistic-block-column {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 20px;
}

#dashboard-statistics .statistic-block {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border: 1px solid var(--sandia-stone-8);
  border-radius: 20px;
  background-color: var(--sandia-stone-6);
  color: var(--sandia-stone-9);
}

#dashboard-statistics .statistic-block h4 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#dashboard-statistics .statistic-block .number {
  margin: 10px 0;
  font-size: 4rem;
}

#dashboard-statistics .statistic-block .note {
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 0.9rem;
}

#dashboard-table {
  margin: 30px 0;
}

#dashboard-table table {
  width: 95%;
  margin: 0 auto;
  padding: 5px 10px;
  border-spacing: 0;
  border-radius: 10px;
  border: 3px solid var(--sandia-stone-4);
  color: var(--sandia-stone-9);
  background-color: var(--sandia-stone-0);
}

#dashboard-table tr {
  --hover-color: var(--sandia-stone-1);
}

#dashboard-table tr.entity:hover td,
#dashboard-table tr.highlight td {
  background-color: var(--hover-color);
  cursor: pointer;
}

#dashboard-table th,
#dashboard-table td {
  padding: 3px 5px;
  text-align: left;
}

#dashboard-table th {
  padding-bottom: 5px;
  border-bottom: 2px solid #cccccc;
  font-size: 10pt;
}

#dashboard-table tr.group td {
  color: var(--sandia-stone-6);
  font-style: italic;
}

#dashboard-table img.checkmark,
#dashboard-table img.notes {
  height: 15px;
  width: 15px;
}

#dashboard-table .rsvp-status {
  width: 100px;
  text-align: center;
}

#dashboard-table td.rsvp-status {
  color: var(--sandia-stone-4);
}

#dashboard-table hr.buffer {
  margin: 3px 0;
  border: 0.5px solid #dddddd;
}

#dashboard-table #entity-info-modal-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 1000;
  background-color: #00000088;
}

#dashboard-table #entity-info-modal {
  min-height: 500px;
  min-width: 500px;
  max-width: 800px;
  margin: auto;
  padding: 20px 20px 50px;
  border: 3px solid var(--sandia-stone-5);
  border-radius: 10px;
  box-shadow: 2px 2px 5px black;
  background-color: var(--sandia-stone-2);
  color: var(--sandia-stone-9);
}

#dashboard-table .entity-info-modal-actions {
  display: flex;
  justify-content: flex-end;
  min-height: 30px;
}

#dashboard-table #entity-info-modal-exit {
  font-size: 2rem;
  cursor: pointer;
}

#dashboard-table #entity-info-modal-content {
  padding: 0 20px;
}

#dashboard-table #entity-info-modal-content h2 {
  margin: 10px 0 40px;
}

#dashboard-table #entity-info-modal-content .entity-info-element .recognized-identifier {
  margin: 0 1px;
  padding: 2px 5px;
  border: 1px solid var(--sandia-stone-8);
  border-radius: 5px;
  background-color: var(--sandia-stone-1);
  font-family: monospace;
}


/*
 * Customization for the profile page
 */
#guest-profiles {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}

#guest-profiles .guest-profile {
  min-width: 150px;
  padding: 25px 50px;
  border: 10px solid white;
  border-radius: 2px;
  background-color: var(--sandia-stone-1);
  box-shadow: 2px 2px 5px var(--sandia-stone-4);
  font-size: 1.2rem;
  color: var(--sandia-stone-8);
  transition: all 0.1s ease;
}
@media screen and (max-width: 1000px) {
  #guest-profiles .guest-profile {
    min-width: 200px;
    font-size: 1.667rem;
  }
}

#guest-profiles .guest-profile:hover {
  box-shadow: 3px 3px 8px var(--sandia-stone-4);
}

#guest-profiles .guest-profile.rsvp-required {
  box-shadow: 2px 2px 5px var(--muir-glen-0);
}

#guest-profiles .guest-profile.rsvp-required:hover {
  box-shadow: 3px 3px 8px var(--muir-glen-0);
}

#guest-profiles .guest-profile h2 {
  margin: 0 0 20px;
  padding: 0 0 5px;
  border-bottom: 1px solid var(--sandia-stone-8);
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
}
@media screen and (max-width: 1000px) {
  #guest-profiles .guest-profile h2 {
    font-size: 2.5rem;
  }
}

#guest-profiles .guest-profile div .field-value {
  margin: 5px 0 10px 20px;
  font-weight: bold;
}

#guest-profiles .guest-profile div .field-value .no-preferred-name {
  color: #aaaaaa;
  font-weight: normal;
}

#guest-profiles .guest-profile div.actions {
  display: flex;
  justify-content: space-around;
  gap: 10px;
  margin: 25px 0;
}
@media screen and (max-width: 1000px) {
  #guest-profiles .guest-profile div.actions {
    gap: 20px;
  }
}

#guest-profiles .guest-profile div.actions a {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 3px 15px;
  border: 1px solid var(--sandia-stone-4);
  border-radius: 8px;
  background-color: var(--sandia-stone-0);
  color: var(--sandia-stone-9);
  font-size: 1rem;
  text-transform: uppercase;
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  #guest-profiles .guest-profile div.actions a {
    font-size: 1.333rem;
  }
}

#guest-profiles .guest-profile div.actions a:hover {
  text-shadow: 0 0 3px white;
  filter: brightness(0.85);
}


#guest-profiles .guest-profile div.rsvp-status {
  margin: 20px 0 0;
  color: var(--muir-glen-2);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#guest-profiles .guest-profile div.rsvp-status img.icon {
  height: 20px;
  width: 20px;
}

#guest-profiles .guest-profile div.rsvp-status .declined {
  color: #bbbbbb;
  font-style: italic;
  font-weight: 300;
  text-transform: none;
}

.more-profiles-note {
  margin: 40px 0;
  color: var(--sandia-stone-8);
  font-style: italic;
  text-align: center;
}

.more-profiles-note a {
  color: var(--sandia-stone-7);
  font-weight: bold;
  font-style: italic;
}

/*
 * Customization for 'Edit Profile' page
 */
form#edit-profile {
  width: 40%;
  min-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  form#edit-profile {
    width: 80%;
    margin-top: 100px;
  }
}


/*
 * Customization for 'RSVP' pages/forms
 */
#rsvp-content {
  scroll-snap-align: start;
  scroll-margin-top: calc(
    var(--masthead-height) +
    var(--title-header-height) +
    var(--title-header-margin-bottom) +
    var(--postcard-border-width)
  );
}

#rsvp-content #deadline {
  margin: 40px 0;
}

#rsvp-content #deadline p {
  margin: 10px 0;
  font-size: 18pt;
  text-align: center;
}

#rsvp-content #deadline p.caveat {
  font-size: 10pt;
}

form#rsvp {
  width: 70%;
  min-width: 600px;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: auto;
}

form#rsvp .checkbox-container {
  display: flex;
  justify-content: space-between;
  align-items: top;
  gap: 10px;
}

form#rsvp .checkbox-container .checkbox-context {
  padding-left: 15px;
  letter-spacing: 0.5px;
}

form#rsvp .checkbox {
  position: relative;
  height: 30px;
  width: 30px;
  min-width: 30px;
  border: 1px solid var(--sandia-stone-4);
  border-radius: 5px;
  background-color: var(--sandia-stone-0);
}

form#rsvp .checkbox:hover {
  border: 1px solid var(--sandia-stone-5);
  background-color: var(--sandia-stone-1);
}

form#rsvp input:checked ~ .checkbox {
  background-color: var(--sandia-stone-0);
}

form#rsvp .checkbox img.checkmark {
  position: absolute;
  top: -12px;
  left: 3px;
  height: 40px;
  width: 40px;
  display: none;
}

form#rsvp input:checked ~ .checkbox img.checkmark {
  display: block;
}

form#rsvp .form-line {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

form#rsvp .form-line .form-field {
  max-width: 500px;
}

form#rsvp .form-field.shuttle_interest {
  flex: 3;
  transition: opacity 0.5s ease;
}

form#rsvp div.question-block {
  scroll-snap-align: start;
  scroll-margin-top: var(--masthead-height);
}

form#rsvp div.note {
  margin: 10px 0;
  padding-left: 15px;
  letter-spacing: 0.5px;
}


/*
 * Customization for the 'FAQs' page
 */
h1#faqs-header {
  font-family: var(--alt-nps-font-family);
  font-weight: 600;
  font-size: 24pt;
}

h1#faqs-header small {
  font-size: 12pt;
}

div#faqs {
  width: 80%;
  margin: 40px auto;
}
@media screen and (max-width: 1000px) {
  div#faqs {
    width: 80%;
    margin: 100px auto;
  }
}

@media screen and (max-width: 1000px) {
  div#faqs p {
    font-size: 1.75rem;
  }
}

div#faqs ul.causes {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1000px) {
  div#faqs ul.causes {
    gap: 30px;
    font-size: 1.667rem;
  }
}

a.webmaster-email {
  color: var(--sandia-stone-7);
  font-weight: bold;
  font-style: italic;
}

a.charity {
  color: var(--sandia-stone-7);
  font-weight: bold;
}


/*
 * Customization for the 'Wedding Party Information' page
 */
#wedding-party-information {
  width: 80%;
  margin: 0 auto;
}

#wedding-party-information h2 {
  margin-top: 40px;
  text-align: center;
  text-transform: uppercase
}

#wedding-party-information a.lodging {
  color: var(--sandia-stone-7);
  font-weight: bold;
}

#wedding-party-subset-information {
  margin-top: 75px;
}
@media screen and (max-width: 1000px) {
  #wedding-party-subset-information {
    margin-top: 150px;
  }
}

#wedding-party-subset-information .tab-container {
  min-height: 700px;
  max-width: 800px;
}
@media screen and (max-width: 1000px) {
  #wedding-party-subset-information .tab-container {
    min-height: 50vh;
    max-width: none;
  }
}

#wedding-party-subset-information .tab-container .tab-content {
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  #wedding-party-subset-information .tab-container .tab-content {
    gap: 50px;
  }
}

#bridesmaids:checked ~ .tab-contents #bridesmaids-info,
#groomsmen:checked ~ .tab-contents #groomsmen-info {
  display: flex;  /* show active content */
}

#bridesmaids:checked ~ .tab-headers label[for="bridesmaids"],
#groomsmen:checked ~ .tab-headers label[for="groomsmen"] {
  background: var(--sandia-stone-7);
}

#wedding-party-subset-information .tab-container section.info-block .details {
  width: 80%;
}
@media screen and (max-width: 1000px) {
  #wedding-party-subset-information .tab-container section.info-block .details {
    width: 100%;
  }
}
