@import url(https://fonts.googleapis.com/css?family=Lato);

body {
    background: url(../../img/parallax/fondo.png);
    background-color: #444;
    background: url(../../img/parallax/test.png), url(../../img/parallax/fondo.png);
    font-family: 'lato';
}

.vertical-offset-100 {
    padding-top: 100px;
}

label{
    color:#999999 !important;
    font-weight: 100;
}

h3 {
    font-size: 22px ! important;
}

.btn-primary {
    background: #428BCA;
}
