body,h1
{
    font-family: Arial, sans-serif;
}

body, html
{
    height: 100%;
    height: 100vh;
}

.bgimg
{
    background-image: url('../img/bg_jordahl.jpg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed
}