html{
	height:100%;
	width:100%;
}
body{
	background-image : url("/static/sonuma-background.jpg");	
	background-repeat : no-repeat;	
	background-size : cover;
	background-position : top;
	height:100%;
	width:100%;
	box-sizing: border-box;
	margin:0px;
}
#content-wrapper{
	height:100%;
	width:100%;
	background-color: hsla(0,0%,39%,.7);
}
#content{
	/*background-image : url("sonuma-banner.jpg");	
	background-size : 50%;
	background-repeat : no-repeat;
	background-position-y : 50px;
	background-position-x : center;*/
	height:100%;
	width:100%;	
}
#center-content-wrapper{
	background-image : url("/static/background-overlay.png");	
	background-position : center;
	background-size : contain;
	background-repeat : repeat-y;
	width:100%;
	/*min-height:200px;*/
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	font-size: x-large;
	font-family: Roboto,Helvetica Neue,sans-serif;
	text-align: center;
}
#center-content{
	/*width:900px;*/
	width : 50vw;
	text-align: start;
	margin:auto;
	padding-bottom: 15px;
}
#technical-data ul{
	font-size: large;
}
#footer-logo{
	display:block;
	position:absolute;
	bottom:50px;
	left : 50%;
	transform: translateX(-50%);
}
#footerLinks{
	box-sizing:border-box;
	position:absolute;
	bottom: 0px;
	width:100%;
	/*background-color:black;*/
	text-align:right;	
	padding : 5px;
}
#footerLinks a{
	color:black;
}
.dateSeconds{
	font-size: large;
}