@font-face {
    font-family: Lato;
    src: url('../fonts/Lato-Regular.ttf');
}

@font-face {
    font-family: Lato Italic;
    src: url('../fonts/Lato-Italic.ttf');
}

@font-face {
    font-family: Lato Bold;
    src: url('../fonts/Lato-Bold.ttf');
}

html { overflow-y: scroll; }

/* body{
    background: url(../images/bg.png);
    background-size: cover;
    background-attachment: fixed;
} */

