.box {
  width: 100vw;
  height: auto;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-image: url('../img/splash/splash3.jpg');
}
.splash-contents {
	padding-top: 15%;
	padding-right: 20%;
	text-align: right;
}
.splash-contents h2 {
	font-family: 'Bellefair', serif;
	font-size: 60px;
	color: #444;
}
.splash-contents h2 span { display: inline-block; vertical-align: bottom;}
.splash-contents h2 span img { height: 53px;}

.splash-contents h3 {
	font-size: 32px;
	margin: 40px 0 20px;
	color: #444;
	border-bottom: 1px solid #ccc;
	display: inline-block;
	padding: 0 5px 5px;
}
.splash-contents li {
	line-height: 2em;
	font-size: 25px;
	color: #222;
}
.splash-contents li ul li {
	line-height: 1.5em;
	font-size: 17px;
}

.splash-contents li i { font-size: 70%; color: #777; margin-left: 5px; }

.country { 
	width: 20px;
	margin: 0 7px 3px;
}

@media only screen and (max-width: 767px) {
	body {
    	padding-top: 0;
	}
	.box {
		padding-top: 0;
		background-image: url('../img/splash/splash4.jpg');
	}
	.splash-contents {
		padding-top: 10vh;
		padding-right: 0;
		text-align: center;
		background-color: rgba(255,255,255,0.8);
		height: 100vh;
	}
	.splash-contents h2 {
		font-size: 48px;
	}
	.splash-contents h2 span img { height: 40px;}
	.splash-contents h3 {
		font-size: 22px;
	}
	.splash-contents ul { margin: 0 auto; width: 190px;}
	.splash-contents li {
		line-height: 2em;
		font-size: 26px;
		text-align: right;
		padding-right: 10px;
	}
	.splash-contents li ul li {
		line-height: 1.7em;
		font-size: 20px;
	}
	.splash-contents li i { margin-left: 8px; }
}