@font-face {
    font-family: lemon;
    src: url(LemonMilk.otf);
}

html, body{
  height:100%;
  margin:0;
  padding:0;
}

body {
  background: url(images/bg.jpg) no-repeat center center fixed; 
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg.jpg', sizingMethod='scale')";
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg.jpg', sizingMethod='scale');
}

a {
  font-weight: bold;
  color: #ffffff !important;
}

h2, p, li {
  color: #ffffff !important;
}

h2, .texto a, .botonMovil {
  font-family: lemon !important;
}

p {
  font-family: Verdana, Geneva, sans-serif;
}

.container-fluid{
  padding-top: 4%;
}

.row.contenido, .row.fondo {
  padding: 15px;
}

.texto, .footer {
  background:rgba(0,0,0,0.7);
}

.texto, .imagen {
  padding: 15px !important;
}

.footer p {
  margin: 0px !important;
  padding: 5px;
}

.contenido .texto {
  margin-top: 10%;
}

@media (max-width: 991px) {
  
  .container-fluid{
    padding-top: 0px;
  }
  .contenido .texto {
    margin-top: 0px;
  }
  
  h2 {
    font-size: 5vw;
  }
  
  .texto p {
    font-size: 4vw;
  }
  
  .footer p {
    font-size: 2.8vw;
  }
  
  .botonMovil {
    margin-top: 10px;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  
  .botonMovil a {
    font-size: 5vw !important;
  }

}