body {
}

div.splash {
	background-color:#c9d0d1;
	background-image: url('images/splash-bg.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 700px;
	position: relative;
	font-weight: 200;
	overflow: hidden;
	margin-top: -30px;
	margin-bottom: -3em;
}

div.content {
	height: 100%;
	display: inline-block;
}

div.splashtext {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	text-align: left;
	position: relative;
	padding-top: 160px;
	padding-right: 350px;
	padding-bottom: 2em;
}

div.splashtext p {
	margin: 0.5em 0px;
	font-size: 180%;
}

img.handphone {
	position: absolute;
	top: 0px;
	right: -300px;
	height: 700px;
	width: 636px;
}

h2 {
	margin: 0px;
	text-align: left;
}

@media only screen and (max-width: 1000px)  {
	div.splashtext {
		padding-top: 120px;
		padding-right: 250px;
	}
	img.handphone {
		right: -400px;
	}
}

@media only screen and (max-width: 600px)  {
	div.splashtext {
		padding-top: 60px;
		padding-right: 0px;
	}
	img.handphone {
		display: none;
	}
}

