body {
}

#logo {
  font-size: 10px;
  font-weight: bold;
  color: #0cf;
  text-align: center;
}
#tagline {
  font-family: 'Goudy Bookletter 1911', serif;
  text-align: center;
  margin-bottom: 50px;
  font-style: italic;
  font-size: 20px;
}

#content-wrapper {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 20px;
}

h1, h2, h3 {
  text-align: center;
}

h2 {
  margin-top: 35px;
  margin-bottom: 35px;
}

p {
  margin-bottom: 70px;
}

.bullets li {
  margin-bottom: 5px;
  padding: 0px 15px;
}
.bullets b {
  font-family: 'Goudy Bookletter 1911', serif;
  font-size: 24px;
}

.carousel .shot {
  background-size: contain;
  /*
  width: 100%;
  height: 470px;
  background-repeat: no-repeat;
  background-position: center;
  */
  width: 960px;
  margin-left: -80px;
  height: 480px;
  position: relative; 
  overflow: hidden;
  background-color: #222;
}
.carousel .shot4 {
  width: 948px; /* fix to crop scrollbar away */
}
.carousel .caption {
  position: absolute; 
  bottom: 10px;
  left: 0px;
  width: 100%;
  text-align: center;
  font-style: italic;
  background-color: rgba(0,0,0,0.8);
  padding: 10px;
}

.quote {
  position: relative;
}
.quote h2 {
  padding-right: 160px;
  text-align: right;
}
.quote .portrait {
  width: 90px;
  height: 90px;
  background-image: url("/static/media/gandalf.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  right: 50px;
}

#top-enter {
  margin-top: 30px;
  text-align: center;
  display: none;
}
#enter {
  margin-top: 50px;
  text-align: center;
}
#top-enter .button,
#enter .button {
  display: inline-block;
  background-color: #0cf;
  font-size: 24px;
  padding: 10px 30px;
  color: #333;
}
#top-enter .button:hover,
#enter .button:hover {
  background-color: #eee;
  color: #333;
}
