body {
  background-color: #f8f2eb;
  font-family: 'Titillium Web', sans-serif;
  margin: 0;
}
#main {
  background-color: #fff;
  margin: auto;
  max-width: 1024px;
}
.content {
  padding: 0 10px;
}
.clearboth {
  clear: both;
}
h1 {
  background-color: #3b666e;
  color: #fff;
  font-size: 2em;
  margin-top: 0;
  padding: 0 10px;
}
h2 {
  margin: 0.5em 0 0 0;
}
h3,
h4 {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
nav {
  background-color: #f8f2eb;
}
nav .more {
  display: none;
  padding: 5px 10px;
  text-align: right;
}
nav ul {
  float: right;
  margin: 0;
}
nav ul li {
  display: inline-block;
  padding: 0.5em 1em;
  list-style: none;
}
.grid {
  clear: both;
  margin-bottom: 5px;
}
.grid > div {
  box-sizing: border-box;
  display: inline-block;
  float: left;
}
.grid > div img {
  display: block;
  height: 100%;
  width: 100%;
}
.grid:after {
  content: "";
  display: table;
  clear: both;
}
.grid-2 > div {
  width: 50%;
}
.grid-4 > div {
  width: 25%;
}
#faces > div {
  width: 100%;
}
#faces > div .box {
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
}
#faces .subbox h3,
#faces .subbox h4 {
  padding: 0 30px;
}
.dark {
  background-color: #3b666e;
  color: white;
}
.box {
  position: relative;
}
.box h1,
.box h2 {
  margin: 0;
}
.box:hover .subbox {
  display: block;
}
.item:hover .subbox {
  display: block;
}
.item.clickable {
  cursor: pointer;
}
.item .command {
  font-size: 4em;
}
.item .command.play .fa-stop-circle {
  display: none;
}
.item .command.starting,
.item .command.playing {
  display: block;
}
.item .command.starting .fa-play-circle,
.item .command.playing .fa-play-circle {
  display: none;
}
.subbox {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}
.subbox div,
.subbox h3,
.subbox h4 {
  text-align: center;
}
.subbox h4 {
  font-weight: normal;
}
.subbox[onclick] {
  cursor: pointer;
}
.item {
  clear: both;
  margin-bottom: 1em;
  position: relative;
}
.item .type {
  font-weight: normal;
}
.item .image {
  float: left;
  margin-right: 15px;
  position: relative;
}
.item .addinfo {
  font-size: 0.75em;
}
#disco .image {
  height: 150px;
  width: 150px;
}
#disco .image img {
  height: 100%;
  width: 100%;
}
#gallery {
  line-height: 0;
  -webkit-column-count: 5;
  -webkit-column-gap: 15px;
  -moz-column-count: 5;
  -moz-column-gap: 15px;
  column-count: 5;
  column-gap: 15px;
}
#gallery div.image {
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
#gallery div.image .subtitle {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  display: block;
  line-height: 16px;
  position: absolute;
  padding: 5px;
  width: 100%;
  font-size: 0.7em;
  font-weight: normal;
}
#gallery div.image .subtitle .copyright {
  position: relative;
  font-size: 1.4em;
  top: 3px;
}
#gallery img {
  width: 100%;
}
#vita table,
#links table,
#profile table {
  margin-bottom: 3em;
  width: 100%;
}
#vita table td.seperator,
#links table td.seperator,
#profile table td.seperator {
  border-bottom: 1px solid #000000;
}
#vita table td.year,
#links table td.year,
#profile table td.year {
  vertical-align: top;
}
#vita table td.more,
#links table td.more,
#profile table td.more {
  text-align: right;
}
#profile .header {
  margin-top: 20px;
  text-align: center;
}
#profile .header .image {
  width: 100%;
  max-height: 330px;
  overflow: hidden;
}
#profile .header .image img {
  max-width: 100%;
}
.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vertical-copyright {
  position: absolute;
  bottom: 0.2em;
  font-size: 0.7em;
  font-weight: normal;
  margin-left: 0.5em;
}
#imagelightbox {
  position: fixed;
  z-index: 9999;
  -ms-touch-action: none;
  touch-action: none;
}
#titlegrid {
  background-color: #3b666e;
}
#titlegrid #imagebox {
  float: right;
}
#titlegrid .box {
  padding: 2em;
}
#titlegrid .box h1 {
  padding: 0;
}
#titlegrid .box h2 {
  font-weight: normal;
}
.thankyou {
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
}
footer {
  background-color: #3b666e;
  clear: both;
  color: #fff;
  line-height: 1.75em;
  padding: 0.75em 0;
  text-align: center;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#video h2 {
  margin-bottom: 20px;
}
#video .video-container {
  width: 480px;
  height: 270px;
  padding-bottom: 0;
}
#video .grid {
  clear: none;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
#showtimes h2 {
  margin-bottom: 10px;
}
#showtimes .showtimes {
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
  margin-bottom: 20px;
}
#showtimes .showtimes .showtime {
  border: 1px solid #000000;
  padding: 10px;
}
#showtimes .showtimes .showtime .showbox {
  border: 1px solid #b74949;
  float: left;
  text-align: center;
  width: 60px;
}
#showtimes .showtimes .showtime .showbox .time {
  background-color: #b74949;
  color: #ffffff;
  font-weight: bold;
  padding: 2px 10px;
}
#showtimes .showtimes .showtime .showbox .sender {
  line-height: 1em;
  padding: 5px 5px;
}
#showtimes .showtimes .showtime .showinfo {
  margin-left: 80px;
}
#showtimes .showtimes .showtime .showdesc {
  margin-top: 10px;
}
#showtimes .showtimes .showtime .showbuttons {
  float: right;
  margin-top: 10px;
}
#showtimes .showtimes .showtime .showrole {
  margin-top: 10px;
}
#interview .videocontainer {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 720px;
  overflow: hidden;
}
#interview .videocontainer .video {
  display: block;
  width: 100%;
}
#interview .videocontainer .bellyband {
  position: absolute;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 85%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%);
  bottom: 20px;
  height: 2em;
  padding-top: 5px;
  text-align: center;
  width: 100%;
  left: -720px;
  transition: left 1s ease-in-out 0.5s;
}
#interview .videocontainer .bellyband.show {
  left: 0;
}
#interview .options {
  margin-top: 1em;
  height: 300px;
  text-align: center;
}
#interview .options .option {
  display: block;
  margin: 0 auto 10px;
  width: 400px;
}
#interview .options .option.disabled {
  background-color: #cccccc;
  cursor: not-allowed;
}
.slick-arrow {
  background: transparent;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 30px;
  height: 100%;
  outline: none;
  padding: 0 10px;
  position: absolute;
  top: 50%;
  z-index: 100;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slick-arrow:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-next {
  right: 0;
}
@media screen and (max-width: 769px) {
  #gallery {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  #showtimes .showtimes {
    grid-template-columns: auto;
  }
  #showtimes .showtime .showbox {
    width: 100%;
  }
  #showtimes .showtime .showinfo {
    margin-left: 0;
  }
}
@media screen and (max-width: 759px) {
  nav .more {
    display: block;
    position: absolute;
    right: 0;
  }
  nav .more svg {
    color: #ffffff;
  }
  nav .more:hover {
    background-color: #f8f2eb;
  }
  nav .more:hover svg {
    color: #000000;
  }
  nav ul {
    background-color: #f8f2eb;
    display: none;
    padding: 0 5px;
    position: absolute;
    right: 0;
    top: 33px;
    z-index: 10;
  }
  nav ul li {
    display: block;
  }
  nav:hover ul {
    display: block;
  }
  #titlegrid.grid > div {
    float: none;
    width: 100%;
  }
  #titlegrid.grid > div#imagebox {
    max-height: 500px;
    overflow: hidden;
  }
  #titlegrid .box {
    padding: 0.5em 2em 1em 2em;
  }
  #titlegrid #titlebox h2 {
    font-size: 1.2em;
  }
  #gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media screen and (max-width: 372px) {
  h1 {
    font-size: 1.5em;
  }
  h2 {
    font-size: 1em;
  }
  #disco .image {
    height: 100px;
    width: 100px;
  }
  #gallery {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  #video .grid {
    float: none;
    margin-right: 0;
  }
  #video .video-container {
    width: auto;
  }
}
@media screen and (max-width: 272px) {
  h2 {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 156px) {
  #gallery {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
/*# sourceMappingURL=style.css.map */