html, body, p {
  margin: 0;
  padding: 0;
}

html, body {
  font-size: 30px;
  height: 100%;
}

* {
  font-family: "Yanone Kaffeesatz";
}

#header {
  background: rgba(0, 0, 0, 0.85);
  color: #ccc;
  padding: 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 42;
}

h1 {
  display: inline-block;
  margin: 0;
}

h2 {
  margin: 0 0 20px 0;
}

#navbar {
  display: inline-block;
  float: right;
  list-style: none;
  margin: 19px 40px 0 0;
  padding: 0;
  text-transform: capitalize;
}

#navbar li {
  display: inline-block;
  margin: 0 0 0 40px;
}

a:link, a:visited {
  color: #FED632;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#navbar a:link, #navbar a:visited {
  color: #ccc;
  text-decoration: none;
}

#navbar a:hover {
  color: #FED632;
  text-decoration: underline;
}

#introduction {
  background-image: url(images/introduction.jpg);
  opacity: 0.1;

  -webkit-transition: opacity 2s ease-in;
     -moz-transition: opacity 2s ease-in;
      -ms-transition: opacity 2s ease-in;
       -o-transition: opacity 2s ease-in;
          transition: opacity 2s ease-in;
}

#introText {
  margin: 20px;
    
}

.subpage {
  box-sizing: border-box;
  padding: 20px;
  position: relative;
  width: 100%;
}

.subpage.pictureBackground {
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
  height: 100%;
}

#introduction.shown {
  opacity: 1;
}

.contentBox {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  color: #fff;
  padding: 20px;
}

.imageDisplay {
  text-align: center;
  margin: 0 0 20px 0
}

.imageDisplay img.contentImage {
  height: 270px;
}

.contentImage {
  border-radius: 10px;
  margin: 0 20px 0 0;
}

#introduction p {
  bottom: 0px;
  margin: 20px 20px 20px 0;
  position: absolute;
}

.headerOffseter {
  position: relative;
  z-index: -1;
}

.contentChunk {
  margin: 20px 0;
}

#teaCeremonyVideo {
  height: calc(100vw * 315 / 560);
  width: 100%;
}

#musicVideo {
  height: calc(100vw * 9 / 16);
  width: 100%;
}
