@charset "UTF-8";
/* CSS Document */


/*--------- screen 1 ---------*/

#screen1 {
	position: relative;
	height: calc(100vh - 485px);
	height: -o-calc(100vh - 485px);
	height: -webkit-calc(100vh - 485px);
	height: -moz-calc(100vh - 485px);
	min-height: 800px;
	width: 100%;
	margin: -50px 0 100px 0;
	padding: 0;
	overflow: auto;
	text-align: left;
}

#screen1 p {
	width: 100%;
	margin-bottom: 30px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 900;
	font-size: 70px;
	color: #EEE;
}

#screen1 div {
	width: 50%;
	height: auto;
	margin-top: -30px;
	float: left;
}

#screen1 div #right {
	margin: 0;
	text-align: right;
}

#screen1 div p {
	font-size: 32px;
	margin-bottom: -30px;
	margin-left: 0;
	color: #EEE;
	width: 100%;
}

#screen1 b {
	font-size: 24px;
	color: #999;
}

#screen1 div n {
	font-size: 14px;
	color: #EEE;
	font-style: italic;
}

#screen1 #right {
	width: 50%;
	text-align: right;
	margin-left: 0;
}

#screen1 img {
	height: auto;
	width: 100%;
	border-radius: 10px;
	margin: 20px 0 40px 0;
}