@charset "UTF-8";
html{
	-webkit-overflow-scrolling: touch;
}
body {
	margin: 0;
	font-family:Raleway;
	font-size: 16px;
	text-align: center;
}

#container {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	max-width: 2000px !important;
	margin: 0 auto;
	text-align: left;
	background: white;
}
header, main, footer {
	position: absolute;
	width: 100%;
	background: #fff;
}
header {
	height: 15%;
}
#jeruma {
	height: 100%;
	width:auto;
	cursor:pointer;
}
nav {
	position: absolute;
	/*bottom: -1%;
	top:6.34615384615344vh;*/
	bottom:-2vh;
	right: 6%;
	font-family: 'Josefin Sans';
	/*font-size: 26px;*/
	font-size:4.71153846153816vh;
	font-weight: 300;
	color: #000;
}
footer {
	height: 10%;
	bottom: 0;
}
main {
	top: 15%;
	height: 75%;
	padding: 2% 10%;
	padding: 0;
	background: white;
}
nav ol {
	list-style: none;
}
nav ol li {
	margin: 0 .1em;
	padding: 0;
	cursor: pointer;
	display: inline-block;
}
li:hover {
	color: #b00;
}
li:active {
	color: #000;
}
section ol{
	font-family: 'Josefin Sans';
	font-size: 36px;
	font-weight: 300;
	padding:.5rem;
}
section #menuButt{
	display:none;
}
section .menuItem{
	width:55%;
	padding:.25rem 0 .25rem 2rem;
	margin:.5rem 0 .75rem 1.5rem;
	color:#123;
	background:#f1f2f3;
	border-radius:1em;
	display:block;
}
.smButt {
	height: 5vh;
	width: 5vh;
	max-width: 50px;
	max-height: 50px;
	margin: 2.5vh 0 2vh 2vh;
	display: inline-block;
}

.menuItem {
	display: inline;
}
#menuButt {
	font-size: 7.1vh;
	margin-bottom: -1vh;
	display: none;
}
section {
	position: relative;
	left: 5%;
	width: 90%;
	height: 100%;
	border-radius: 3vmin;
	display:block;
}
section div, #news{
	/*height: 86%;*/
	overflow-y: auto;
	overflow-x: hidden;
}
#home {
	background-image: url(../../images/Jeruma_2022-square.jpg);
	background-position:40% 50%;
	background-size: cover;
}
#menu{
	height:100%;
	overflow:hidden;
	display:none;
}
#mobileMenu {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: white;
	display: none;
}
#news div img{
	object-fit:contain;
	display:inline-block;
}
#newsContainer, #videoContainer{
	width:100%;
	text-align:center;
}

article {
	height: 81%;
	font-family: Josefin Sans;
	font-weight: 300;
	font-size: 1.2rem;
	line-height:1em;
	color: black;
	text-align:justify;
	padding: 1.25em;
	padding-bottom:5em;
	overflow-y: auto;
	overflow-x: hidden;
}
article h2 {
	font-family: 'Raleway';
	font-size:1.3em;
	margin:0;
	padding:0;
	line-height:2em;
	/*background:red;*/
}
article strong{
	font-weight:400 ;
}
/*
article h2:nth-child(1) {
	margin-top: -.15em;
	margin-bottom: 3px;
}
*/
#music{
	background-image: url(../../images/jeruma-2a.jpg);
	background-size: cover;
}
#music a{
	color:#ccc;
	text-decoration:none;
}
#music a:hover{
	color:#fff;
}
#audioPlayer {
	position: absolute;
	right: 2vh;
	bottom: 25%;
	height: 50%;
	width: 60%;
	background: #eee;
	border-radius:3vh;
	display:table;
}
.audioPlayerButt {
	position: absolute;
	bottom:0;
	top:0;
	margin:auto;
	height: 3vmax;
	max-height: 30px;
	width: 3vmax;
	max-width: 30px;
	/*background: #6B5A3C;
	background: #FFF;*/
	background-size: 66% 66%;
	background-repeat: no-repeat;
	background-position: center;
	/*border-radius: 50%;*/
	cursor:pointer;
}
#prev {
	background-image: url(../../images/prev.svg);
	left:10px;
}
#play {
	background-image: url(../../images/play.svg);
	left:35px;
}
#next {
	background-image: url(../../images/next.svg);
	left:60px;
}
#volumeKnob{
	position:absolute;
	height:5vh;
	width:5vh;
	right:0;
	bottom:0;
	background-image: url(../../images/volume.svg);
	/*transform:rotateZ(-135deg);*/
	cursor:pointer;
	z-index:99;
}
#volumeKnob:focus{
	cursor:pointer;
}
/*=========== VOLUME SLIDER ============*/
#sliderContainer{
	position:absolute;
	bottom:9vh;
	right:2.5vh;
	width:5vh;
	border-radius:2.5vh;
	cursor:pointer;
	background:#eee;
	z-index:100;
	display:none;
}
#sliderTrack{
	width:0;
	height:300px;
	border:1px solid #000;
	margin-left:2.5vh;
	margin-top:15px;
	margin-bottom:15px;
}
#sliderThumb{
	position:relative;
	top:145px;
	width:20px;
	height:20px;
	background:#4DDBFF;
	margin-left:-10px;
	margin-top:-5px;
	border-radius:50%;
	cursor:pointer;
}


#audioTrack{
	position:absolute;
	top:2.5vh;
	left:100px;
	right:7vh;
	height:6px;
	margin-top:-3px;
	background:white;
}
#playhead{
	width:6px;
	height:6px;
	background:#9ab;
}
#songTitle{
	position:absolute;
	top:initial;
	bottom:1em;
	left:0;
	right:0;
	margin: 0 auto;
	width:80%;
	font-family:Raleway;
	font-size:1.8em;
	text-align:center;
	padding:5px;
	background:#000;
	color:#eee;
	z-index:10;
}
#info {
	background: #eee;
}
#info div{
	height:85%;
}
#videoFrame{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:80vmin;
	height:45vmin;
	margin:auto;
	border:none;
}
#output{
	position:fixed;
	top:0;
	right:0;
	height:1em;
	width:3em;
	color:white;
	background:black;
	z-index:99;
	display:none;
}
#dummy{
	position:fixed;
	left:0;
	width:100%;
	height:100%;
	background:rgba(111,222,0,0);
	z-index:90;
	display:none;
}
#contactDiv {
	height:100%;
	margin-top:15%;
}
#mailButt{
	position:relative;
	width:33px;
	height:33px;
	border-radius:50%;
	background:#b00;
	display:inline-block;
}
.prevNextButt{
	position:absolute;
	top:50%;
	margin-top:-2em;
	height:3em;
	width:3em;
	background-repeat:no-repeat;
	background-position:center;
	background:rgba(22,22,22,.1);
	border-radius:2em;
	opacity:.05;
	cursor:pointer;
}
.prevNextButt:hover{
	opacity:1;
}
#prevButt{
	left:1em;
	background-image:url(../../images/prev.svg);
}
#nextButt{
	right:1em;
	background-image:url(../../images/next.svg);
}

/* ====== MAIL ===== */
#contact, #mailmessage{
	text-align:center;
	background-image:url(../../images/stage-bw.jpg);
	background-size:cover;
	background-position:center;
}

#mailmessage span{
	position:relative;
	top:45%;
	padding:2em;
	color:#FFF;
	border-radius:0;
	line-height:1.25em;
	display:inline-block;
}
#mailmessage span span{
	width:0;
	height:0;
	display:none;
}
#mailmessage span p{
	color:black;
	background:white;
	font-weight:700;
	padding:.5em 2em;
	display:inline;
	cursor:pointer;
}
#contact form{
	position:absolute;
	top:0;
	left:0;
	background:rgba(222,222,222,.85);
}
#mailForm {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	width: 82%;
	max-width:500px;
	height:300px;
	padding: 10px;
	border-radius: 10px;
	text-align: center;
}
#mailFormHeader {
	background: #000;
	/*color: #fff;
	font-size: larger;*/
	width: 100%;
	height:2px;
	margin:.25em 0;
}
.required {
	color: #b00;
	width: .5em;
}
#mailForm td {
	vertical-align: top;
	text-align: right;
}
#mailform a:link{
	font-family:Raleway;
	text-decoration:none;
	font-weight:bold;
	color:#b00;
}
input{
	font-size:15px;
	padding:0;
	margin:0;
}
#mailForm textarea{
	font-size:15px;
}
#mailForm div a {
	background:#fff;
	padding:3px 10px;
	display:inline-block;
}
#mailForm div br {
	line-height:1.4em;
}
input[type=submit]{
	background: #000;
	color: #fff;
	padding:2px 15px;
	margin-top:.5em;
	border:none;
	border-radius:10px;
	cursor:pointer;
}
input[type=text], #mailText{
	width:100%;
	max-width:100%;
	float:left;
	border:none;
	margin:3px 0 0 10px;
}
#mailText{
	max-width:98.75%;
}
#under_construction{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:100000;
}
#under_construction div{
	position:absolute;
	width:100%;
	height:20%;
	margin-top:-20%;
	top:66%;
	font-size:20vmin;
	text-align:center;
	font-weight:bold;
	color:rgba(200,0,0,.66);
	text-shadow: 5px 5px 5px rgba(0,0,0,.75);
}
/* ============== FEEDS ============= */
#feedsContainer{
	width:100%;
	text-align:center;
}
.feedCard{
	position:relative;
	top:0;
	left:0;
	width:300px;
	height:auto;
	font-family:'Josefin Sans';
	font-size:18px;
	font-weight:300;
	text-align:left;
	margin:10px;
	padding:5px;
	vertical-align:top;
	background:white;
	display:inline-block;
}
.feedImg{
	position:relative;
	width:300px;
	height:300px;
	left:50%;
	margin-left:-150px;
	object-fit:contain;
	background:black;
}
.feedCard .text{
}
.feedCard .normal{
	font-weight:normal;
	font-size:1em;
}
.feedCard .bold{
    font-weight: 400;
}
.feedCard .header{
	font-family:Raleway;
    font-weight: bold;
	font-size:1.25em;
	margin:0;
	padding:0;
	display:block;
}
.feedDate{
	width:100%;
	font-family:"Lucida Grande",Arial, Verdana, sans-serif;
	font-size:9px;
	text-align:right;
	color:#567;
}
@media screen and (orientation:portrait) {
	header, footer{
		position:fixed;
	}
	main{
	overflow-x:hidden;
	overflow-y:auto;
	}
	.menuItem {
	display: none;
	}
	#menuButt {
	display: block;
	}
	#menu li{
		cursor:pointer;
	}
	
	#videoFrame{
		width:90vmin;
		height:50.625vmin;
		bottom:25vh;
	}
	.prevNextButt{
	top:75%;
	opacity:.3;
	width:33px;
	height:33px;
	}
	#prevButt{
	left:3em;
	}
	#nextButt{
	right:3em;
	}
	#audioTrack, #playhead, #volumeKnob{
	display:none;
	}
	#audioPlayer{
		width:133px;
		background:none;
	}
	.audioPlayerButt {
	position: absolute;
	bottom:0;
	top:0;
	margin:auto;
	height: 5vmax;
	max-height: 60px;
	width: 5vmax;
	max-width: 60px;
	cursor:pointer;
}
#prev {
	left:10px;
}
#play {
	left:52px;
}
#next {
	left:90px;
}
}
/*
@media screen and (max-aspect-ratio:771/768) {
#home {
	background-size: 135% auto;
}
}
@media screen and (max-aspect-ratio:600/768) {
#home {
	background-size: 170% auto;
}
}
*/
@media screen and (min-width:756px) {
	#info{
		padding:1em;
		overflow-y:auto;
		overflow-x:hidden;
		text-align:center;
		height:100%;
	}
	article {
	direction:ltr; 
	text-align:justify;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	width:95%;
	height:auto;
	padding: 0 2% 3em 2%;
	overflow-x:hidden;
}
}
@media screen and (min-width:1024px) {
	article {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	}
}
@media screen and (max-width:480px){
	section {
	left: 0;
	width: 100%;
	height: 100%;
	border-radius:0;
	}
	article {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	}
#mailForm {
	width:82%;
	text-align:center;
}
label{
	display:none;
}

}
@media screen and (max-width:374px){

}
#home h2{
	font-size: 30px;
	color:#EEE;
	margin-bottom: 5px;
	with:100%;
	text-align: center;
}
#home .audioButt{
    position: relative;
    background: rgba(180,0,0,.5);
    width: 30px;
    height: 30px;
	padding:10px;
	border-radius:6px;
	cursor: pointer;
}
#home .downloadButt{
	width: 46px;
    height: 46px;
	margin-right: 7px;
	float:left;
}
#home button{
    position: relative;
	margin-top:-5px;
    color: #ccc;
    background-color: rgba(0,0,0,.3);
    font-size: 22px;
    border-color: #3a3a3a;
	border-width: 1px;
	border-style: solid;
    padding: 0px 5px 3px 7px;
	border-radius:5px;
	cursor: pointer;
}
#home .sub{
	font-size:10px;
	font-family: Helvetica, Arial, "sans-serif";
}
#table1{
	position:absolute;
	top:-10px;
	left:20px;
}
#table2{
	position:absolute;
	bottom:10px;
	right:20px;
}
#pressfooter{
	position: absolute;
	top:33%;
	height:100%;
	width:100%;
	text-align: center;
	display: table-cell;
	marin:0;
	padding:0;
	font-size: 20px;
}
