html,
button {
  line-height: 1.75;
  font-size: 1.25rem;
  color: rgb(0, 0, 0);
  /* color: #000000; */
  scroll-behavior: smooth;
}

@media (max-width: 450px) {
  html,
  button {
    font-size: 1rem;
  }
}
@font-face {
  font-family: 'Metropolis';
  src: url('/font/Metropolis-Regular.otf') format('otf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body {
  margin: auto;
  font-family: 'Metropolis', sans-serif;
  overflow-x: hidden;
  background-color: rgb(255, 255, 255);
}
/* =========FONT========== */
.teal-font,
em {
  color: rgb(0, 219, 227);
}

/* ============HERO======= */
/* .hero-img {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  min-width: 100%;
  object-fit: cover;
  z-index: -1;
}
.hero {
  height: 33.333vw;
  position: relative;
  overflow: hidden;
} */

.hero {
  font-weight: 600;
}

nav {
  max-width: 50rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding: 2rem;
}

.logoNav {
  display: none;
}

@media (max-width: 800px) {
  .logo {
    display: none;
  }
  .logoNav {
    display: flex;
    height: 75px;
  }
  #nav-wrapper {
    background-color: rgb(255, 255, 255);
    position: sticky; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    z-index: 5000;
  }
}
/* links */
a {
  text-decoration: none;
  text-decoration-color: none;
  color: rgb(0, 0, 0);
}
a:hover {
  color: rgb(0, 219, 227);
  text-decoration: underline;
  cursor: pointer;
}

#nav-wrapper {
  display: flex;
  justify-content: center;
}
.nav-links {
  display: flex;
  gap: 2.5rem;
  align-items: center;
}

.company-box {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 15.625rem; */
}

.company-name {
  font-weight: 600;
  font-size: 45px;
}
/* ==================DROPDOWN MENU */
@media (max-width: 800px) {
  .dropbtn {
    /* background-color: rgb(0, 219, 227);
    color: rgb(0, 0, 0);
    font-weight: 600;
    padding: 12px 16px;
    font-size: 0.75rem;
    border: none;
    cursor: pointer; */
    z-index: 7000;
    border: 2px solid #8ecdf8;
    border-radius: 12px;
    padding: 12px 28px;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .dropdown {
    position: relative;
    display: inline-block;
    z-index: 6000;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 7000;
    font-size: 0.75rem;
  }

  .dropdown-content a {
    color: rgb(0, 219, 227);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    z-index: 7000;
  }

  .dropdown-content a:hover {
    background-color: #000000;
  }

  .dropdown:hover .dropdown-content {
    display: block;
  }

  .dropdown:hover .dropbtn {
    color: rgb(0, 219, 227);
    background-color: #000000;
  }
  #nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
/* ====COMPANY BOX */

/* ===========TITLE */
.title-hero {
  background-color: rgb(0, 0, 0);
}
.about-title {
  display: flex;
  justify-content: center;
}
.title-header {
  text-align: center;
  font-weight: 600;
  font-size: 45px;
}
.title-description {
  text-align: center;
  color: rgb(157, 157, 157);
  font-size: 18px;
}

/*                   */
/*       GRID        */
/*                   */

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 4px;
  min-width: 90%;
}

/* two columns that stand next to each other */
.column {
  /* 25% GIVES 3/4, 50% GIVE 2, 100% GIVES 1 IMG*/
  width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
}

@media (max-width: 600px) {
  .row {
    min-width: 90%;
    justify-content: space-between;
  }
  .column {
    display: flex;
    min-width: 50%;
    padding: 0 4px;
  }
}
/* =========================ABOUT  */
/* .about-wrapper { */
/* min-width: 100%;
  display: flex; */
/* justify-content: space-around; */
/* } */

/* .about-hero {
  width: 100%;
  background-color: rgb(240, 240, 240);
  height: auto;
} */

.about-section {
  text-align: center;
  justify-self: center;
  justify-content: center;
  /* max-width: 45rem; */
  padding: 0.5rem;
}
.about-content {
  display: flex;
  align-items: center;
}

.about-text {
  display: flex;
  min-width: 50%;
  font-weight: normal;
}
.about-image-wrapper {
  display: flex;
  min-width: 50%;
}
@media (max-width: 800px) {
  .about-content {
    flex-direction: column;
  }
}
/* ================MENU */
.menu {
  text-align: center;
}
.menu-title {
  font-size: 44px;
  font-weight: bold;
}

button {
  color: rgb(0, 219, 227);
  background-color: rgb(0, 0, 0);
  margin: 1rem;
  /* cursor: pointer; */

  border: 2px solid #8ecdf8;
  border-radius: 12px;
  padding: 12px 28px;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

button:active {
  transform: translateY(0);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.menu-buttons-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

.menu-css {
  max-width: 40%;
}
@media (max-width: 900px) {
  .menu-css {
    max-width: 80%;
  }
}
@media (max-width: 650px) {
  .menu-css {
    max-width: 100%;
  }
}
/* ================CONTACT/LOCATION */

.location {
  text-align: center;
  background-color: rgb(0, 0, 0);
}

.location-title {
  font-size: 44px;
  font-weight: bold;
  color: rgb(0, 219, 227);
}

.location-underline {
  text-decoration: underline;
}

@media (max-width: 800px) {
  iframe {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 400px) {
  iframe {
    width: 350px;
    height: 300px;
  }
}
/* ============FOOTER WRAPPER */
/* .footer-wrapper {
  background-color: rgb(255, 255, 255);
  min-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
} */
.footer-container {
  /* padding: 0.625rem; */
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-logo {
  display: flex;
  justify-content: center;
  max-width: 30%;
  height: 50%;
}

.footer-content {
  display: flex;
  justify-content: space-around;
  min-width: 65%;
}

.foot-header {
  text-decoration: underline;
}
.foot-links {
  list-style-type: none;
  padding: 0;
}

@media (max-width: 775px) {
  .footer-content {
    justify-content: space-evenly;
    width: 100%;
  }
}

/* =====COPYRIGHT========= */
.copyright-wrapper {
  background-color: rgb(255, 255, 255);
  padding: 0.5rem;
}

.copyright-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: small;
}
.underline {
  display: flex;
  justify-content: center;
  background-color: rgb(0, 0, 0);
  width: 70%;
  height: 2px;
}
.copyright-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 711px) {
  .underline {
    width: 100%;
  }
}
