/* Zeneral */


body {
	background-color: #010101;
	color: #C2BBB1;
	margin-top: 30px;
	margin-left:0px;
	padding-bottom:60px;
	width:100%;
	overflow-x: hidden;
}

p#counter{
	display:block;
	text-align:center;
	color:#C2BBB1;
	font-size:36px;
}

p#counter-m{
	display:block;
	text-align:center;
	color:#C2BBB1;
	font-size:24px;
}

a#streamtext{
	display:block;
	text-align:center;
	color:#C2BBB1;
	font-size:30px;
}

a#streamtext-m{
	display:block;
	text-align:center;
	color:#C2BBB1;
	font-size:20px;
}


div#container-m{
	max-width:95%;
	margin: auto;
	/*border: 5px solid white;*/
}

div#container{
	max-width:70%;
	margin: auto;
	/*border: 5px solid white;*/
}

div#frame{
	padding:15px;
	display:block;
	text-align:center;
	margin: auto;
	/*border: 5px solid white;*/
}

div#frame-m{
	padding-top:35px;
	display:inline-block;
	text-align:left;
	margin: auto;
	max-width:80%;
	/*border: 5px solid white;*/
}

div#audio-m{
	
}

img#logo{
	max-width:100%;
	display:block;
	text-align:center;
	vertical-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	padding-top:15px;
}


video#film{
	max-width:100%;
	display:block;
	text-align:center;
	vertical-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	padding-top:15px;
	padding-bottom:15px;
}


div#header-desk {
	color: white;
	max-width: 75%;
	text-align: center;
	display:block;
	margin-left: auto;
	margin-right:auto;
	margin-bottom:-15px;
	font-family: 'Geneva', sans-serif;
	font-size: 72px;
}

div#slidecaption{
	padding:25px;
	background:rgba(0,0,0, 0.45);
	background:rgba(0,0,0, 0.45);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	width:90%;
}

.nav-m {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #010101;
  text-align:center;
}

.nav {
  list-style-type: none;
  margin: 0;
  padding: 10px;
  margin-bottom:20px;
  overflow: hidden;
  background-color: #010101;
  white-space: nowrap;
}

.myfont-m{
	font-family:consolas;
	font-size:4vw;
}

.myfont{
	font-family:consolas;
	font-size:2vw;
}


li {
  float: left;
}

li a {
  display: inline;
  color: #C2BBB1;
  text-align: center;
  padding: 5px;
  text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
  background-color: #111;
}

footer{
	display: block;
	color: #C2BBB1;
	max-width:100%;
	margin: auto;
	font-family:consolas;
	font-size:.8em;
	text-align:center;
}

/* Dropdown */

.dropbtn {
  background-color: #010101;
  color: #C2BBB1;
  font-family:consolas;
  font-size:1.5em;
  cursor: pointer;
  margin-top:-18px;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #1B1B1B;
}

.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #121212;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  right:0;
}

.dropdown-content a {
  color: #C2BBB1;
  text-decoration: none;
  display: block;
  border:1px solid #C2BBB1;
}

.dropdown-content a:hover {background-color: #1B1B1B}

.show {display:block;}

/* Forms */

* {
  box-sizing: border-box;
}

input[type=text], select, textarea, option {
  width: 100%;
  padding: 12px;
  border: 1px solid #C2BBB1;
  border-radius: 4px;
  resize: vertical;
  background-color: #121212;
  color: #C2BBB1;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
  color:#C2BBB1;
}

input[type=submit] {
  background-color: #1B1B1B;
  color: #C2BBB1;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
  width:100%;
  box-shadow: 5px 2px 2px #121212;
}

input[type=submit]:hover {
  background-color: #A9A9A9;
  color: #1B1B1B;
}

.container-form {
  border-radius: 5px;
  background-color: #010101;
  padding: 20px;
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
  color:#C2BBB1;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}


/* Mobile device handling */

@font-face {
  font-family: ymj_font;
  src: url(Consolas.woff);
}

@media only screen and (min-width: 768px) {
	.nav-m {display:none;}
	.myfont-m {display:none;}
	div#container-m{display:none}
	div#frame-m{display:none}
	p#counter-m{display:none}
	a#streamtext-m{display:none}
	div#audio-m{display:none}
}

@media only screen and (max-width: 768px) {
	.nav {display:none;}
	.myfont {display:none;}
	div#container{display:none}
	p#counter{display:none}
	a#streamtext{display:none}
}

@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

