#landing-bg {
  z-index: -1;
  background: url('../images/productions-parallax-background.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  top: 0;
  position: fixed;
  -webkit-transform: translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
}

.title {
  text-align: center;
  padding-top: 20px;
  height: 150px;
  background-color: white;
}

.title h2 {
  font-size: 45px;
  text-transform: lowercase;
  color: #571F4D;
}



.timeline {
  max-width: 100%;
  overflow-x: hidden;
}



.timeline section {
  z-index: 10;
  position: relative;
  width: 100%;
  padding-bottom: 50px;
  -webkit-transform: translate3d(0, 0, 0);
}

.timeline .gradient {
  background-color: #003050;
  -webkit-transform: translate3d(0, 0, 0);
}

.timeline .section-description {
  width: 25%;
}

.timeline .left .section-description {
  float: right;
}

.timeline .right .section-description {
  float: left;
}

.timeline .section-description h2 {
  color: #dbbf7c;
}

.timeline .section-description p {
  color: white;
}

.timeline .slider {
  width: 50%;
}

.timeline .left .slider {
  float: left;
}

.timeline .right .slider {
  float: right;
}

.timeline .captions {
  font-family: 'Garibaldi';
  font-size: 13px;
  width: 15%;
  padding: 0 20px;
}

.timeline .left .captions {
  float: left;
}

.timeline .right .captions {
  float: right;
}

.timeline .caption{
  color: white;
  text-align: center;
  font-family: 'BrooklynSamuelsFive', sans-serif;
  position: relative;
  top: -30px;
  font-style: italic;
  font-size: 12px;
  height:0px;
}

.timeline .slick-slide img {
  width: 100%;
  height: auto;
}

.timeline .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  width: 100%;
  text-align: center;
}

.timeline .slick-dots li {
  list-style: none;
  display: inline-block;
}

.timeline .slick-dots li button {
  border: none;
  outline: none;
  background: none;
  font-size: 0;
  padding: 0 3px;
}

.timeline .slick-dots li button:before {
  content: '\f111';
  font: normal normal normal 10px/1 FontAwesome;
  color: rgba(169, 173, 175, 1);
}

.timeline .slick-dots li.slick-active button:before {
  color: rgba(26, 155, 182, 1);
}

.timeline .spacer {
  position: relative;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-transform: translate3d(0, 0, 0);
}

.timeline .spacer h1 {
  color: white;
}

.timeline .spacer .brackets {
  width: 20%;
}

.timeline .event {
  width: 100%;
  padding-bottom: 80px;
}

.timeline .event-group {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}

.timeline .box-group {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}

.timeline .mini-events {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 405px;
  padding: 20px;
  background-color: white;
  overflow: hidden;
}

.timeline .mini-events a {
  font-family: 'Garibaldi', serif;
  line-height: 18px;
  margin-top: 0px;
  margin-bottom: -5px;
  color: #175a6e;
}

.timeline .mini-events label {
  font-size: 8px;
}

.timeline .mini-events h2 {
  margin-left: auto;
  margin-right: auto;
  color: #175a6e;
  text-align: center;
}

.timeline .mini-events img+.events-title, .timeline .mini-events div+.events-title {
  margin-top: 10px;
}

.timeline .mini-events .events-title {
  padding: 5px 0 10px 40px;
}



.timeline .box-group img {
  width: 100%;
  height: auto;
}

.timeline .box-group .mini-events.right-box {
  margin-top: 15px;
  margin-bottom: 15px;
  float: right;
  height: 100%;
  /*added these two*/
  width: 100%;
}

.timeline .box-group .mini-events.left-box {
  margin-top: 15px;
  margin-bottom: 15px;
  float: left;
  height: 100%;
  /*added these two*/
  width: 100%;
  clear: both;
}

.timeline .box-group .mini-events .slider {
  width: 100%;
  height: auto;
}

.timeline .article-leadin p {
  color: #666667;
  font-family: 'Garibaldi', serif;
}

.timeline .article-layout img {
  height: auto;
}

.timeline .left .article-layout img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.timeline .right .article-layout img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.timeline .article-layout h4 {
  margin-top: 5px;
}

.timeline .article-description {
  position: relative;
  width: 50%;
}

.timeline .right .article-description {
  float: left;
  padding-right: 25px;
}

.timeline .left-box .article-leadin {
  text-align: right;
  margin-top: 25px;
}

.timeline .left .article-description {
  float: right;
  padding-left: 25px;
  color: white;
}

.timeline .right-box .article-leadin {
  text-align: left;
  margin-top: 25px;
}

.timeline .article-about {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.timeline .article-about h2 {
  color: #dbbf7c;
}

.timeline .article-description p {
  font-family: 'Garibaldi', serif;
}

.timeline .article-layout a {
  width: 40%;
  font-family: 'Garibaldi', serif;
  color: rgba(103, 189, 204, 1);
  float: right;
  padding-left: 15px;
}

.timeline .article-layout a:hover {
  color: rgba(26, 155, 182, 1);
  ;
}

#dedication .article-layout .article-description .article-about h2 {
  color: #760c6c;
}

.timeline #dedication .container .article-layout iframe {
  float: right;
  width: 50%;
}

#dedication .container {
  margin-top: 50px;
}

.timeline #dedication .article-layout a {
  float: none;
  padding-left: 0;
}

.title-dedicatee h2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 65px;
  font-family: 'Balford', serif;
  color: #175a6e;
}

body.dedicatee {
  background-color: #cfeae0!important;
}

body.dedicatee .white-strip {
  background-color: #cfeae0!important;
}

.content p {
  line-height: 170%;
  color: #666667;
  font-size: 20px;
  font-family: 'Garibaldi', sans-serif;
  margin: 0;
  margin-bottom: 5%;
}

body.theme .content p:first-of-type {
  margin-bottom: 20px;
}

.content .verse {
  padding: 25px;
  margin: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content .verse p {
  line-height: 170%;
  text-align: center;
  font-style: italic;
  text-decoration: inherit;
  font-size: 28px;
  color: #dbbf7c;
  font-family: 'Garibaldi', sans-serif;
}

.verse img {
  max-width: 300px;
  width: 80%;
}

.verse img:first-of-type {
  transform: rotate(180deg);
  margin-bottom: 20px;
}

.verse span {
  color: #e6d6a4;
}

.content br {
  margin-top: 20px;
  display: block;
  line-height: 20px;
  content: " ";
}

.verse br:first-of-type {
  margin-top: 0;
  line-height: 0;
}

.content .name {
  background: #dbbf7c;
  padding: 2% 2% 2.8% 2%;
  line-height: 100%;
  text-align: center;
  border-radius: 1px;
  color: white;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: lowercase;
  font-family: 'Balford', serif;
  margin: 0 auto 40px auto;
}

.wrap-text {
  float: none;
}

.wrap-text p {
  margin-bottom: 20px;
}

.dots {
  width: 80%;
  margin: 0 auto 20px auto;
}

.wrap-img {
  float: right;
  width: 40%;
  margin: 0 0 20px 40px;
}

@media only screen and (max-width: 600px) {
  .wrap-img {
    float: none;
    width: 70%;
    margin: 0 auto 20px auto;
  }
}

#titanic {
  background-color: #003050;
}

#titanic h2 {
  color: #dbbf7c;
}

#titanic-article {
  background-color: #003050;
}

.timeline #titanic-article .right .article-description {
  float: none;
  padding-right: 0;
}

.timeline #titanic-article .article-description {
  width: 100%;
}

#titanic-article h2 {
  text-align: center;
  color: #dbbf7c;
  font-family: 'Balford', sans-serif;
  text-transform: lowercase;
  font-size: 35px;
}

#titanic-article a {
  float: none;
  padding-left: 0;
  color: #dbbf7c;
}

.timeline #lighting .article-layout .article-description .article-about h2 {
  color: #dbbf7c;
}

.timeline #lighting p {
  color: white;
}

.lines {
  position: relative;
  background-color: white;
}

@media screen and (max-width: 992px) {
  .timeline .section-description {
    width: 100%;
    margin-bottom: 20px;
  }
  .timeline .slider {
    width: 100%;
  }
  .timeline .captions {
    width: 20%;
  }
  .timeline .right .captions {
    padding-left: 0;
  }
  .timeline .left .captions {
    padding-right: 0;
  }
  .timeline .mini-events ul {
    padding-left: 0;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .timeline .article-description, .timeline .article-about {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .timeline .article-description {
    padding-bottom: 20px;
    width: 100%;
    float: none;
  }
  .timeline .article-layout a {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .timeline .box-group .mini-events.left-box, .timeline .box-group .mini-events.right-box {
    float: none;
  }
  .timeline .left-box .article-leadin {
    text-align: left;
  }
  .timeline #dedication .container .article-layout iframe {
    float: none;
    width: 100%;
  }
  .timeline .spacer .brackets {
    width: 30%;
  }
}

@media screen and (max-width: 768px) {
  .timeline .slider {
    width: 100%;
  }
  .timeline .captions {
    width: 30%;
  }
  .timeline .article-layout img {
    width: 100%;
  }
  .timeline .article-description, .timeline .article-about {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .timeline .article-description {
    padding-bottom: 20px;
    width: 100%;
    float: none;
  }
  .timeline .right .article-description {
    padding-bottom: 20px;
    width: 100%;
    float: none;
    padding-left: 25px;
    padding-right: 25px;
  }
  .timeline .article-layout a {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .timeline .box-group .mini-events.left-box, .timeline .box-group .mini-events.right-box {
    float: none;
  }
  .timeline #dedication .container .article-layout iframe {
    float: none;
    width: 100%;
  }
  .timeline #dedication .container {
    margin-top: 0;
  }
  .timeline .spacer .brackets {
    width: 40%;
  }
}

@media screen and (max-width: 580px) {
  .timeline .slider {
    width: 100%;
  }
  .timeline .article-layout img {
    width: 80%;
  }
  .timeline .left .article-description, .timeline .right .article-description, .timeline .article-about {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .timeline .article-description {
    padding-bottom: 20px;
  }
  .timeline .article-description a {
    position: absolute;
    bottom: -15px;
    width: 20%;
  }
  .timeline .left .article-description a {
    right: 0;
    padding-right: 0;
  }
  .timeline .right .article-description a {
    left: 0;
    padding-left: 0;
  }
  .timeline .box-group {
    padding-left: 15px;
    padding-right: 15px;
  }
  .timeline .box-group .mini-events.left-box, .timeline .box-group .mini-events.right-box {
    float: none;
  }
  .timeline .spacer .brackets {
    width: 40%;
  }
}

@media screen and (max-width: 580px) {
  .timeline .slider {
    width: 100%;
  }
  .timeline .captions {
    margin-top: 30px;
    width: 100%;
  }
  .timeline .left .slick-dots, .timeline .right .slick-dots {
    bottom: -30px;
  }
  .timeline .article-layout img {
    width: 100%;
  }
  .timeline .article-description a {
    position: relative;
    width: 100%;
    bottom: 0;
  }
  .timeline .left .article-description a, .timeline .right .article-description a {
    padding-right: 0;
    padding-left: 0;
  }
  .timeline .spacer .brackets {
    width: 40%;
  }
}