body.home {
	background: url('/img/dot.svg') #222;
	background-size: 40px 40px;
	background-position: 0px 0px;
	max-width: none;
}

body {
    font-family: 'CalibreWeb', Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.3;
    background-color: #222;
    color: #fff;
    margin: 0 auto;
    max-width: 1500px;
    -webkit-font-smoothing: antialiased;
}

header h1 {
    font-size: 2em;
    margin: 0.5em 0 0.5em 1.5em;
    font-weight: 400;
}

body.home photos img.tunnel {
    position : absolute; 
    left: 380px; top: 40px; width:450px; 
    z-index: 20;
}

body.home photos img.beach {
    position : absolute; 
    left: 520px; top: 310px; width:600px; 
    z-index: 18;
}

body.home photos img.lake {
    position : absolute; 
    left: 760px; top: 100px; width:400px; 
    z-index: 16;
}

body.home photos img.fish {
    position : absolute; 
    left: 155px; top: 510px; width:500px; 
    z-index: 12;
}

body.home photos img.sunset {
    position : absolute; 
    left: 55px; top: 160px; width:600px; 
    z-index: 14;
}

