/* COLOR SCHEMES
RED: #5e292a
YELLOW: #f28b2d
BLUE: #9fc9c6 */

body,
html {
  color: #5e292a;
  overflow-x: hidden;
  text-align: center;
  scroll-behavior: smooth;
}

p,
h5 {
  font-family: "Montserrat", sans-serif;
}

h1,
h3 {
  letter-spacing: 2px;
  font-family: "Cormorant Garamond", sans-serif;
  text-transform: uppercase;
}

.container {
  max-width: 1200px;
}

#header-logo {
  background-color: #9fc9c6;
  height: 100vh;
}

#header-menu {
  background-image: url("../images/kelsey-knight-udj2tD3WKsY-unsplash.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  height: 100vh;
}

#header-menu .btn {
  text-transform: uppercase;
  border: 2px solid #5e292a;
  border-radius: 0;
  background-color: transparent;
  color: #472021;
  letter-spacing: 3px;
  padding: 0.5em 2em;
  transition: all 0.3s ease;
}

#header-menu .btn:hover {
  background-color: rgba(94, 41, 42, 0.9);
  border: 2px solid #472021;
  color: #e9e5e2fb;
}

#bookTableButton {
  background-color: rgba(242, 139, 45, 0.9) !important;
  color: #472021 !important;
}
#bookTableButton:hover {
  background-color: rgba(94, 41, 42, 0.9) !important;
  color: #fff !important;
}

#openinghours {
  height: 70vh;
}

#openinghours-picture {
  background-image: url("../images/openinghours-picture.png");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  height: 70vh;
}

.row img {
  max-height: 55vh;
}

.btn {
  text-transform: uppercase;
  border: 2px solid #5e292a;
  border-radius: 0;
  background-color: transparent;
  color: #5e292a;
  letter-spacing: 3px;
  padding: 0.5em 2em;
  transition: all 0.5s ease;
}

.btn:hover {
  background-color: rgba(94, 41, 42, 0.7);
  border: 2px solid #5e292a;
  color: #fff;
}

.back-to-top {
  position: fixed;
  opacity: 0;
  bottom: 30px;
  right: 30px;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  text-decoration: none;
  z-index: 1000;
  background-color: rgba(94, 41, 42, 0.8);
  color: #ededed;
  transition: 0.3s ease-in-out;
}
.back-to-top:hover {
  background-color: rgba(57, 26, 26, 0.9);
}
.back-to-top.show {
  opacity: 1;
  transition: 0.3s ease-in-out;
}

#bookings {
  background-color: #f28b2d;
}

.logo {
  max-width: 70vh;
}

.icon {
  height: 25px;
}

iframe {
  width: 100%;
  height: 60vh;
  display: block;
}

.footer,
footer {
  background-color: #9fc9c6;
}

.footer li a,
.footer li,
.footer p {
  list-style: none;
  text-decoration: none;
  color: #5e292a;
  letter-spacing: 2px;
  font-family: "Montserrat", sans-serif;
}

.footer li a:hover {
  letter-spacing: 3px;
  transition: 0.3s;
}

.footer img {
  height: 45px;
}

/* CAREERS SPECIFIK CSS */

#Careers {
  background-color: #9fc9c6;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

#textCareers {
  font-size: clamp(2.5rem, 6vw, 8rem);
  font-family: "Cormorant Garamond", sans-serif;
  text-align: center;
}

#logoCareers {
  max-height: 70vh;
  max-width: 100%;
  height: auto;
  width: auto;
}

#careers-positions {
  background-color: #9fc9c6;
  align-items: center;
  justify-content: center;
}

.positions-box {
  background-color: #fff;
  border: 3px solid #5e292a;
  padding: 2rem;
  max-width: 800px;
  width: 100%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.positions-box h2 {
  font-family: "Cormorant Garamond", sans-serif;
  font-size: clamp(2rem, 5vw, 3rem);
}

@media (max-width: 768px) {
  .logo {
    max-width: 100vh;
  }
  #header-menu,
  #openinghours-picture {
    background-attachment: scroll;
    background-position: center center;
  }
  #header-menu .btn {
    text-transform: uppercase;
    border: 2px solid #5e292a;
    border-radius: 0;
    background-color: rgba(94, 41, 42, 0.9);
    color: #e9e5e2fb;
    letter-spacing: 3px;
    padding: 0.5em 2em;
    transition: all 0.3s ease;
  }
  #header-menu .btn:hover {
    background-color: rgb(71, 31, 32);
    border: 2px solid #472021;
  }
  .row img {
    max-width: 100vw;
    padding: 1rem;
  }
  #Careers {
    flex-direction: column;
  }

  #logoCareers {
    max-height: 50vh;
  }

  #textCareers {
    font-size: clamp(2rem, 8vw, 4rem);
  }
}

@media (max-width: 1200px) {
  iframe {
    height: 50vh;
  }
  .row img {
    max-height: 50vh;
    padding: 1rem;
  }
  .back-to-top {
    width: 5rem;
    height: 5rem;
    font-size: 3rem;
  }
  p,
  li,
  li a,
  .btn {
    font-size: 1.3rem;
  }
  h1 {
    font-size: 4rem;
  }
}
