html { font-face: helvetica, etc; 

}

/*FZ2o}${rF)0C8//*m7;q04RurYx*/

body::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body {
	-ms-overflow-style: none;  /* IE and Edge */
}

body {
	scrollbar-width: none;  /* Firefox */
}

body {
	background: black;
	font-family: helvetica, sans-serif;
}

#parent {
	margin: auto;
	width: 100%;
	text-align: center;
	color: white;
	height: 100vh;
	align-items: center;
	justify-content: center;
	
}
/*#parent {
	position: relative;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: auto;
	color: white;
}*/
	
.mainsection {
	padding-top: 200px;
	z-index: 1;
	margin: 0 auto;
}	

#depression {
	width: 20%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.about {
	padding-top: 800px;
	width: 50%;
	margin: 0 auto;
	line-height: 200%;
	text-align: center;
	font-size: 12px;
	
	z-index: 1;
	color: white;
}

.collection {
	padding-top: 600px;
	padding-bottom: 600px;
	font-size: 20px;
	
	z-index: 1;
}

a {
	text-decoration: none;
	color: white;
}

#footer {
	color:white;
	font-size: 8px;
	z-index: 1;
	
}
.copyright {
    float: left;
}

.social { 
    float: right;
}

.video-container{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}

td, th {
	text-align: center;
	font-size: 12px;
	

}

h1 {
	font-size: 12px;
}

.infomation{
	padding-bottom: 650px;
}


table.info {
	
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	table-layout: fixed;
	
}








