Untitled

                Never    
CSS
       
body{
  font-family: 'Open Sans', sans-serif !important;
}

h1{
  padding: 45px !important;  
}

.carousel{
    max-height: 560px !important;
}

#sobrenosotros{
    padding-top: 25px !important;
    padding: 83px !important;
}

#sobrenosotros img{
    height: 220px;
    width: 450px;
}

#habitaciones, #servicios, #reservas, #contacto{
    padding-top: 25px !important;
    padding: 83px !important;
}

#habitaciones img{
  height: 220px;
  width: 450px;
}

.wrap{
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-image: url(../img/login.jpg);
  height: 800px;
  /* Add the blur effect */
  filter: blur(4px);
  -webkit-filter: blur(4px);
  width: 100%;
}

#logincaja, #registrocaja{
  position: absolute;
  top: 100px;
  background: white;
  padding: 25px;
  margin-top: 100px;
}

.reservasdiv{
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-image: url(../img/doble.jpg);
  height: 150px;
  width: 100%;
  margin-bottom: 150px;
  color: white;
  text-shadow: 2px 2px 15px #000;
}

Raw Text