body {
	background-image: url("img/background_opacity.jpg");
	background-repeat: no-repeat;
	background-position: 50% 20%;
}

#img_phs_logo {
	width:30%;
}

#img_youtube {
	width:10%;
	padding-top:10px;
}

#img_youtube:hover {
	cursor:pointer;
	opacity:0.7;
}

#img_discord {
	width:10%;
	padding-top:10px;
}

#img_discord:hover {
	cursor:pointer;
	opacity:0.7;
}

#img_kickstarter {
	width:10%;
	margin-top:100px;
}

#img_kickstarter:hover {
	cursor:pointer;
	opacity:0.7;
}

#img_download {
	width:10%;
	padding-top:50px;
}

#img_download:hover {
	cursor:pointer;
	opacity:0.7;
}

#div_demo_available {
	padding-top:100px;
	font-family:Arial;
	font-size:36px;
	color:black;
	font-weight:bold;
	text-shadow: 2px 2px 20px white;
}

#div_installation_instructions {
	padding-top:10px;
	font-family:Arial;
	font-size:20px;
	color:black;
	text-shadow: 2px 2px 20px white;
}