@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url(../../fonts/lato-v13-latin-regular.eot); /* IE9 Compat Modes */
    src: local('Lato Regular'), local('Lato-Regular'),
    url(../../fonts/lato-v13-latin-regular.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
    url(../../fonts/lato-v13-latin-regular.woff2) format('woff2'), /* Super Modern Browsers */
    url(../../fonts/lato-v13-latin-regular.woff) format('woff'), /* Modern Browsers */
    url(../../fonts/lato-v13-latin-regular.ttf) format('truetype'), /* Safari, Android, iOS */
    url(../../fonts/lato-v13-latin-regular.svg#Lato) format('svg'); /* Legacy iOS */
}

body {
    background: #444 url(../../img/parallax/back.png);
    font-family: Lato, sans-serif;
}

.vertical-offset-100 {
    padding-top: 100px;
}

label{
    color:#999999 !important;
    font-weight: 100;
}

h3 {
    font-size: 22px ! important;
}

.btn-primary {
    background: #428BCA;
}
