
body {
font-family: monospace;
overflow: scroll;
height: 100%;
margin: 0;
margin-right: 2px;
background: #222;

}

#container{
	z-index: 0;
	bottom: 0;
	width: 100%;
  height: auto;
}

/* inside the container */
* {
  box-sizing: border-box;
}

.row {
  display: flex;
  -ms-flex-wrap: wrap; /* IE 10 */
  flex-wrap: wrap;
  height: auto;
}

.column {
  height: 700px;
  float: left;
  padding: 10px;
  background-color:  #222;
  border: #ddd;
  border-style: solid;
  border-width: 1px;

}

.left, .right {
  width: 25%; 
  overflow-x: hidden;
  overflow-y: auto;

}

.middle {
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
         
 /* padding: 0 4px;*/
}


.column img {
  vertical-align: middle;
    column-fill: auto;

}

.scroll {
  overflow-x: hidden;
overflow-y:scroll;
height: auto;
 padding-right: 20px;
 padding-left: 10px;
}

/* nav bar is header of the page */

.nav{
  z-index: 0;
  overflow:unset;
  position:inherit;/* Set the navbar to fixed position */
  width: 100%; /* Full width */
  height: auto;
  text-align: center;
  float: right;
  bottom: 0;


}

nav h1{
  float: left;
  text-align: center;
  font-size: inherit;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

nav h1 a{
  text-decoration: none; 
}

/* play button in header */ 

#smallmenuplayer { 
padding: 5px;
width: 70px;
height: 30px;
float: left;
margin-left: 30px;
border: #ddd;
border-style: solid;
border-width: 1px;

 }
 

audio{ 
  color:#ff6347;
  
   }

.hide {
  display: none;
}

#smallmenuplayer:hover + .hide {
  color:white;
  display:inline-block;
  width: 200px;
  top: -5px;
  padding-top: 12px;
  text-align: center;
}

#troubles:hover + .hide {
  color:white;
  display: inline-block;
  margin-top: -80px;
}

/* type face */

h1 {
    font-size: 2.5em;
    left: 20px;
    position: relative;
}


h2 {
    font-size: 1.5em;
    background-color: #c9c8c5;
    left: -20px;
    position: relative;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	width: 100%;
}


#myDiv {
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  right: 0;
  left:0;
}

iframe{
  border: none;
}


.text {
   margin: 10px;
    margin-right: 10px;
    margin: auto;
    width: 100%;
    padding: 10px;
    background-color: #333;

}

.text p, h1, h2, h3, h4, h5, .post-meta {
padding-left: 10px;
padding-right: 30px;
color: rgb(190, 189, 189);
}


.audioplayer {
  width: 300px;
  padding: 0px;
  margin: 0 auto;
  font-size: 0.7em;
 float: left;	
}

.audioplayer p {
    background-color: #fff;
    padding: 10px;

  }

#shoutbox {
    height: 100%;
    width: 100%;
    opacity: 0.8;
    box-align: left;
    position: static;
}

#mastodont {
    left: 70%;
    top: -600px;
    position: relative;
}

header {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 50px;
}

.header h1 {
    text-align: center;
    font-size: 12pt;
    margin-top: 3.2px;
}

.header h2 {
    text-align: center;
    margin: 10px 0 0 0 ;
    color: #000;
}

#video {
  right: 0;
  left: 0;
  bottom: 0;
  max-width:100%;
  height: 100%;
  z-index: 0;
    background: linear-gradient(rgba(0,0,0,1), rgba(51,51,51,1));
    background-repeat: no-repeat;
     background-position: center;
     border: 1px solid red;

}
