html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
      
body {font-family: "Lato", sans-serif}

/*Titulos*/
h1 {
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 25px white, 0 0 5px darkgrey;
}

.bgimg{
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* First image (Logo. Full height) */
.bgimg {
    background-image: url('images/wc.jpg');
    min-height: 50%;
}


#pie{
  height: 40px;
  font-size: 10px;
  text-align: center;
}