* {
	padding: 0;
	margin: 0
}
html, body {
	height: 100%;
}

body {
	background-image: url('1.jpg');
	background-position: center center;
	background-size: cover;
}

.bgopacity {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	opacity: .05;
}

#splash {
	position: relative;
	width: 50%;
	top: 15%;
	margin: auto;
	text-align: center;
	background-color: #FFFFFF;
	border-radius: 10px;
	opacity: .8;
	font-family:Source Sans Pro;
	font-size: 3vw;
	color: black;
}

@media only screen and (orientation: portrait) {
	#splash {
		width: 70%;
	}
}

.splashimg {
	display: block;
	width: 75%;
	margin: auto;
	opacity: .9;
}

.splashtext {
	display: block;
}

.splashlink {
	font-size: 2vw;
	opacity: .5;
}

@media only screen and (orientation: portrait) {
	#splash {
		width: 70%;
		font-size: 4vw;
	}
	.splashlink {
		font-size: 3vw;
	}
}
