@charset "utf-8";

img, object, embed, video {
	max-width: 100%;
}

body {
	background-color: #222;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	max-width: 800px;
}

a {
	color: #eee;
	text-decoration: none;
}

a:visited {
	color: #eee;
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here… */
}

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#header-back {
	position: absolute;
	top: 0;
	left: 0;
}

#header {
	width: 100vw;
	height: 60vh;
	text-align: center;
}

#header #overlay {
	background-color: rgba(24, 24, 24, 1);
	width: 100%;
	height: 100%;
	opacity: 1;
}

#header d {
	font-family: 'Work Sans', sans-serif;
	font-size: 30px;
	font-weight: 900;
	line-height: 60px;
	color: #EEE;
	width: 100%;
	z-index: 1;
}

.fixed-header {
	position: fixed;
	top: calc(-60vh + 60px);
	z-index: 100;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
}

nav {
	position: fixed;
	top: 0;
	width: 100vw;
	background-color: #181818;
	z-index: 200;
}

nav div {
	height: 60px;
	width: 100%;
	background-color: #181818;
	position: absolute;
	z-index: 100;
}

nav img {
	height: 30px;
	margin-left: 15px;
	margin-top: 15px;
	width: auto;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 300;
}

nav ul {
	height: 210px;
	width: 100%;
	margin-left: 15px;
	text-align: left;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

nav ul li {
	height: 40px;
	font-size: 18px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
	color: #EEE;
}

#menu-div {
	opacity: 0;
}

#menu-button {
	opacity: 1;
}

#menu {
	margin-top: -215px;
	z-index: 100;
}

#overlay-all {
	background-color: rgba(40, 40, 40, 0.95);
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

/*--------screen0---------*/

#screen0 {
	width: 90%;
	height: 100%;
	margin-left: 5%;
	margin-top: 90px;
	padding-bottom: 50px;
	color: #EEE;
}

#screen0 d {
	width: 100vw;
	font-size: 34px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 900;
	text-align: left;
	line-height: 28px;
}

#screen0 p {
	font-size: 18px;
	margin-top: 10px;
	padding-bottom: 2px;
}

#screen0 div {
	height: auto;
	width: 100%;
}

#screen0 div b {
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 20px;
	font-weight: 700;
	color: #999;
}

#screen0 div p {
	font-size: 26px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 900;
	margin: 0;
	margin-top: 24px;
	margin-bottom: -10px;
	color: #eee;
}

.right {
	position: absolute;
	left: 20px;
	top: 146px;
	z-index: 0;
	text-align: left;
	margin-right: 20px;
}

#screen0 div img {
	width: 16px;
	height: auto;
	right: 0;
	z-index: 0;
	margin: 0;
	margin-top: 5px;
	padding-bottom: 15px;
	margin-left: -2px;
	padding-left: 2px;
	text-align: right;
}

#komentar {
	width: auto;
	height: 20px;
	position: relative;
	font-size: 12px;
	color: #444;
	margin-top: 25px;
}

#info-container {
	width: auto;
	height: auto;
	background-color: rgba(80, 80, 80, 0.2);
	border-radius: 10px;
	font-weight: 600;
	font-size: 14px;
	font-family: 'Work Sans', sans-serif;
	color: #ffffff;
	padding: 3vw 4%;
	margin-top: 20px;
}

/*--------screen1---------*/

#screen1 {
	margin-bottom: -90px;
}

#screen1 div {
	width: 90%;
	height: 60vw;
	margin-left: 5%;
	margin-bottom: 5vw;
	border-radius: 10px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#screen1 div img {
	height: 30vw;
	width: auto;
	margin-left: 30vw;
	margin-top: 10vw;
}

#screen1 div p {
	font-family: 'Work Sans', sans-serif;
	font-size: 34px;
	font-weight: 900;
	color: #181818;
	text-align: center;
	margin-top: 0vw;
}

/*--------screen2---------*/

#screen2 {
	height: auto;
	width: 90%;
	margin-left: 5%;
	padding-bottom: 50px;
}

#screen2 #container {
	height: 90vw;
	width: 100%;
	margin-top: 10px;
	overflow: hidden;
	border-radius: 10px;
	-webkit-mask-image: -webkit-radial-gradient(circle, white, black);
	-webkit-transform: translateZ(-10);
}

#screen2 d {
	font-size: 34px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 900;
	text-align: left;
	line-height: 28px;
	color: #EEE;
}

/*--------screen3---------*/

#screen3 {
	height: 500px;
	width: 90%;
	margin-left: 5%;
}

#screen3 d {
	font-size: 34px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 900;
	text-align: left;
	line-height: 28px;
	color: #EEE;
	width: 100%;
}

#screen3 #container {
	height: 420px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	margin-top: 10px;
	padding-top: 10px;
}

#screen3 #imgs {
	width: 20%;
	height: 200px;
	float: left;
}

#screen3 #imgs img {
	width: 50px;
	height: auto;
	margin-left: 30%;
	margin-bottom: 15px;
}

#screen3 #text {
	width: 80%;
	height: 200px;
	float: left;
	margin-top: 5px;
}

#screen3 p {
	width: 90%;
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	color: #EEE;
	float: left;
	padding-right: 10px;
	padding-left: 20px;
	margin: 0;
	margin-bottom: 25px;
}

#screen3 #bold {
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
	padding-left: 20px;
	margin-bottom: 0;
}

#screen3 #subtitle {
	font-size: 28px;
	width: 90%;
	margin-left: 28px;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 20px;
	float: left;
	text-align: left;
}

#screen3 #bold1 {
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
	padding-left: 5px;
	margin: 0;
	margin-left: 25px;
	width: auto;
	text-align: right;
	float: left;
}

#screen3 #time {
	width: 50%;
	margin: 0;
	padding: 0;
	float: left;
}

/*--------screen4---------*/

#screen4 {
	height: 500px;
	width: 90%;
	margin-left: 5%;
	margin-top: 20px;
}

#screen4 d {
	font-size: 34px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 900;
	text-align: left;
	line-height: 28px;
	color: #EEE;
	width: 100%;
}

#screen4 #container {
	background-color: rgba(130, 130, 130, 0.2);
	margin-top: 10px;
	margin-bottom: 20px;
	border-radius: 10px;
	padding: 10px 0 20px 0;
}

#screen4 #container d {
	font-size: 22px;
	font-weight: 700;
	margin: 0;
	margin-left: 20px;
	padding-top: 10px;
}

#screen4 #container p {
	color: #EEE;
	margin: 0 20px;
	font-size: 18px;
}

/*--------footer---------*/

footer {
	height: auto;
	padding: 20px;
	margin-top: 50px;
	background-color: #181818;
	margin-top: 140px;
	width: calc(100vw - 40px);
}

footer d {
	font-size: 26px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 900;
	color: #EEE;
	margin: 0;
	padding: 0;
}

footer p {
	font-size: 14px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
	color: #EEE;
	margin: 0;
	padding: 0;
}

@media only screen and (min-width : 373px ){
	.gridContainer {
		width: 100%;
	}
	#LayoutDiv1 {
		clear: both;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
	}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width : 683px ){
	.gridContainer {
		width: 100%;
		max-width: 1232px;
		margin: auto;
	}
	#LayoutDiv1 {
		clear: both;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
	}
}

@media only screen and (min-width: 800px) {
	body {
		margin-left: calc(50vw - 400px);
	}
	nav {
		width: 100vw;
		margin-left: calc(400px - 50vw);
	}
	#header {
		width: 100vw;
		margin-left: calc(400px - 50vw);
	}
	footer {
		width: calc(100vw - 40px);
		margin-left: calc(400px - 50vw);
	}
}
