
section {
  width: 100%;
  height: 100vh;
}

section.home {
  background: url(images/background_manni.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  /* background-size: contain; */
  background-attachment:fixed;
}

section.home h2 {
  font-size: 7vw;
  padding: 100px;
  margin: 0;
  color: #aaa;
}

section.home a:link, a:visited {
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

section.home a:hover, a:active {
  background-color: grey;
}

section.contacts {
  background: url(images/background_lanzarote.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  /* background-size: contain; */
  background-attachment:fixed;
}

section.contacts h2 {
  font-size: 3em;
  padding: 100px;
  margin: 0;
  color: #ffc;
}

section.contacts a:link {
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

section.contacts a:hover, a:active {
  background-color: grey;
}

section.recipes {
  background: url(images/background_vosges.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  /* background-size: contain; */
  background-attachment:fixed;
}

section.recipes h2 {
  font-size: 3em;
  padding: 100px;
  margin: 0;
  color: #aaa;
}

section.recipes a:link, a:visited {
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

section.recipes a:hover, a:active {
  background-color: grey;
}

section.companies {
  background: url(images/background_wine.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  /* background-size: contain; */
  background-attachment:fixed;
}

section.companies h2 {
  font-size: 3em;
  padding: 100px;
  margin: 0;
  color: #aaa;
}

section.companies a:link, a:visited {
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

section.companies a:hover, a:active {
  background-color: grey;
}

section.documents {
  background: url(images/background_fabian.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  /* background-size: contain; */
  background-attachment:fixed;
}

section.documents h2 {
  font-size: 3em;
  padding: 100px;
  margin: 0;
  color: #fff;
}

section.documents a:link, a:visited {
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

section.documents a:hover, a:active {
  background-color: grey;
}

section.footer {
  background-color: #333;
  height: 50px;
  color: #fffcfc;
  font-weight: bold;
}
