html, body {
    width: 100vw;
    height: 100%;
    overflow-x: hidden;
	font-family: Raleway, sans-serif
}

#site {
    background: url(../img/background.jpg) no-repeat center center;
    background-size: cover;
}

h1 { font-size: 4rem; }

@media (max-width: 479px) {
    h1 { font-size: 2.5rem; }
}