
 body {
    background-color: #171415;
	font-family: Arial, Helvetica, sans-serif; 
    color: #ffffff; 
    background-position: top;
    background-repeat: no-repeat;
	margin:0;
	padding:1;
	height:100%;
	}
	
	div.scroll {
    background-color: #clear;
    width: 800px;
    height: 200px;
    overflow: scroll;
	overflow-x: hidden;
}

li {
    display: block;
    color: white;
    text-align: center;
	text-shadow: 3px 3px black;
    padding: 14px 16px;
    text-decoration: none;
    background: rgba(0,0,0, .7);
	
}

li2 {
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    background: rgba(1,1,1, .7);
	
}



h1 { 
	text-align: center;
    font-family: Arial, Helvetica, sans-serif; 
	color: family;
	font-size: 24px;
    padding: 14px 16px;
	z-index: 1;

}

	
.center {
  display: flex;
  justify-content: center;
  align-items: center;
}



.viewport-header {
  position: relative;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

main {
  color: white;
  position: relative;  
  p {
    max-width: 600px;
    margin: 1rem auto;
  }
}

html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

.content {
  padding: 70px 0;
  margin: auto;
  width: 90%; 
  text-align: center; 
  flex: 1 0 auto;
  z-index: 1;
}

.middle {
  padding: 10vh 0;
  z-index: 1;
}


.footer {
  flex-shrink: 0;
  text-align: center; 
}


.color-overlay{
position: absolute;
top: 0;
left: 0;
background-color: black;
width: 100%;
height: 100%;
opacity: .5;
}

table {
  padding-top: 12px;
  padding-bottom: 12px;
  border-spacing: 30px;
  margin-left: auto;
  margin-right: auto; 
  border: 0px solid;
  background: rgba(0,0,0, 0);
}