.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .52), rgba(0, 0, 0, .52)), url('../images/simeonandi-427.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .52), rgba(0, 0, 0, .52)), url('../images/simeonandi-427.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.image {
  display: block;
  margin-top: 47px;
  margin-right: auto;
  margin-left: auto;
  border: 3px none #fae4c3;
}

.text-block {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  color: #f6cc8b;
  font-size: 50px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.text-block-2 {
  margin-top: 25px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 5px;
}

.button {
  display: block;
  width: 300px;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  padding-top: auto;
  padding-bottom: auto;
  border: 1px solid #f6cc8b;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 20px;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.button:hover {
  border-color: #fff;
}

.div-block {
  display: block;
  width: 100px;
  height: 1px;
  margin: 7px auto 6px;
  background-color: #f6cc8b;
}

.section-2 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 30px;
}

.text-block-3 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 10px;
  margin-bottom: 0px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #999898;
  font-size: 12px;
  text-align: center;
}

.link {
  color: #d3d3d3;
  text-decoration: none;
}

.section-3 {
  height: 100vh;
}

.html-embed {
  margin-top: 114px;
}

.image-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100px;
}

.heading {
  position: fixed;
  left: 100px;
  top: 0px;
  margin-top: 15px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  color: #f6cc8b;
  font-size: 50px;
  line-height: 70px;
  letter-spacing: 5px;
}

.link-2 {
  color: #e7e7e7;
  text-decoration: none;
}

.paragraph {
  position: fixed;
  left: 200px;
  top: 25px;
  right: 0px;
  padding-left: 10px;
  border-left: 2px solid #adc0bb;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: rgba(51, 51, 51, .76);
  font-size: 12px;
  line-height: 18px;
}

.photo-row {
  height: 100vh;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: auto 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: auto 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lightbox-link {
  width: 100%;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.link-block:hover {
  margin-top: -19px;
}

.text-block-4 {
  margin-top: 25px;
  padding: 10px 20px;
  border: 1px solid #fff;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  font-family: 'Yanone Kaffeesatz', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 6px;
  text-decoration: none;
  text-transform: uppercase;
}

.wedding-photo {
  min-width: 100%;
}

.image-3 {
  min-width: 100%;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/simeonandi-133.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.div-block-2:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.div-block-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/2018WeddingDisposable10-3482.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.div-block-2-copy:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: auto 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .section-3 {
    height: auto;
    padding-top: 150px;
  }
  .image-2 {
    position: absolute;
  }
  .photo-row {
    height: auto;
  }
  .column {
    height: auto;
    padding: 50px auto;
  }
  .column-3 {
    height: auto;
    padding: auto;
  }
}

@media (max-width: 767px) {
  .text-block {
    font-size: 30px;
  }
  .section-3 {
    height: auto;
  }
  .paragraph {
    top: 15px;
    font-size: 10px;
  }
  .photo-row {
    height: auto;
  }
  .column {
    height: auto;
    padding: 50px auto;
  }
  .column-3 {
    height: auto;
    padding: 50px auto;
  }
}

@media (max-width: 479px) {
  .section {
    height: 100vh;
  }
  .image {
    margin-top: 11px;
  }
  .text-block {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 3px;
  }
  .text-block-2 {
    font-size: 14px;
  }
  .button {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-top: auto;
    padding-bottom: auto;
  }
  .section-2 {
    margin-bottom: 40px;
  }
  .text-block-3 {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: -300px;
    margin-top: -19px;
    margin-bottom: -45px;
    padding-right: 10px;
    padding-left: 10px;
    color: #cecdcd;
    font-size: 11px;
  }
  .section-3 {
    height: auto;
    padding-top: 100px;
  }
  .heading {
    display: block;
  }
  .container {
    height: auto;
  }
  .paragraph {
    position: relative;
    left: 10px;
    top: 100px;
  }
  .column {
    position: static;
    height: auto;
    padding: 25px 20px 0px;
  }
  .text-block-4 {
    font-size: 16px;
  }
  .div-block-2 {
    height: 300px;
  }
  .div-block-2:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .div-block-2-copy {
    height: 300px;
  }
  .div-block-2-copy:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .column-3 {
    position: static;
    height: auto;
    padding: 25px 20px;
  }
}

@font-face {
  font-family: 'Acherus grotesque';
  src: url('../fonts/Acherus-Grotesque-ExtraBold.otf') format('opentype'), url('../fonts/Acherus-Grotesque-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Acherus grotesque';
  src: url('../fonts/Acherus-Grotesque-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Acherus grotesque';
  src: url('../fonts/Acherus-Grotesque-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Acherus grotesque';
  src: url('../fonts/Acherus-Grotesque-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Acherus grotesque';
  src: url('../fonts/Acherus-Grotesque-Medium-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}