@charset "UTF-8";
/* CSS Document */

/* Simon Scott Code */

#background-image-simon {
position: absolute;
min-height:100%;
width: 100%;
height: auto;
top: 0;
left: 0;
background: url(../images/water-background.jpg) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
z-index:-1;
}

.container-home {
margin-right:auto;
margin-left:auto;
margin-top:12%;
max-width: 760px;
font-family: 'Raleway', sans-serif;
font-weight:bold;
font-size:18px;
color:#FFFFFF;
padding:20px;
margin-bottom:20px;
}

.container-home span {
 vertical-align: middle;	
}

	.container-home img {
	margin:10px 20px 10px 10px;	
	}
	
	.container-home a {
	color:#FFFFFF;
	}
	
	.container-home a:hover {
	text-decoration:underline;
	}
	.container-home-half {
	padding:50px 10px 10px 10px;
	float:left;	
	height:200px;
	display:inline;
	}
	
	.container-home-half span {
 	vertical-align: middle;	
	}


a.nicfixedbutton {
position: fixed;
bottom: 5px;
right: 5px; 
text-decoration:none;
color:#000000;
}

a.nicfixedbutton:hover {
opacity:0.6;	
}