
/* ===============================
   BASE (MOBILE-FIRST) TEXT STYLES
   =============================== */

  .maintenance-message {
  color: yellow; /* Dark text */
  padding: 15px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 20px; /* Adds space between the message and the content box */
  width: auto; /* Ensure it takes full width */
  box-sizing: border-box; /* Prevents the message from overflowing */
}

.navbar-text {
  font-size: clamp(0.6rem, 1rem, 1.4rem);
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  line-height: 2vh;
  color: #000;
}

.mainText {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: clamp(0.8rem, 2.5rem, 2.5rem);
  font-style: normal;
}

.mainTextLg {
  font-size: clamp(0.6rem, 4rem, 4rem);
  vertical-align: middle;
}

.logoLine {border-bottom: 1px solid #FFF; 
            padding-bottom: 1px;}

.subText {
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: clamp(1.2rem, 2.5vw, 2rem);
  line-height: 1.2;
}

.text {
  font-size: clamp(1.2rem, 1.1vw, 1.8rem);
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}

ul {
  font-size: clamp(12px, 16px, 18px);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.footer-text {
  font-size: clamp(10px, 1.5vw + 1rem, 14px);
}

.responsive-text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}


.home-maintext {
  font-size: clamp(0.5rem, 1vw, 1rem);
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
  text-align: justify;
}

.footertext {
  font-size: clamp(0.5rem, 1.5vw + 1.2vh, 1rem);
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
}

.tile-header-text {
  font-size: clamp(1.5rem, 1rem, 3rem);
  font-family: "Ethnocentric", sans-serif;
  font-weight: 200;
}

.sub-menu-text {
  font-size: clamp(1.5rem, 1.5vw, 2rem);
  font-family: "Ethnocentric", sans-serif;
  font-weight: 200;
}


.section-header-text {
  font-size: clamp(1.2rem, 1vw, 2rem);
  font-family: "Roboto", sans-serif;
}

.header-text {
  font-size: clamp(1.5rem, 2rem, 3rem);
  font-family: "Raleway" , sans-serif;
  font-weight: 200;
}

/* ===============================
   LINKS & DECORATION
   =============================== */

.contact-menu-text a {
  color: #000;
  text-decoration: none;
}

.contact-menu-text a:hover {
  color: #999;
}

.sub-menu-text a {
  color: #999;
  text-decoration: none;
}

.sub-menu-text a:hover {
  color: #000;
}

.tile-text-shadow {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}

.text-over-image-tile {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.social-icons a {
  text-decoration: none;
}

/* ===============================
   SMALL TABLET (576px ≥ 768px)
   =============================== */

@media (min-width: 576px) and (max-width: 767px) {
 .home-vtext {
  font-size: clamp(1rem, 4vw, 3rem);
}
}


/* ===============================
   TABLET & UP (≥ 768px)
   =============================== */

@media (min-width: 768px) {
  .navbar-text {
    font-size: clamp(1rem, 1vh, 2rem);
  }

  .home-vtext {
  font-size: clamp(1rem, 4vw, 3rem);
}
}

/* ===============================
   DESKTOP & UP (≥ 992px)
   =============================== */

@media (min-width: 992px) {
  .navbar-text {
    font-size: clamp(0.8rem, 0.8rem, 1rem);
  }

  .home-vtext {
  font-size: 3vw;
  }
}

/* ===============================
   LARGE DESKTOP (≥ 1200px)
   =============================== */

@media (min-width: 1200px) {
  .navbar-text {
    font-size: clamp(0.6rem, 1rem, 1.8rem);
  }

 .mainText {
  font-family: "Raleway", sans-serif;
  font-size: clamp(0.6rem, 3rem, 4.5rem);
  font-weight: 400;
  font-style: normal;
}

.mainTextLg {
  font-size: clamp(0.6rem, 4.5rem, 4.5rem);
}

  .home-vtext {
  font-size: 2vw;
  }

}
