body,
html {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: black;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
@font-face {
  font-family: univers;
  src: url(UniversLT.woff);
}

@font-face {
  font-family: universCondensed;
  src: url(UniversLT-Oblique.woff);
}

#slideshow {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  position: fixed;
}

#slideshow,
#slideshow * {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.slides {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}



.slides img {
  margin: 0;
  max-width: 100%;
  max-height: 100vh;

}

.textContainer {
  position: fixed;
  z-index: 5;
  top: 0;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-size: 1.1em;
  color: white;
}

.fixedPosition {
  position: absolute;
}

p {
  margin: 0;
  margin-bottom: 1em;
  font-family: Courier;
  max-width: 100%;
  z-index: 5;
}

a {
  display: inline;
  color: white;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
cite {
  font-style: italic;
  font-family: courier;
}

.timeContainer {
  position: fixed;
  width: 100%;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-self: flex-end;
  font-family: courier;
  font-size: 1.1em;
  z-index: 10;
}

#p1 {
  display: inline;
  color: white;
  background-color: black;
}

#txt {
  display: inline;
  margin-left: 0.5em;
  color: white;
  background-color: black;
}

i {
  font-style: normal;
  cursor: pointer;
  color: white;
  background-color: black;
}

i:hover {
  text-decoration: underline;
}

del {
  text-decoration: none;
  visibility: hidden;
  background-color: black;
}

.blackBox {
  background-color: black;
}

.visible {
  visibility: visible;
}

@media only screen and (min-width: 500px) {
}
