@import url('https://fonts.googleapis.com/css2?family=Nunito&family=Playfair+Display&display=swap');

* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 0.6rem;
  border: 3px;
  background: #55423d;
}

::-webkit-scrollbar-track {
  background: #55423d;
}

::-webkit-scrollbar-thumb {
  background-color: #271c19;
  border-radius: 8px;
}

body {
  height: 100vh;
  font-family: sans-serif;
  scroll-behavior: smooth;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 1rem;
  font-size: 3.5rem;
  line-height: 1.15;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-weight: 400;
}

.mobilelogo {
  display: none;
}

#mobilefrontpage {
  display: none;
}

/* section 1 */

.home-background {
  background-color: #55423d;
  background-image: url("assets/hero/backgroundrose.webp");
  background-repeat: no-repeat;
  background-position: 40% 40%;
  background-size: 30rem;
  width: 100%;
  position: relative;
}

header {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 6rem;
}

.navigation a {
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fffffe;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navigation a .logo img {
  height: 7rem;
  width: 14rem;
  max-width: 100%;
  margin-top: 0.3rem;
  flex: 0 0 6rem;
}

.navigation a .logo-text h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  padding-left: 1rem;
}

.navbar ul {
  padding-top: 0.3rem;
  list-style-type: none;
  display: flex;
  flex-direction: row;
}

.navbar ul li a {
  font-size: 1.3rem;
  font-weight: 500;
  display: block;
  color: #fffffe;
  text-decoration: none;
  margin: 0.2rem;
  padding: 0.2rem;
}

.navbar ul li:after {
  content: '';
  width: 0rem;
  height: 0.15rem;
  background-color: #fffffe;
  display: block;
  border-radius: 0.2rem;
  margin: 0.2rem auto 0 auto;
  transition: all 0.3s ease-in-out;
}

.navbar ul li:hover:after {
  width: 3rem;
}

/* mobile pictures */

.logomobileonly {
  display: flex;
  background-color: #55423d;
  justify-content: center;
  padding-top: 1rem;
}

.mobilelogo img {
  height: 6rem;
  width: 12rem;
}

#mobilefrontpage {
  background-color: #271c19;
  width: 100%;
  position: relative;
}

.mobilepictures img {
  width: 100%;
  height: auto;
}

/* first section content */

.home-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
  width: 90%;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.home-content-wrap {
  width: 50%;
  font-family: 'Nunito', sans-serif;
  margin-bottom: 5rem;
}

.home-content-wrap h1 {
  font-size: 3rem;
  color: #fffffe;
  margin-bottom: 2rem;
  text-align: center;
}

.home-content-wrap p {
  font-size: 1.4rem;
  color: #fff3ec;
  text-indent: 3rem;
}

.home-content-wrap button {
  padding: 1.2rem 2rem;
  border: none;
  border-radius: 5px;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  margin-top: 2.5rem;
  margin-left: 5rem;
  background-color: #ffc0ad;
  color: #271c19;
  transition: 0.3s;
}

.home-content-wrap button:hover {
  opacity: 0.5;
}

.home-picture {
  width: 50%;
}

.home-picture img {
  max-width: 35vw;
  width: 80%;
  height: auto;
  border-radius: 5%;
  margin-left: 5rem;
  margin-bottom: 1rem;
  transition: 0.3s;
  opacity: 1;
}

.home-picture img:hover {
  opacity: 0.5;
}

/* section 2 content */

.about-container {
  background-color: #271c19;
  width: 100%;
  position: relative;
}

.about-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Nunito', sans-serif;
  color: #fff3ec;
}

.call-to-action {
  margin: 1rem;
  color: #fff3ec;
}

.call-to-action h3 {
  font-size: 1.8rem;
  margin: 1rem;
  text-align: center;
}

.call-to-action p {
  font-size: 1.3rem;
  margin: 1rem;
  text-indent: 2rem;
}

.crew {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: -1rem;
}

.crew img {
  width: 100%;
  height: auto;
  opacity: 1;
  transition: 0.3s;
}

.crew img:hover {
  opacity: 0.4;
}

.crew1 {
  position: relative;
}

.crew-text-1 {
  padding: 0.5rem;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 1.5rem;
  color: #fff3ec;
  position: absolute;
  z-index: 99;
  bottom: 7%;
  left: 0%;
}

.crew2 {
  position: relative;
}

.crew-text-2 {
  padding: 0.5rem;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 1.5rem;
  color: #fff3ec;
  position: absolute;
  z-index: 99;
  bottom: 7%;
  left: 0%;
}

.crew3 {
  position: relative;
}

.crew-text-3 {
  padding: 0.5rem;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 1.5rem;
  color: #fff3ec;
  position: absolute;
  z-index: 99;
  bottom: 7%;
  left: 0%;
}

/* section 3 */

.gallery-container {
  background-color: #55423d;
  width: 100%;
  position: relative;
}

.gallery-header h3 {
  font-family: 'Nunito', sans-serif;
  text-align: center;
  justify-content: center;
  font-size: 2rem;
  color: #fffffe;
  padding: 1rem;
  padding-top: 2rem;
}

.gallery-wall {
  display: grid;
  padding: 1rem;
  grid-template-columns: auto auto auto;
  justify-content: center;
  align-items: center;
  padding-bottom: 3rem;
}

.gallery-wall img {
  height: 95%;
  width: 95%;
  padding: 0.8rem;
  opacity: 1;
  transition: 0.3s;
  border-radius: 1.5rem;
}

.gallery-wall img:hover {
  opacity: 0.5;
}

/* section 4 */

.contact-container {
  position: relative;
  background-color: #ffc0ad;
  padding: 2rem;
  display: flex;
  justify-content: center;
}

.contact-info h3 {
  font-family: 'Nunito', sans-serif;
  text-align: center;
  font-size: 2rem;
  color: #271c19;
}

.contact-info p {
  font-family: 'Nunito', sans-serif;
  font-size: 1.4rem;
  color: #271c19;
}

.social {
  padding-top: 1rem;
  padding-left: 1rem;
}

.social img {
  padding-left: 1rem;
  height: 3rem;
  width: 3rem;
  transition: 0.4s;
}

.social img:hover {
  opacity: 0.7;
}

.map-container {
  margin-left: 3rem;
  padding: 1rem;
}

/* footer */

.heel {
  background-color: #271c19;
  position: relative;
}

.heel .copyright p {
  font-family: 'Nunito', sans-serif;
  font-size: 1.2rem;
  font-weight: 75;
  color: #55423d;
  text-align: right;
  padding-right: 2rem;
}

@media screen and (max-width: 1100px) {
  .home-picture {
    display: none;
  }
  .map-container {
    display: none;
  }
  .home-content-wrap {
    width: 100%;
  }
  .gallery-wall {
    grid-template-columns: auto auto;
  }

  .navigation a .logo img {
    display: none;
  }
  .mobilelogo {
    display: contents;
  }
  .home-content-wrap h1 {
    font-size: 2rem;
  }
  .home-content-wrap p {
    font-size: 1.1rem;
  }
  .home-background {
    background-position: 40% 90%;
  }
  #mobilefrontpage {
    display: contents;
  }
  .call-to-action h3 {
    font-size: 2rem;
  }
  .call-to-action p {
    font-size: 1.1rem;
  }
  .gallery-header h3 {
    font-size: 2rem;
  }
  .contact-info h3 {
    font-size: 2rem;
  }
  .contact-info p {
    font-size: 1.1rem;
  }
  .heel .copyright p {
    font-size: 0.75rem;
    font-weight: 50;
  }
}

@media screen and (min-width: 1900px) {
  .gallery-wall {
    grid-template-columns: auto auto auto auto auto auto;
  }
}

@media print {
  .home-picture {
    display: none;
  }
  .map-container {
    display: none;
  }
  .home-content-wrap {
    width: 100%;
  }
  .crew {
    display: none;
  }
  .gallery-container {
    display: none;
  }
  .logo {
    display: none;
  }
}
