/* make blobs absolute/sticky position or use image of stamps and blobs together */

@font-face {
  font-family: 'Canva Sans Regular';
  src: url('../assets/fonts/Canva Sans/Desktop/CanvaSans-Regular.otf');
}

@font-face {
  font-family: 'Canva Sans Bold';
  src: url('../assets/fonts/Canva Sans/Desktop/CanvaSans-Bold.otf');
}

@font-face {
  font-family: 'Gliker Regular Expanded';
  src: url('../assets/fonts/Gliker Regular Expanded/Gliker-Regular-Expanded.ttf');
}

@font-face {
  font-family: 'Beach Day';
  src: url('../assets/fonts/Beach Day/beachday.ttf');
}

@font-face {
  font-family: 'Browning';
  src: url('../assets/fonts/Browning/Browning.ttf');
}

@font-face {
  font-family: 'Avengenz';
  src: url('../assets/fonts/Avengenz/Avengenz.ttf');
}
/* font-size: 40.313rem; */

@font-face {
  font-family: 'Baloo Regular';
  src: url('../assets/fonts/Baloo/Baloo-Regular.ttf');
}

@font-face {
  font-family: 'Chalk Board';
  src: url('../assets/fonts/Chalk Board/Chalk-Board.ttf');
}

@font-face {
  font-family: 'Dantene';
  src: url('../assets/fonts/Dantene/Dantene.otf');
}
/* font-size: 2.5rem; */

@font-face {
  font-family: 'Paula Natalie';
  src: url('../assets/fonts/Paula Natalie/Paula-Natalie.otf');
}

@font-face {
  font-family: 'Rapunled';
  src: url('../assets/fonts/Rapunled/Rapunled.otf');
}

@font-face {
  font-family: 'Simply Playful';
  src: url('../assets/fonts/Simply Playful/Simply-Playful.otf');
}

@font-face {
  font-family: 'Sunday Shine';
  src: url('../assets/fonts/Sunday Shine/Sunday-Shine.otf');
}

a, button {
  text-decoration: none;
  color: black;
  font-family: "Canva Sans Bold", "DM Sans", sans-serif;
}

button {
  border: none;
  font-size: 1rem;
}

button:hover {
  cursor: pointer;
}

ul {
  list-style-type: none;
}

iframe {
  min-width: 18.75rem;
  height: auto !important;
  aspect-ratio: 16 / 9 !important;
}

.hidden {
  display: none !important;
}

.site-header {
  width: 100vw;
  height: 4.5rem;
  display: flex;
  background-color: #f2f1eb;

  top: 0;
  position: fixed;
  z-index: 500;
}

#main-logo {
  width: auto;
  height: 4.5rem;
  padding-left: 0.625rem;
  box-sizing: border-box;
}

.down-arrow {
  width: 0.938rem;
}

#sidebar a {
  justify-content: center;
}

#sidebar a:visited {
  justify-content: center;
}

.options {
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}

.submenu li:hover {
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  cursor: pointer;
}

.submenu>li>a {
  display: block;
  width: 100%;
}

#stamps {
  width: 100vw;
  min-height: 15rem;
  display: flex;
  justify-content: center;
  margin-bottom: 0.625rem;
}

#stamps img {
  max-width: 61.5rem;
  aspect-ratio: 1252 / 377;
  clip-path: polygon(0 0, 99.9% 0, 99.9% 99%, 0 99%);
  z-index: 0;
}

#title {
  width: 100vw;
  position: relative;
  padding: 0.625rem 2.5rem;
  box-sizing: border-box;
}

#title h1 {
  /* font-family: 'Gliker Regular Expanded', sans-serif; */
  /* font-size: 3.375rem; */
  font-family: 'Beach Day', sans-serif;
  font-size: 4.6rem;
  color: #ff914d;
  text-align: center;
  margin: 1rem 0;
  padding: 0;
}

#title h2 {
  /* font-family: 'Gliker Regular Expanded', sans-serif; */
  /* font-size: 1.875rem; */
  font-family: 'Avengenz', sans-serif;
  font-size: 2.8rem;
  color: #ff914d;
  text-align: center;
  margin: 1rem 0;
  padding: 0;
}

.email {
  font-family: 'DM Sans', sans-serif;
  font-weight: bold;
  padding: 0 !important;
  color: #0ea7b5;
}

.email:hover {
  color: #e8702a;
}

/* FOOTER */
.header {
  text-decoration: none;
  color: black;
  font-family: "Canva Sans Bold", "DM Sans", sans-serif;
  font-size: 0.938rem;
}

.footer-wrap {
  width: 100vw;
  position: relative;
  top: 4.5rem;
  background-image: linear-gradient(135deg, #f19a5c, #f9db6f);
  margin-top: 0.625rem;
  padding: 1.25rem 1.25rem 2.5rem 1.25rem;
  box-sizing: border-box;
  text-align: center;
}

/* WHAT PEOPLE SAY */
.articles {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0;
}

.articles p {
  margin: 0;
}

/*
Source - https://stackoverflow.com/a/34708570
Posted by Baodad
Retrieved 2026-04-29, License - CC BY-SA 3.0
*/
blockquote {
    font-family: Georgia, serif;
    position: relative;
    margin: 0.5em;
    padding: 0.5em 2em 0.5em 3em;
}
blockquote p {
  margin: 0;
}

blockquote:before {
    font-family: Georgia, serif;
    position: absolute;
    font-size: 5em;
    line-height: 1;
    top: 0;
    left: 0;
    content: "\201C";
}

blockquote:after {
    font-family: Georgia, serif;
    position: absolute;
    float: right;
    font-size: 5em;
    line-height: 1;
    right: 0;
    bottom: -0.5em;
    content: "\201D";
}

.citation {
    text-align: right;
}

blockquote cite:before {
    content: "\2013";
}


/* WIDE VIEW */
@media only screen and (min-width: 1005px) {
  iframe {
    width: 57.75rem !important;
  }
  
  .site-header {
    justify-content: space-evenly;
    transition: top 0.6s;
  }

  #navbar {
    width: 80vw;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-evenly;
    /* background-color: #f2f1eb; */
    z-index: 1;
  }

  #sidebar {
    display: none;
  }

  .icon {
    display: none;
  }

  .option {
    padding: 1.25rem 1.25rem;
    margin: 0;
  }

  .down-arrow {
    filter: invert(100%);
  }

  #stamps img {
    width: 61.5rem;
  }

  .blob {
    width: 19.125rem;
    height: 19.125rem;
    position: absolute;
    top: calc(100vh - 4.375rem - 19.188rem);
  }

  .right {
    right: 0;
    rotate: 270deg;
  }

  .camp-watch {
    background-color: #f2f1eb;
    font-family: "DM Sans", sans-serif;
    padding: 0.313rem 1.25rem;
    border-radius: 0.313rem;
    margin: 0;
    /* margin: 0.625rem; */
    text-align: center;
  }

  .list {
    /* width: 90%; */
    background-image: linear-gradient(135deg, #f19a5c, #f9db6f);
    padding: 1rem;
    /* padding: 5%; */
    border-radius: 0.313rem;
    text-align: center;
  }

  .covid {
    width: calc((100% / 3) * 2);
    background-color: #f2f1eb;
    font-family: "DM Sans", sans-serif;
    padding: 0.313rem 1.25rem;
    border-radius: 0.313rem;
    margin: 0;
    /* margin: 0.625rem; */
  }

  .covid h2 {
    text-align: center
  }

  .boxes {
    display: flex;
    justify-content: space-between;
    margin: 1.25rem 0 0 0;
    column-gap: 1rem;
    /* margin: 0 0.625rem; */
  }

  .boxes a, .articles a {
    padding: 0 !important;
    display: block;
    height: fit-content;
  }

  .mini-boxes {
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
  }

  .dropdown {
    display: inline-block;
  }

  .option:hover {
    background-color: rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
    cursor: pointer
  }

  .submenu {
    position: absolute;
    /* display: none; */
    background-color: #f2f1eb;
    z-index: 1;
    min-width: 6.25rem;
    font-family: "DM Sans", sans-serif;
    list-style-type: none;
    padding: 1.25rem;
  }

  .submenu li {
    padding: 0.313rem;
  }

  .dropdown:hover .submenu {
    display: block !important;
  }

  .footer-content {
    width: 100%;
    padding: 1.25rem;
    box-sizing: border-box;
  }

  .footer-grid {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    row-gap: 1.25rem;
  }

  .grid>[class*="three column"].row>.column:not(:first-child):not(:last-child) {
    /* box-shadow: -0.063rem 0 0 0 rgba(34,36,38,.15); */
    border-left: 0.063rem solid rgba(34,36,38,.15);
    border-right: 0.063rem solid rgba(34,36,38,.15);
    box-sizing: border-box;
  }

  .grid>[class*="five column"].row>.column:not(:last-child) {
    /* box-shadow: -0.063rem 0 0 0 rgba(34,36,38,.15); */
    border-right: 0.063rem solid rgba(34,36,38,.15);
    box-sizing: border-box;
  }

  .grid>.row {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    padding: 0;
    justify-content: center;
    align-content: center;
  }

  .grid>[class*="three column"].row>.column {
    width: calc(100% / 3);
    padding: 0 1.25rem;
    box-sizing: border-box !important;
  }

  .grid>[class*="five column"].row {
    width: 70% !important;
    align-items: center !important;
    margin: auto;
  }

  .grid>[class*="five column"].row>.column {
    padding: 0 0.625rem;
    box-sizing: border-box !important;
  }

  .grid>[class*="five column"].row>.column p {
    margin: 0;
    font-size: 0.875rem;
  }

  .grid>.row>.column {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .three>.column img {
    height: 5rem;
    margin: auto;
    max-width: 100%;
  }

  .sponsors {
    row-gap: 0.313rem;
  }

  .sponsors img {
    height: 2.5rem !important;
  }

  .sponsors, .links {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }

  .links {
    row-gap: 0.625rem;
    font-size: 0.875rem;
  }

  .links p {
    margin: 0;
  }

  .divider {
    border-top: 0.063rem solid rgba(34,36,38,.15);
    border-bottom: 0.063rem solid rgba(255,255,255,.1);
    margin: 1rem 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 1rem;
    line-height: 1;
    height: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: rgba(0,0,0,.85);
  }

  .fa {
    padding: 0 0.625rem;
    box-sizing: content-box !important;
    text-decoration: none;
  }

  footer p:hover, .fa:hover {
    cursor: pointer;
    color: rgba(0,0,0,.4);
  }

  .socials {
    height: 18.0.313rem !important;
    line-height: 1.3 !important;
  }

  /* WHAT PEOPLE SAY */
  .articles {
    flex-direction: row;
    column-gap: 1.25rem;
  }

  /* GALLERY */
  .photo {
    width: 57.75rem !important;
  }
  
}

/* SKINNY VIEW */
@media only screen and (max-width: 1004px) {
  iframe {
    width: 100% !important;
  }
  
  .site-header {
    justify-content: space-between;
  }

  #sidebar {
    /* width: 55%; */
    width: 21.875rem;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-image: linear-gradient(135deg, #f19a5c, #f9db6f);
    position: fixed;
    gap: 4.063rem;
    right: 0;
    top: 0;
    z-index: 1;
    transition: all 0.3s ease;
  }

  #sidebar.hidden {
    display: flex !important;
    right: -21.875rem;
    transition: all 0.3s ease;
  }

  #sidebar p {
    margin: 0;
  }

  #navbar {
    display: none;
  }

  .hamburger:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
  }

  .dropdown {
    position: relative;
    align-items: center;
  }

  .dropdown:hover {
    cursor: pointer;
  }

  .option {
    width: 12.5rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 20.313rem 3.125rem;
    box-sizing: border-box; */
    color: white !important;
    font-size: 1.313rem;
    font-weight: bold;
    gap: 0.625rem;
  }

  .register-btn {
    height: 3.75rem !important;
  }

  .nav-bar-show p {
    display: flex;
    margin: 0;
  }

  #close {
    width: fit-content;
    margin-left: auto;
  }

  #close img {
    width: 1.25rem;
    margin: 0.625rem;
    padding: 0.625rem;
    top: 0.313rem;
    position: relative;
    border-radius: 0.313rem;
  }

  #close img:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
  }

  .down-arrow {
    width: 0.938rem;
  }

  #stamps img {
    max-width: 100vw;
    object-fit: cover;
  }

  #title h1 {
    font-size: 4rem !important;
  }

  #title h2 {
    font-size: 2.5rem !important;
  }

  .blob {
    display: none;
  }

  .register {
    width: 12.5rem;
    height: 3.75rem;
    background-color: #fc9a48;
    border-radius: 2.5rem;
    position: relative;
    /* display: flex; */
    align-items: center;
    /* justify-content: center; */
  }

  .camp-watch {
    background-color: #f2f1eb;
    font-family: "DM Sans", sans-serif;
    padding: 0.313rem 1.25rem;
    border-radius: 0.313rem;
    margin: 0;
    /* margin: 0.625rem; */
    text-align: center;
  }

  .list {
    /* width: 95%; */
    background-image: linear-gradient(135deg, #f19a5c, #f9db6f);
    padding: 0.5rem;
    /* padding: 2.5%; */
    border-radius: 0.313rem;
    text-align: center;
  }

  .covid {
    background-color: #f2f1eb;
    font-family: "DM Sans", sans-serif;
    padding: 0.313rem 1.25rem;
    border-radius: 0.313rem;
    margin: 0;
    /* margin: 0.625rem; */
  }

  .covid h2 {
    text-align: center
  }

  .boxes {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin: 1.25rem 0 0 0;
    column-gap: 1rem;
    /* margin: 0 0.625rem; */
  }

  .boxes a, .articles a {
    padding: 0 !important;
    display: block;
    height: fit-content;
  }

  .mini-boxes {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
  }


  .submenu {
    width: fit-content;
    position: absolute;
    /* display: none; */

    background-color: #f2f1eb;
    z-index: 1;
    min-width: 6.25rem;
    font-family: "DM Sans", sans-serif;
    list-style-type: none;
    padding: 1.25rem;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease;
  }

  .submenu li {
    padding: 0.313rem;
    text-wrap: nowrap;
    cursor: pointer;
  }

  /* .dropdown:hover .submenu {
    display: block;
  }
  .submenu:hover {
    display: block;
  } */


  /* FOOTER */
  .grid>[class*="three column"].row>.column:not(:first-child):not(:last-child) {
    border-top: 0.063rem solid rgba(34,36,38,.15);
    border-bottom: 0.063rem solid rgba(34,36,38,.15);
  }

  .grid>.row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 0;
    justify-content: space-evenly;
    align-content: center;
  }

  .header {
    margin-top: 0;
  }

  .grid>[class*="three column"].row {
    flex-direction: column;
  }

  .grid>[class*="five column"].row {
    flex-direction: row;
    margin: auto;
  }

  .grid>[class*="three column"].row>.column {
    width: 100%;
    padding: 1.25rem 0;
    box-sizing: border-box !important;
  }

  .grid>[class*="five column"].row>.column {
    padding: 0.625rem 0;
  }

  .grid>[class*="five column"].row>.column p {
    margin: 0;
    font-size: 0.875rem;
  }

  .grid>.row>.column {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .three>.column img {
    height: 5rem;
    margin: auto;
    max-width: 100%;
  }

  .celiac-community-wrap {
    width: fit-content;
    height: 5rem;
    display: block;
    margin: 0 auto;
  }

  .sponsors img {
    height: 2.5rem !important;
  }

  .sponsors, .links {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
  }

  .links {
    font-size: 0.875rem;
  }

  .links p {
    margin: 0;
  }

  .divider {
    border-top: 0.063rem solid rgba(34,36,38,.15);
    border-bottom: 0.063rem solid rgba(255,255,255,.1);
    margin: 1rem 0;
    font-size: 1rem;
    line-height: 1;
    height: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: rgba(0,0,0,.85);
  }

  .fa {
    padding: 0.625rem 0;
    box-sizing: content-box !important;
    text-decoration: none;
  }

  footer p:hover, .fa:hover {
    cursor: pointer;
    color: rgba(0,0,0,.4);
  }

  .socials {
    height: 1.156rem !important;
    line-height: 1.3 !important;
  }

  /* WHAT PEOPLE SAY */
  .articles {
    width: fit-content;
    flex-direction: column;
    row-gap: 1.25rem;
  }
}

p, em {
  font-family: "DM Sans", "Canva Sans Regular", sans-serif;
}

em {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: bold;
  margin: 1rem 0;
}

table {
  width: 100%;
  display: block;
  overflow-x: auto;
  padding: 0 !important;
  border-collapse: collapse;
}

table ul {
  list-style-type: disc !important;
  padding-left: 1.25rem !important;
}

td, th {
  width: calc(100% / 4);
  text-align: left;
  padding: 0 1.25rem;
}

tr { border: none; }

tr:nth-child(odd) td:not(:first-child):not(:last-child),
tr:nth-child(odd) th:not(:first-child):not(:last-child) {
  border-right: 0.063rem solid #dddddd;
  border-left: 0.063rem solid #dddddd;
}

tr:nth-child(odd) td:first-child,
tr:nth-child(odd) th:first-child {
  border-left: none;
  border-right: 0.063rem solid #dddddd;
}

tr:nth-child(odd) td:last-child,
tr:nth-child(odd) th:last-child {
  border-left: 0.063rem solid #dddddd;
  border-right: none;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

/* tr:nth-child(even) {
  background-color: #f2f1eb;
} */

tr:nth-child(even) td:not(:first-child):not(:last-child) {
  border-left: 0.063rem solid #f2f1eb;
  border-right: 0.063rem solid #f2f1eb;
}

tr:nth-child(even) td:first-child {
  border-left: none;
  border-right: 0.063rem solid #f2f1eb;
}

tr:nth-child(even) td:last-child {
  border-left: 0.063rem solid #f2f1eb;
  border-right: none;
}

.hamburger {
  height: 1.25rem;
  position: absolute;
  right: 0;
  top: 0.313rem;
  z-index: 1;
  margin: 0.625rem;
  padding: 0.625rem;
  border-radius: 0.313rem;
}

.content-wrap {
  width: 100vw;
  min-height: calc(100vh - 29.399rem);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  top: 4.5rem;
}

.content {
  width: 100vw;
  min-height: calc(100vh - 4.5rem);
  background-color: white;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  /* justify-content: flex-start; */
  justify-content: space-evenly;
  row-gap: 2.5rem;
}

.cover-page {
  border-top: 0.063rem solid rgb(213, 206, 161);
  border-bottom: 0.063rem solid rgb(213, 206, 161);
  row-gap: 0 !important;
  padding: 1.928rem 0;
  box-sizing: border-box;
}

.content-wrap a {
  /* background-image: linear-gradient(135deg, #f19a5c, #f9db6f); */
  padding: 1.25rem;
  border-radius: 5rem;
  text-decoration: none;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.text-content {
  width: 100vw;
  padding: 1.25rem 2.5rem;
  box-sizing: border-box;
  font-family: "DM Sans", sans-serif;
}

.emphasis {
  background-color: #f2f1eb;
  font-family: "DM Sans", sans-serif;
  padding: 0.313rem 1.25rem;
  border-radius: 0.313rem;
  margin: 1.25rem 0;
}

.register-site {
  width: 6.25rem;
  background-image: linear-gradient(135deg, #f19a5c, #f9db6f);
  border-radius: 2rem;
  padding: 1.25rem;
  text-align: center;
  font-weight: bold;
  box-sizing: content-box;
}

.register-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.625rem 0 1.25rem 0;
}

.content-wrap {
  top: 4.438rem !important;
}

.slide img {
  width: 100%;
  min-width: 18.75rem;
  height: auto;
  aspect-ratio: 6 / 4;
  object-fit: cover;
  object-position: center;
}

/* GALLERY */
/* Responsive Gallery Container */
.gallery-container {
    position: relative;
    /* Use percentage for width so it scales with the screen */
    width: 95%; 
    /* Set a max-width so it doesn't get awkwardly huge on desktops */
    max-width: 800px; 
    /* Maintain an aspect ratio (optional) */
    aspect-ratio: 3 / 2;
    margin: 20px auto;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    background-color: #000; /* Black bars if image ratio differs */
}

/* The Image */
#gallery-img {
    width: 100%;
    height: 100%;
    /* 'contain' shows the whole image, 'cover' fills the box */
    object-fit: contain; 
    display: block;
}

/* Touch-friendly Navigation Arrows */
.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.4);
    color: white;
    border: none;
    /* Larger padding for easier tapping on mobile */
    padding: 20px 15px; 
    cursor: pointer;
    font-size: 24px;
    transition: background 0.3s;
    z-index: 10;
}

.nav-btn:hover {
            background: rgba(0, 0, 0, 0.8);
        }

        .prev { left: 0; border-radius: 0 5px 5px 0; }
        .next { right: 0; border-radius: 5px 0 0 5px; }

/* Adjustments for very small screens (Phones) */
@media (max-width: 480px) {
    .nav-btn {
        padding: 10px 8px;
        font-size: 18px;
    }
}

/* DONATION TABLE */
.info-box-outer {
    text-align: center;
    vertical-align: middle;
    margin: 20px 20px 20px 20px !important;
    width: 260px;
    /* height: 100%; */
    border-radius: 10px;
    box-shadow: #D7D9D4 0px 0px 10px;
    background: #e8e8e8; // #dadada; // #e6ebf0; // #FFF;
    margin: 0px 20px 0px 17px;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.info-box-header {
    width: 260px;
    height: 20px;
    background: #ffc33c; // #EB8000;
    border-radius: 10px 10px 0px 0px;
    position: relative;
    z-index: 1;

    /* text */
    vertical-align: middle;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
}

.info-box-middle {
    background: #f2f1eb;
}

.info-box-footer {
    width: 260px;
    height: 20px;
    background: #ffc33c;
    border-radius: 0 0 10px 10px;
    position: relative;
    z-index: 1;
}

.info-box-height {
    height: 250px;
}

/* For centering text next to social logos on main page */
/* Target the social links in the mini-box specifically */
.camp-watch a.email {
  display: inline-flex;
  align-items: center;  /* This centers items vertically */
  gap: 8px;             /* Adds a nice space between icon and text */
  text-decoration: none;
  vertical-align: middle;
}

/* Ensure the image doesn't have default bottom margin/padding */
.camp-watch a.email img {
  display: block;
}