.stationName {
	float: left;
	position: relative;
	clear: both;
	font-size: 2vh !important;
	height: 3vh;
	padding-top: 0.5vh !important;
}

html {
	min-width: 100vw;
	width: 100vw;
	min-height: 100vh;
	height: 100vh;
}

#splash_screen {
	width: 100vw;
	height: 100vh;
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
}

#splash_screen img{
	width: 100%;
	height: 100%;
}

body {
	min-width: 100vw;
	width: 100vw;
	min-height: 100vh;
	height: 100vh;
	top: -1.851vh;/*calc(20vh * -100 / 1080);*/
    padding: 0;
    margin: 0;
    overflow: hidden;
    background-size: cover;
    color: #2e292e;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    -webkit-transition: background-image 0.5s linear;
    		transition: background-image 0.5s linear;
}

.container {
	margin: 6.0185vh 7.03125vw;/*calc(65vh * 100 / 1080) calc(135vw * 100 / 1920);*/
	z-index: 1;
	box-sizing: border-box;
}

header {
	height: 21.2962vh; /*calc(230vh * 100 / 1080);*/
	position: relative;
}

.container .logo {
	position: absolute;
	right: 0;
	top: 3.3vh;
	height: 6vh;
}

.content {
	height: 41.666667vh; /*calc(450vh * 100 / 1080);*/
}

audio {
	background: none;
	border: none;
}

footer {
	width: 100%;
	position: absolute;
	bottom: 1vh;
	z-index: 1;
	box-sizing: border-box;
}

@media only screen and (max-width: 1280px) {
	footer {
		bottom: -4vh;
	}
}


.tab {
	/*position: absolute;*/
	opacity: 0;
	transition: opacity 0.6s ease-in-out;
}

.tab.active {
	display: block;
	opacity: 1;
}

.tab header > p{
	font-family: OpenSansHebrew-Light;
	position: absolute;
	right: 0;
	top: 10.5vh;
	margin: 0;
	font-size: 4.63vh;
	font-weight: bold;
	text-align: right;
	color: rgba(255, 255, 255, 0.87);
}