/*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-color: black;
	height: 100%;

}

#parent {
	min-height: 100%;
	position: relative;
	margin: auto;
	width: 100%;
	text-align: center;
	color: white;
	height: 100vh;
	align-items: center;
	justify-content: center;
}

.nav {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 50%;
	margin: 0 auto;
	text-align: center;
	font-size: 8px;
	font-family: helvetica, sans-serif;
	z-index: 1;
	color: white;
}

#depression {
	width: 20%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.information {
	padding-top: 200px;
	padding-bottom: 150px;
}

.email {
	padding-top: 50px;
	padding-bottom: 100px;
	font-size: 12px;
	font-family: helvetica, sans-serif;
	z-index: 1;
}

table.info {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	table-layout: fixed;
}

h1  {
	font-size: 12px;
	color: white;
	text-align: center;
	font-family: helvetica, sans-serif;
}

h2 {
	color: white;
	text-align: center;
	font-size: 10px;
	font-family: helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: white;
}


#footer {
	bottom: 0;
	position: absolute;
	color: white;
	font-size: 8px;
	z-index: 1;
	
}

.social { 
    float: right;
}

.copyright {
    float: left;
}

.video-container{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}