.full {
  background: url(../img/Antedil.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  background: none;
  padding-top: 40%;
  font-family: 'Nunito', sans-serif;
}
