html {
  height:100vh;
}
h1 {
  color:white;
  font-family: 'Ubuntu', sans-serif;
  font-size: 40px;
  letter-spacing: 10px;
}

h2 {
  color: #a7a7a6;
  font-family: 'Ubuntu', sans-serif;
  font-size: 15px;
}

p {
  color: white;
  opacity: .7;

}
.links {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    text-decoration: none;
    color: #616161;
     transition: 0.3s;
}

a {
  color: #616161;
   transition: 0.3s;
}

hr {
  position: relative;
  bottom: 150px;
  opacity: .2;
}
td {
  max-height: 400px;
  max-width: 350px;
    padding-right: 10px;
    color: white;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    padding-bottom: 20px;
}


#current {
  color:white;
}

.links:hover, a:hover {
  color: white;
}


li {
  display: inline;
  margin: 30px;


}

body {
  height: auto;
  background-color: black;
  min-height: 100vh;
  overflow-x:hidden;

}


#videoContainer {
  width: 100%;
  height: 100%;
  position: absolute;
  padding:0;
  margin:0;
  left: 0px;
  top: 0px;
  z-index: -1000;
}
#myVideo {
  min-height: 100%;
  min-width:100%;
  position:fixed;
  bottom:0;
  left:0;
  float: left;
}

#headerContainer {
  position: absolute;
  background-color: black;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 300px;
    text-align: center;
}

#header {
  position: relative;
  top: 0px;
  left: 0px;
  text-align: center;
}

#tabs {
  position: relative;
  top:75px;
  z-index: 10000;
  text-align: center;
  right: 20px;
}

#tempContainer {
  text-align: center;
  color: white;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  bottom: 300px;
}

#temp {
  text-align: center;
  color: white;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  padding-top: 500px;
}

#summary, #content, #footnote {
  color: white;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
  top: 0;
}

#summaryContainer {
  position: relative;
  left: 0px;
  width: 100%;
  height: 300px;
}

#summary {
  width: 100%;
  height: 200px;
  position: relative;
  margin-left: auto;
margin-right: auto;
width: 30em;
text-align: center;
}

#contentContainer {
  position: relative;
  top: 200px;
  left: 0px;
  width: 100%;
  height: 800px;
  padding: 20px;
}

#content {
  width: 1045px;
  height: 1310px;
  margin-top: 150px;
  position: relative;
  margin-left: auto;
margin-right: auto;
width: 30em;
top: 100px;

}

table {
  position: relative;
  table-layout: fixed;
  margin-left:auto; margin-right:auto;
  bottom: 50px;

}

#image {
  padding-top: 300px;

  display:flex;
    justify-content: space-around;
}

#logo {
  padding-top: 20px;
  display: flex;
  justify-content: space-around;
  padding-bottom: 20px;
}


.default {
  display: block;
}
.hidden {
 display: none;
}


.default:hover {
}


/* Slideshow container */
.slideshow-container {
  max-width: 800px;
  position: relative;
  margin: 0 auto;
  display: block;

}

/* Hide the images by default */

.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev, .next {
  background-color: rgba(0,0,0,0.5);
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: black;
}


/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #616161;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}


.active, .dot:hover {
  background-color: white;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

#footnote {
  position: relative;
  margin-left: auto;
margin-right: auto;
width: 10em;
top: 100px;

}

#footerContainer {
  position: fixed;
  background-color: black;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
}

.social {
  height: 30px;
  width: 30px;
  position: absolute;
  left: 0;
  right:0;
   transition: 0.3s;
}
.social:hover {
  opacity: .5;
}

#facebook {
  left: 15px;
  top: 15px;
  right: 15px;
}
#instagram {
  top: 15px;
  left: 105px;
}
#twitter {
  left:60px;
  top: 15px;
}
