.about-video-banner {
  background-image: url("../img/about-vid-banner-BG.jpg");
  background-size: cover;
  width: 100%;
  display: block;
  float: left;
  clear: both;
}
.about-video-banner iframe {
  margin: 90px auto;
  display:block;
}

.flexslider {
  overflow: hidden;
}


.flex-caption {
    position: absolute;
    left: 0;
    bottom: 35px !important;
    box-shadow: none;
    text-align: center;
}
.flex-caption strong {
  width: 100%;
}



.banner {
  background-size: cover;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  background-color: #000;
  position: relative;
}
.banner img {
  width: 100%;
  position: relative;
  z-index: 0;
}
.banner span {
  text-transform: uppercase;
  color: #f0ecd9;
  text-shadow: 0px 1px 0px #000, 0px 2px 1px #000;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 2;
  margin-top: -40px;
  font-size: 60px;
  text-align: center;
}









.general-content {
    background-color:#28442d;
    background-size: cover;
    background-position: center center;
    padding: 50px 0px;
    margin: 0;
    display: block;
    clear: both;
}
    .general-content h1 {
        color: #f0ecd9;
        font-style: italic;
        text-align: center;
        font-size: 50px;
        line-height: 59px;
    }
    .general-content h1:after {
        content: " ";
        display: block;
        border-bottom: solid 2px #f0edd9;
        width: 12%;
        margin: 1em auto;
    }
    .general-content h2 {
        color: #f0ecd9;
        font-style: italic;
        font-size: 30px;
        line-height: 39px;
    }
    .general-content h2:after {
        content: " ";
        display: block;
        border-bottom: solid 2px #f0edd9;
        width: 12%;
        margin: 1em 0;
    }
    .general-content h3 {
        color: #f0ecd9;
        font-style: italic;
        font-size: 25px;
        line-height: 39px;
        margin-bottom: 15px;
    }
    .general-content p {
        color: #FFF;
        font-size: 17px;
        font-size: 1.3em;
        line-height: 33px;
    }


h1 a {
  color: #FFF;
}
h1 a:hover {
  color: #f0ecd9;
  text-decoration: underline;
}

dl {
  color: #FFF;
  font-size: 17px;
  font-size: 1.3em;
  line-height: 33px;
  margin-top: 30px;
}
dd a {
  color: #FFF;
  text-decoration: underline;
}
dt {
  color: #f0ecd9;
  font-style: italic;
  font-size: 25px;
  font-weight: normal;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: solid 1px #f0ecd9;
}
dd {
  margin-bottom: 34px;
}




.picture-contain {
  width: 100%;
  height: 100%;
  height: 500px;
  margin: 0;
  margin-bottom: 20px;
}
.picture-fill {
  display: block;
  float: left;
  background-size: cover;
  background-position: center center;
  width: 100% ;
  height: 100%;
  margin:0;
}



.tradition .picture-contain {
  height: 690px;
}

.footer {
    background-image: url(../img/footer-BG.jpg);
    background-size: cover;
    background-position: center center;
    height: 250px;
    position: relative;
    z-index: 111;
    margin: 0;
    padding: 0;
}


.wedding-banner span {
  margin-top: -80px;
}



@media screen and (max-width: 860px) {
  .general-content {
      background-color:#28442d;
      background-size: cover;
      background-position: center center;
      padding: 0px 0px;
      margin: 0;
      display: block;
      clear: both;
  }

}

@media screen and (max-width: 1200px) {
  .footer {
      background-image: url(../img/footer-BG.jpg);
      background-size: cover;
      background-position: center center;
      background-position: bottom center;
      background-repeat: no-repeat;
      height: 250px;
      position: relative;
      z-index: 111;
      margin: 0;
      padding: 0;
  }
  .to-top {
      display: block;
      clear: both;
      float: left;
      width: 100%;
      color: #FFF;
      margin: 0 auto;
      padding: 0;
      height: 41px;
      position: absolute;
      bottom: 6px;
      left: 0;
      z-index: 1000;
      text-align: center;
      background-image: url(../img/slides/down-arrow.png);
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  }
  .to-top a {
      color: rgba(255,255,255,0);
  }
}

@media screen and (max-width: 1300px) {
  .banner span {
    text-transform: uppercase;
    color: #f0ecd9;
    text-shadow: 0px 1px 0px #000, 0px 2px 1px #000;
    width: 100%;
    z-index: 2;
    font-size: 40px;
    line-height: 45px;
    margin-top: -40px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }
}
@media screen and (max-width: 860px) {
  .wedding-banner span {
    margin-top: -67px;
  }
}