body {
  margin: 0;
  color: white;
  font-family: monospace, sans-serif;
  background-image: url("./images/darkcrete.png");
  background-color: black;
}

.sidebar {
  margin: 0;
  padding: 0;
  width: 200px;
  background-image: url("./images/tiedyecode.png");
  background-color: black;
  border-right: solid 2px #777777;
  position: fixed;
  height: 100%;
  overflow: auto;
}

.sidebar a {
  display: block;
  color: #d0F0c0;
  font-size: 25px;
  font-weight: bold;
  font-family: 'Orbitron', 'NEW ACADEMY', monospace;
  padding: 16px;
  text-decoration: none;
}
 

div.content {
  margin-left: 200px;
  padding: 1px 16px;
  height: 1000px;
}

@media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }
  .sidebar a {float: left;}
  div.content {margin-left: 0;}
}

@media screen and (max-width: 400px) {
  .sidebar a {
    text-align: center;
    float: none;
  }
}



p { color: #ffffff;
font-family: monospace, sans-serif;
line-height: 150%;
left: 0;
right: 0;
vertical-align: middle;
display: table;
}


.small { color: white;
font-family: sans-serif;
text-align: center;
font-size: small;
}

/*NEW ACADEMY CC By SA (Gustavo Paz). 2014.This Font by Gustavo paz L. is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.*/
@font-face {
	font-family: 'NEW ACADEMY';
	src: url('NEWACADEMY-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('NEWACADEMY-webfont.woff') format('woff'), 
	     url('NEWACADEMY.ttf')  format('truetype'),
	     url('NEWACADEMY-webfont.svg#svgFontName') format('svg');
  }
  
@font-face {
	font-family: 'Orbitron';
	src: url('Orbitron-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('Orbitron-webfont.woff') format('woff'), 
	     url('Orbitron.ttf')  format('truetype'),
	     url('Orbitron-webfont.svg#svgFontName') format('svg');
	}

@font-face {
    font-family: 'ChakraPetch-Regular';
    src: url('/ChakraPetch-Regular.ttf') format('truetype');
}

h1 { color: #dcfadf;
font-family: 'Orbitron', serif;
text-align: center;
left:0;
right:0;
margin: 15;
padding: 25px 0;
letter-spacing: 10px;
word-spacing: 2px; 
border-bottom: dotted 2px #777777;
}

h2 { color: #dcfadf;
font-family: 'Orbitron', serif;
text-align: center;
left:0;
right:0;
margin: 15;
padding: 25px 0;
letter-spacing: 10px;
word-spacing: 2px;


}

h3 { color: #dcfadf;
font-family: 'Orbitron', serif;
text-align: center;
left:0;
right:0;
margin: 15;
padding: 25px 0;
letter-spacing: 10px;
word-spacing: 2px;
}

/*Basic Images*/

img {
display: block;
margin: 0 auto;
max-width: 100%;
height: auto;
border: double 3px #777777;
}
 /*list properties */


nav {
font-family: 'Orbitron', serif;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  margin: 0.0.5rem;
  display: inline-block; 
  float: none;
  text-decoration: none;
}

hr{
 border: 1px dotted #696969;
        }

/*very special text*/
.special {
color: white;
font-family: 'Orbitron', sans-serif;
text-align: center;
letter-spacing: 10px;
word-spacing: 2px;
padding:5px;
}

/*Scrollbar text box*/
.textbox {
border-style: double;
border-color: #777777;
background: #000000;
background-image: url("./images/monitordarker.png");
box-shadow: 0 0 10px green inset;
background-attachment: fixed;
border-width: 3px;
width: 300px;
height: 100px;
overflow-y: scroll; 
scrollbar-color: #000000 #696969;
}

#text {
width: auto;
top: 5%;
bottom: 100px;
height: 300px;
right: 0;
text-align: left;
padding: 25px;
overflow-y: scroll;
  
}

.audio-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
  
.blinking{
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0%{     color: #fff;    }
    49%{    color: #fff; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #fff;    }
    
    }
    

/*links*/

ul {color: white;
}

.links li {color: lightgreen;
font-family: 'Orbitron', Garamond, serif;
line-height: 150%;
margin-left: 35px;
margin-right: 35px;
padding: 1px;
}

/* unvisited link */
a:link {
  color: #D0F0C0;
text-decoration: none;
}

/* visited link */
a:visited {
  color: whitesmoke;
  text-decoration: none;
}

/* mouse over link */
a:hover {
    color: lightgreen;
  cursor: crosshair;
  text-shadow: 0 0 5px #fff,
                0 0 10px #fff,
                0 0 20px green,
                0 0 30px green,
                0 0 40px green,
                0 0 55px green,
                0 0 70px green;

}

/* selected link */
a:active {
  color: blue;
}

ul {
  list-style-type: circle;
  }

li {
  color: white;
  font-family: 'Orbitron','NEW ACADEMY', Garamond, serif;
  line-height: 2em;
  text-decoration: none;
  list-style-type:none;
}

ol { color: white;

}
