@font-face {
font-family: PixelOperator;
src:url("PixelOperator.ttf");
}



.container {
  display: flex;
  overflow: hidden;
  width:100%;
  height: 100%;
  background-color: black;
}

.nav {
	display:block; 
	margin-left:auto;
    margin-right:auto;
	background-image: url("nav.png");
	background-repeat:no-repeat;
	background-size:cover;
	margin-left: 20px;
	width: 200px;
	height: 100%;
	padding: 10px;
}

.sideimg {
	width: 150px;
	height: 150px;
	display:block; 
	margin-left:auto;
    margin-right:auto;
	margin-top: 5px;
}

.stamp {
	width: 180px;
	height:50px; 
	display:block; 
	margin-left:auto;
    margin-right:auto;
}

.divi {
	margin-top: -20px;
	width: 20px;
	height: 1100px;
	position: absolute;
	left: 236px;
}

.held {
	display:block; 
    margin-right:auto;
	margin-left: 50px;
	width: 100%;
	height: 100%;
	overflow-y:scroll;
	overflow-x: hidden;
	max-width: 1800px;
}

.about {
	border: solid white;
	 display: flex;
	background-color:rgba(0,0,0, 0.9);
	position:absolute; 
	flex-wrap: nowrap;
	margin-top:5%;
    margin-right: auto;
	margin-left: 5%;
	width: 1180px;
	height: 700px;
	font-size:15pt;
}

.id {
/* FOR NEW PORT: height:600px; width:300px; */
     height: 60%;
	 width:40%;
	position:relative;
	margin-left:2%;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
}

#video {
	border: solid white;
	display:block; 
	margin-left:auto;
    margin-right:auto;
	margin-top: 5%;
	background: white;
}

#res {
	border: solid white;
	display:block; 
	margin-left:auto;
    margin-right:auto;
	background: white;
	margin-top: 1%;
	max-width: 650px;
	max-height:850px;
}

#titles {
  text-align: center;
  background-color:rgba(0,0,0, 0.9);
}

.gallery {
	background-color:rgba(0,0,0, 0.9);
	display:block; 
	margin-left:auto;
    margin-right:auto;
	max-width: 1500px;
  columns: auto 1;
  text-align: center;
}

.gallery img {
	padding: 5px;
	width: 80%;
	height: 80%;
	display:block; 
	margin: auto;
	
}

figure {
  display: inline-block;
  margin: 0;
  margin-bottom: 15px;
}

.spotlightImage {
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 800px) {
  .gallery {
    columns: auto 2;
  }
}

@media only screen and (max-width: 500px) {
  .gallery {
    columns: auto 1;
  }
}


hr {
	display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: auto;
  border-style: dotted;
  border-width: 1.5px;
}

p {
	padding-left: 10px;
	line-height: .3;
}

#ind {
	  text-indent: 10px;
}

body {
  font-family: PixelOperator;
  font-size: 13pt;
  background-color:#000000;
  color: #FFFFFF;
}

a {
  color: white;
   background: linear-gradient(
   rgba(255,0,0,1) 0%, 
rgba(255,154,0,1) 10%, 
rgba(208,222,33,1) 20%, 
rgba(79,220,74,1) 30%, 
rgba(63,218,216,1) 40%, 
rgba(47,201,226,1) 50%, 
rgba(101,92,255,1) 60%,  
rgba(127,50,255,1) 70%,
rgba(158,0,255,1) 80%,
rgba(210,0,118,1) 90%, 
rgba(255,0,0,1) 100%) 
0 0/100% 200%;
  animation: a 2s linear infinite;
  background-clip: text;
  -webkit-background-clip: text;
  text-decoration:none
}

a:hover {
  color: transparent;
}

@keyframes a {
  to {background-position: 0 -200%}
}
