/* Palette */
/*
beige
#fffaee
brown
#645e4e
light brown
#b2ab99
aqua
#d9fffa
dark aqua
#a2cac2
pink
#ffcfd8 */

:root {
  font-size: 16px;
}
body {
  background: #f5f5f5;
  color: #36393e;
  font-family: 'Nunito', helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.01rem;
  min-height: 100vh;
  }

em {
    font-weight:600;
    /* color:#f7347a; */
  }

  h1, h2, h3, h4, h5, h6 {
    margin-top: 2rem;
    margin-bottom: 0rem;
  }
  h1 {
    margin-bottom: -1.4rem;

  }
  p {
    margin-top: 2rem;
    margin-bottom: 0rem;
  }
  .nav-logo p {
    margin: 0;
    font-size: 1.8rem; font-weight: 600;
  }

  h1 { font-size: 3.75rem; font-weight: 600; line-height: 1;  letter-spacing: -.1rem;}
  h2 { font-size: 2rem; font-weight: 400; line-height: 1.25; letter-spacing: 0; }
  h3 { font-size: 1.4rem; font-weight: 600; line-height: 1.35; letter-spacing:0;}
  h4 { font-size: 1.3rem; font-weight: 400; line-height: 1.35; letter-spacing: 0; }
  h5 { font-size: 1.2rem; font-weight: 400; line-height: 1.5;  letter-spacing: 0; }
  h6 { font-size: 1rem; font-weight: 400; line-height: 1.6;  letter-spacing: 0; }


  @media screen and (max-width: 600px) {
    h1 { font-size: 3rem; }
    h2 { font-size: 1.75rem;}
    h3 { font-size: 1.3rem; }
    h4 { font-size: 1.2rem; }
    h5 { font-size: 1.1rem; }
    h6 { font-size: 1rem; }
  }

  @media screen and (max-width: 400px) {
    h1 { font-size: 2.2rem; font-weight: 600; line-height: 1.1;  letter-spacing: -.02rem;}
    h2 { font-size: 1.75rem; font-weight: 400; line-height: 1.1; letter-spacing: 0; }
    h3 { font-size: 1.25rem; font-weight: 600; line-height: 1.35; letter-spacing:0;}
    h4 { font-size: 1.1rem; font-weight: 400; line-height: 1.35; letter-spacing: 0; }
    h5 { font-size: 1rem; font-weight: 400; line-height: 1.5;  letter-spacing: 0; }
    h6 { font-size: 1rem; font-weight: 400; line-height: 1.6;  letter-spacing: 0; }
  }

/* Links and Buttons */

button {
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  padding: 10px 20px;
  background-color: rgba(221, 221, 221, 1);
  border: none;
  radius: 30px;
}
button:hover{
    background-color: rgba(221, 221, 221, 0.6);
}

a {
  text-decoration: none;
}


li {
  text-decoration: none;
  color: #acacac;
}


.nav-menu li a:hover {
  color: #444444;
}

.nav-menu li a:visited {
  color: #acacac;

}

.nav-menu {list-style: none;}

.nav-menu li {
  display: inline-block;
  padding: 0 2rem;
}
.nav-menu li a {
  color: #acacac;
  transition: all 0.3s ease 0s;
}








/* General Page Wrapper – Enthält die Website-Inhalte */

.wrapper {
  margin-right: auto;
  margin-left: auto;

  max-width: 1400px;
  height: auto;

  padding-right: 3%;
  padding-left: 3%;

  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;

  /* background: #ffcfd8; */
}


/* Divs inside the Wrapper */

.nav {

  flex-grow: 0;
  flex-basis: 80px;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;

  /* background: #fffaee; */
}

/* Nav Children */
.nav-logo{
  flex-basis: 100px;
  flex-grow: 1;

  display: flex;
  justify-content: flex-start;
  align-content: center;
  padding-left: 2rem;
  /* text-align: center; */
}
.nav-menu {
  flex-grow: 2;

  display: flex;
  justify-content: center;
  align-content: center;
}
.nav–cta {
  flex-grow: 1;

  display: flex;
  justify-content: flex-end;
  align-content: center;
}


/* Hero Section */

.hero {
  flex-grow: 2;
  flex-basis: 700px;
  /* background-image: url(img/weddingcake_7.jpg); */
  background-image: url(img/nordwood-themes-Nv4QHkTVEaI-unsplash.jpg);
  background-position: center;
  background-size: cover;
  position: relative;

  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-content: center;

}

/* Gallery Section */

.gallery {
  /* background: #fffaee; */
  flex-grow: 2;
  flex-basis: 600px;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 10rem;
}

.gallery h2 {
  flex-basis: 100vw;
  margin-top: 8rem;
  margin-bottom: 2rem;
  margin-left: 2rem;
}
.gallery p {
  flex-basis: 100vw;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.gallery div{
  flex-grow: 1;
  flex-basis: 25vw;
  margin: 0.5rem;

}


@media screen and (max-width: 600px) {
  .gallery div {
    flex-basis: 100vw;
  }
}

img {
  width: 100%;
  /* height: auto; */
  object-fit: cover;
  transition: all 0.5s;
}
img:hover{
  opacity: 0.5;
}





.gallery div.button {
  /* font-weight: 400;
  font-size: 1rem;
  text-decoration: none;
  padding: 10px 20px;
  background-color: rgba(205, 241, 233, 1);
  border: none;
  radius: 30px; */
  flex-basis: 100%;
  Flex-grow: 0;
  align-self: bottom;
  margin-top: 2rem;
}


/* Services */
.services {
  background: #eeeeee;
  flex-grow: 1;
  flex-basis: 400px;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;

  padding: 2rem;
}
.info{
  flex-basis: 100%;
  height: 5rem;
}
section {
  flex-basis: 49%;
  flex-grow: 1;
  height: auto;
  padding-bottom: 2rem;
  padding-right: 3rem;

}

@media screen and (max-width: 600px) {
  section {
    flex-basis: 100%;

  }
}

/* For Viewing Purposes */

/* Containers */

/* .nav,
.nav-logo,
.nav-menu,
.nav–cta,
.hero,
img,
div,
button,
.gallery,
.services,
section
  {border: 1px solid black;} */
