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


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

#screen1 {
	background-color: #222;
	position: relative;
	height: 2350px;
	width: 100%;
	margin: -50px 0 -15px 0;
	padding: 0;
	overflow: hidden;
	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 p d {
	width: 200px;
	position: absolute;
	left: 100%;
	top: 185px;
	margin-left: -200px;
	font-size: 40px;
	text-align: right;
}
#screen1 div {
	width: 70%;
	height: 1500px;
	margin-top: -30px;
	float: left;
}

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

#screen1 div b {
	font-size: 22px;
	color: #999;
	line-height: 34px;
	height: 40px;
	width: 80vw;
}

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

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

#screen1 .right img {
	height: 26px;
	width: 26px;
	vertical-align: middle;
}

#screen1 .right b {
	height: 65px;
	line-height: 34px;
}

#komentar {
	width: auto;
	height: 50px;
	position: relative;
	font-size: 16px;
	color: #444;
	padding-top: 200px;
}

#info-container {
	width: auto;
	height: auto;
	background-color: rgba(80, 80, 80, 0.2);
	border-radius: 10px;
	font-weight: 400;
	font-family: 'Work Sans', sans-serif;
	color: #ffffff;
	padding:  1vw 2%;
	margin-bottom: 50px;
}

/*--------- screen 2 ---------*/

#screen2 {
	height: 2900px;
	width: 100%;
}

#screen2 p {
	width: 100%;
	height: 100px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 900;
	text-align: left;
	font-size: 70px;
	margin-bottom: 100px;
	color: #EEE;
}

#screen2 div {
	width: calc(50% - 10px);
	width: -o-calc(50% - 10px);
	width: -webkit-calc(50% - 10px);
	width: -moz-calc(50% - 10px);
	height: 350px;
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px;
}

.left {
	margin-right: 10px;
	margin-bottom: 20px;
}

.right {
	margin-left: 10px;
	margin-bottom: 20px;
}

#screen2 div img {
	height: 200px;
	width: 200px;
	position: relative;
	margin-top: 35px;
	margin-left: 50%;
	left: -100px;
}

#screen2 div p {
	width: 100%;
	height: 100px;
	line-height: 100px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 900;
	text-align: center;
	font-size: 48px;
	margin-top: 0px;
	color: #141414;
}