@font-face {
  font-family: BitformsLight;
  src: url(bitforms_gothic_light.ttf);
}

@font-face {
  font-family: Flama;
  src: url(Flama_Bold_Italic.otf);
}




body, html{
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden;
	font-family: 'BitformsLight', Helvetica, sans-serif;
	color: #c5c5c5;
	line-height: 1.6rem;
	font-size: 1.05rem;
}

.italics{
  font-style: italic;
}

.close{
	position: absolute;
    top: 2rem;
    left: 2rem;
	background-image: url("../img/close.png");
	background-repeat: no-repeat;
	background-size: 40px 40px;
	width: 40px;
	height: 40px;
	right: 1rem;
	cursor: pointer;
    z-index: 1000;
}


.bitformslogo{
width: 250px;
margin-left: auto;
margin-right: auto;
}

.bitformslogo img{
	width: 100%;
}

.smalldatalogo{
	width: 18%;
	margin-top: 2rem;
	padding-left: .6rem;
	margin-left: auto;
	margin-right: auto;

}

.panel{
	width: 100%;
	height: 100%;
	background-color: #000000eb;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.col{
	width: 55%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
}

/*do a media query and just make 100% for narrow screens*/

@media only screen and (max-width:  1100px) {
  .col{
  	width: 70%;
  }
}

@media only screen and (max-width:  950px) {
  .col{
  	width: 80%;
  }
}

@media only screen and (max-width:  800px) {
  .col{
  	width: 95%;
  }
}

@media only screen and (max-width:  700px) {
  .smalldatalogo{
  	width: 10%;
  }

  body{
	line-height: 1.4rem;
	font-size: .9rem;
  }
}

@media only screen and (max-width:  500px) {
  .smalldatalogo{
  	width: 25%;
  }
  .bitformslogo{
  	width: 190px;
  }
  .close{
	position: absolute;
    top: 2rem;
    left: 2rem;
	background-image: url("../img/close.png");
	background-repeat: no-repeat;
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
	right: 1rem;
	cursor: pointer;
    z-index: 1000;
}
}





.smalldatalogo img{
	width: 100%;
}


.spontext {
	font-size: .5rem;
	font-family: 'Roboto Mono', monospace;
	width: 100%;
	margin-left:auto;
	margin-right: auto;
	text-align: center;
	line-height: 1rem;
}

.paperspace{
	font-family: 'Flama', 'Roboto Mono', monospace;
}

.spontext a {
	text-decoration: none;
	color: white;
}

.info{
	position: absolute;
	bottom: 1.5rem;
	left: 2rem;
	cursor: pointer;
	background-image: url("../img/info-2-shaddow.png");
	background-repeat: no-repeat;
	background-size: 40px 40px;
	width: 40px;
	height: 40px;
}

.fullscreen{
	position: absolute;
	bottom: 1.6rem;
	right: 1.7rem;
	background-image: url("../img/fullscreen-shaddow.png");
	background-repeat: no-repeat;
	background-size: 40px 40px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: none;
}

.volume{
	position: absolute;
	bottom: 1.6rem;
	right: 5.7rem;
	background-image: url("../img/muted.png");
	background-repeat: no-repeat;
	background-size: 40px 40px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: none;
}

.col a{
	color: white;

}

.col a:hover{
	color: #a9d3ff;
	
}

.exitfullscreen{
	position: absolute;
	display: none;
	bottom: 1.6rem;
	right: 1.7rem;
	opacity: .5;
	background-image: url("../img/exitfullscreen.png");
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-color: black;
	width: 40px;
	height: 40px;
	cursor: pointer;
}






/*stream stuff*/

.twitch{
	width: 100%;
	height: 100%;
	border: none;
	background-color: black;
}

.stream{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0px; 

}






* { box-sizing: border-box; }
.video-background {
  background-color:  black;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 0;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  background-color: black;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 390%; top: -145%; }
}
/*@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 390%; left: -145%; }
}*/
@media all and (max-width: 600px) {
.vid-info { width: 50%; padding: .5rem; }
.vid-info h1 { margin-bottom: .2rem; }
.video-foreground,
.video-background iframe {
  pointer-events: all;
}
}
@media all and (max-width: 500px) {
.vid-info .acronym { display: none; }





