/* CSS Document */
body {
background-color:#0F5F03
}
.style1 {color: #FFFFFF}
.style2 {font-size: large}

body, html {
	padding:0px;
	font-family: 'Open Sans', sans-serif;
    height: 100%;
}


a {
	display:inline-block;
	width:100%;
	height:100%;
    background-image: url("images/waterfall_1200x800.jpg");
    height: 100%; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

h1{
	display:inline-block;
	position: fixed;
	top: 30%;
	left: 43%;
	
	text-align: center;
	font-size:3em;
	color:#000e3b;
}

h2{
	display:inline-block;
	position:fixed;
	bottom: 2%;
	left: 48%;
	
	text-align: center;
	font-size:1em;
	color:#000e3b;
}