body {
  height: 100%;
}

#slide0 {
  background-image: url(inverted-blue-logo.png);
  background-repeat: no-repeat;
  background-position: 2% top;
}

#slide0, #thank-you, #licence {
  height: 100%;
  width: 100%;
  text-align: left;
  font-size: 100%;
  font-family: "Rotis SansSerif", "Bitstream Vera Sans", sans-serif;
  font-weight: normal;
}

#slide0 h1.title {
  display: none;
}

#thank-you h1, #licence h1 {
  display: block;
}

#slide0 h2.subtitle {
  text-align: left;
  margin: 2em 0 2em 230px;
  width: 16em;
  padding: 0;
}

#slide0 .author {
  border: none;
  padding-top: 1em;
}

.slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 50%;
  margin: auto;
  text-align: center;
  font-size: 200%;
  font-family: "Rotis SemiSerif", "Bitstream Vera Serif", serif;
  font-weight: bold;
}

h1 {
  display: none
}

.slide img {
  position: relative;
  top: -25%;
}

blockquote {
  margin-right: 4em;
}
