@keyframes updown {
	from{transform:translateY(4px);}
	to{transform:translateY(-4px);}
	
} 

.invert:hover {
	background-color:white;
	color:black;
	transition:0.2s;
}

@font-face {
	font-family:AUTHENTIC;
	src:url("AUTHENTICSans-60.woff");
	font-weight:60;
}

@font-face {
	font-family:AUTHENTIC;
	src:url("AUTHENTICSans-90.woff2");
	font-weight:90;
}

@font-face {
	font-family:AUTHENTIC;
	src:url("AUTHENTICSans-130.woff2");
	font-weight:130;
}

@font-face {
	font-family:AUTHENTIC;
	src:url("AUTHENTICSans-150.woff2");
	font-weight:150;
}

a {
	text-decoration:none;
}


body,html {
	padding:0;
	margin:0;
	overflow:hidden;
	font-family:AUTHENTIC;
	font-weight:60;
	background-color:black;
	color:white;
}

h1 {
	font-weight:60;
	font-size:50px;
	margin:0;
	padding-top:10px;
	
}

#sitecontainer {
	width:100%;
	height:100%;
	display:flex;
	flex-direction:row;
	overflow:hidden;
}

.text {
	width: 100%;
	padding: 0 10% 33% 5%;
	margin-top: 180px;
	margin-bottom: 70px;
	font-size: 20px;
	overflow: scroll;
	-webkit-overflow-scrolling:touch;
	
	line-height: 1.2;
	letter-spacing: 0.1px;
	z-index: 2;
	
}
.normal {
    margin-bottom: 80px;
    margin-top: 70px;
}

.text::-webkit-scrollbar {
  width: 7px;
}

.text::-webkit-scrollbar-thumb {
  background: white; 
  border:0.5px white solid;
  border-radius: 2px;
}

.shouting {
	font-weight:130;
	text-transform:uppercase;
}

.text.whispering {
	font-weight:60;
	-webkit-text-stroke:none;
	font-style:italic;
	
}

.dataspeak{
	display:none;
	letter-spacing:1px;
}

.controls {
    width: 100%;
    height: 100%;
    border-left: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    /* overflow: hidden; */
}

img {
    margin-top: 10px;
    margin-bottom: 20%;
    width: auto;
    height: 30px;
    transition: 0.2s;
	
}

.horizontal {
    margin: 0;
    padding: 5px;
    text-align: center;
    height: 80px;
}

.navigation {
	/*border-top:2px solid white;*/
 cursor:pointer;
	
}

.title {
	border-bottom:2px solid white;
	
}

.verticalflex {
	height:100%;
	display:flex;
	flex-direction:row;
	
}

.switches {
    box-sizing: border-box;
    height: 105px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    /* border-right: 1px solid white; */
    border-bottom: 1px solid white;
}

.bottombord {
}

.switch {
	width: 33.3%;
	    /* height: 100px; */
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	    cursor: pointer;
	    /* transition: 0.2s; */
	    padding: 10px;
	    /* border-bottom: 1px solid white; */
	    border-right: 1px solid white;
}

.switch p {
	margin:0;
	font-weight:60;
	/*font-size:30px;*/
}



.slidecontain {
    display: flex;
   justify-content: center;
    align-items: center;
	 display: none;
    height: 100%;
    width: 30%;
}




.slider {
	outline:none;
	height:90%;
	width:1px;
	-webkit-appearance: slider-vertical;
	margin:0 0px 0px 80px;
	
}

.slidecontain p {
	margin:0 20px 0 0px ;
	padding:0;
	transform:rotate(90deg);
}

.marquee {
    border-right: 2px solid white;
	width:30%;
    display: flex;
    font-size: 30px;
	box-sizing:border-box;
	flex-direction:column;
	overflow:hidden;
	cursor:none;
	display: none;
}

.marquee p {
   /* writing-mode: vertical-rl;
    text-orientation: mixed;*/
    margin: 20px;
}
.marquee3k {
transform:rotate(90deg);
}


span.sounds {
	box-sizing:border-box;
	z-index:10;
	cursor:pointer;
	color:#FFEB3B;
	animation:updown 1s linear alternate infinite;
	display:inline-block;
	transition:1s;
}

span.sounds:hover{
	animation-play-state:paused;
		cursor:pointer;
}

a {
	color:white;
	transition:1s;
}

a:hover {
	color:yellow;
}


 
 .navbox {
	 display:flex;
	 justify-content:center;
	 border-top:2px white solid;
 }
 
 ul#glideup {
	position:absolute;
	top:180px;
	list-style:none;
	order:2;
	width:100%;
	margin:0;
	padding:0;
 }
 
 li {
	 border-bottom: 2px solid white;
	     background-color: black;
	     width: 100%;
	     padding: 10px;
	     text-align: center;
	     font-size: 30px;
	     display: none;
	     cursor: pointer;
		 
 }
 
/* li:first-of-type {
	 border-top:1px solid white;
 }
 
/*QUERIES*/ 
 
 @media only screen and (min-width: 800px) {


	 .text {
		height: 100%;
    	width: 70%;
    	padding: 0 10% 5% 5%;
    	font-size: 40px;
    	overflow: scroll;

		margin-top: 0px;
		margin-bottom: 0px;
	
	 }



	 .text.whispering {
	 	-webkit-text-stroke:1px black;
	 }

	 .controls {
	     width: 30%;
	     height: 100%;
	     border-left: 2px solid white;
		 position:relative;
	 }

	 img {
	     width: 30%;
		 height:auto;
	
	 }

	 .switches {
		height:auto;
	 	flex-direction:column;
	 	justify-content:space-between;
	 	width:70%;
	 	border-right:1px solid white;
		border-bottom:none;
	 }

	 .bottombord {
	 	    border-bottom: 2px solid white
	 }

	 .switch {
	 	height:33.3%;
	 	width:100%;
		padding:0;
	 }

	 .switch p {
	 	font-size:30px;
	 }



	 .slidecontain {
	 	display:inherit;
		 
	 }




	 .slider {
	 	outline:none;
	 	height:90%;
	 	width:1px;
	 	-webkit-appearance: slider-vertical;
	 	margin:0 0px 0px 80px;
	
	
	 }

	 .slidecontain p {
	 	margin:0 20px 0 0px ;
	 	padding:0;
	 	transform:rotate(90deg);
	 }

	 .marquee {
	 	display:inherit;
		
	 }

	 .marquee p {
	    /* writing-mode: vertical-rl;
	     text-orientation: mixed;*/
	     margin: 20px;
	 }
	 .marquee3k {
	 transform:rotate(90deg);
	 }




	 .switch:hover img {
	
	 	transform:scale(1.6);


	  }
 
	
 
	  ul#glideup {
	 	position:relative;
		top:auto;
	 	list-style:none;
	 	order:2;
	 	width:100%;
	 	margin:0;
	 	padding:0;
	  }
 
	  li {
	 	 border-bottom:2px solid white;
	 	 width:100%;
	 	 padding:10px;
	 	 text-align:center;
	 	 font-size:30px;
	 	 display:none;
	 	 cursor:pointer;
	  }
	/*  li:first-of-type {
	 	 border-top:none;
	  } */

 
 }

