* {
  padding: 0;
  margin: 0;
}


body {
  /* I added a background button, with a father with his daughter */
  background-image: url(images/pexels-any-lane-5728305.jpg);
  background-size: cover;
  background-blend-mode:darken;
  background-color: rgb(247, 233, 233);
  background-repeat:no-repeat;
}



/* Nav */
nav {
    display: flex;
    justify-content: center;
    max-width: 100%;
    background-color: rgb(205, 195, 181);
    padding-bottom: 20px;
     gap: 50px;
}


li {
    /* display: flex; */
    /* margin-left: 40px; */
    list-style: none;
    text-align: center;
    font-size: 20px;
    margin-top: 20px; 

}

.link {
    color: rgb(0, 0, 0);
    border-radius: 5%;
    padding: 7px;
    text-decoration: none;
    
}

.link:hover {
    background-color: rgb(227, 205, 150);
    transition: all 0.4s ease-in-out;
    color: white;
    
}

#image {
  width: 100%;
  background-size: cover;
  height: auto;
  position: fixed;
  min-height: 100%;
  min-width: 1024px;

}


/* Body-Content */
.headline {
  text-align: center;
  text-shadow: 2px 2px black;
  font-size: 200px;
  color: rgb(188, 168, 109);
}

.headline2 {
  text-align: center;
    text-shadow: 2px 2px black;
  font-size: 100px;
  color: rgb(188, 168, 109);
}

.content {
  background-color: rgb(219, 196, 145);
  width: 40%;
  justify-self: center;
  margin-top: 60px;
  font-size: 30px;
}


.info {
text-align: center;
text-shadow: 2px 2px black;
font-size: 100px;
color: rgb(188, 168, 109);
}


/* Contact */
.contact {
  text-align: center;
  text-shadow: 2px 2px black;
  color: rgb(188, 168, 109);
  font-size: 40px;
}

/* images */
.d-block {
  display: flex;
  justify-self: center;
  height: 820px;
  width: 200px;
}