body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 0px;
  margin-bottom: auto;
  font-family: Elephnt, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Elephnt, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

a {
  color: #fff;
  text-decoration: underline;
}

.intro_copy {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: auto;
  width: 100%;
  margin: auto;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: Elephnt, sans-serif;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}

.intro_copy.intro_copy_2 {
  border-radius: 0px;
  opacity: 1;
}

.intro_copy.h3 {
  opacity: 0.01;
}

.intro_copy.h3.we_got_engaged {
  left: 50%;
  top: 52%;
  opacity: 0;
  font-family: museo-sans-display, sans-serif;
  line-height: 24px;
  font-weight: 400;
}

.flexbox-grid {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column {
  width: 7.5vw;
  height: 100vh;
  padding-right: 1px;
  padding-left: 1px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: rgba(255, 0, 0, .29);
}

.h2-block {
  display: inline-block;
  margin-top: 0px;
  margin-left: 0%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.h2-block.comehang {
  margin-bottom: 40px;
  margin-left: 79%;
}

.h2-block.h3info {
  display: inline-block;
}

.h2-block.h3infomiddle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 33%;
  -ms-flex: 0 33%;
  flex: 0 33%;
}

.h2-block.video_h3 {
  margin-bottom: 20px;
}

.h2-block.coming_soon {
  position: relative;
  left: 50%;
  display: inline-block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.h2-block.footer {
  margin-top: 25px;
}

.h2-block.float-right {
  margin-top: 25px;
  float: right;
}

.text-block-2 {
  display: block;
  font-family: museo-sans, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 100;
}

.save-the-date {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  height: 90vh;
  min-height: 600px;
  padding: 50px 8%;
  background-image: url('../images/city-background.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.rule {
  width: 100px;
  height: 2px;
  margin-bottom: 5px;
  background-color: #fff;
}

.copy_container {
  position: relative;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  display: block;
  max-width: 1200px;
  margin: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 1;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.save-the-date-graphic {
  display: block;
  width: 100%;
  height: 300px;
  background-image: url('../images/save-the-date.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.heading {
  font-family: Elephnt, sans-serif;
}

.bodycopy {
  display: inline;
  float: left;
  clear: left;
  font-family: museo-sans, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 100;
}

.heading-2 {
  font-size: 18px;
}

.heading-3 {
  font-size: 34px;
}

.heading-4 {
  font-size: 34%;
}

.heading-5 {
  font-size: 32px;
}

.heading-7 {
  display: inline;
  float: left;
}

.wantto-print-a-copy {
  display: inline-block;
  float: right;
}

.heading-8 {
  display: block;
  float: left;
}

.heading-8.video_h3 {
  margin-bottom: 0px;
}

.heading-8.coming_soon_text {
  display: block;
  width: 100%;
  text-align: center;
}

.div-block {
  position: relative;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}

.h3-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video_section {
  height: auto;
  padding: 40px 8% 50px;
  background-color: #000;
}

.video-section {
  padding: 50px 8%;
  background-color: #000;
}

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

.video_container {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 991px) {
  .column {
    width: 11vw;
  }
  .column.c12 {
    display: none;
  }
  .column.c10 {
    display: none;
  }
  .column.c11 {
    display: none;
  }
  .column.c9 {
    display: none;
  }
  .h2-block {
    width: 100%;
    margin-top: 0px;
    margin-left: 0%;
  }
  .h2-block.comehang {
    width: auto;
    margin-left: 72%;
  }
  .h2-block.h3info {
    margin-top: 9px;
    margin-right: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .h2-block.coming_soon {
    width: auto;
  }
  .h2-block.footer {
    width: auto;
  }
  .h2-block.float-right {
    width: auto;
  }
  .text-block-2.right_text {
    display: inline;
    float: none;
  }
  .save-the-date {
    height: auto;
  }
  .rule.h3_rules {
    margin-right: auto;
    margin-left: auto;
  }
  .copy_container {
    position: static;
    margin-top: 0px;
    margin-right: 4%;
    margin-left: 4%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
  }
  .save-the-date-graphic {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .bodycopy {
    width: 100%;
    text-align: center;
  }
  .heading-8 {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }
  .h3-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .center.right {
    display: block;
  }
  .video-section {
    padding-right: 4%;
    padding-left: 4%;
  }
}

@media (max-width: 767px) {
  .column {
    width: 15vw;
  }
  .column.c8 {
    display: none;
  }
  .column.c7 {
    display: none;
  }
  .h2-block.comehang {
    display: block;
    width: auto;
    margin-left: 55%;
    clear: none;
  }
  .h2-block.h3info {
    margin-top: 25px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .text-block-2 {
    display: inline-block;
    float: left;
    clear: left;
    text-align: left;
  }
  .text-block-2.right_text {
    display: block;
    width: 100%;
    text-align: right;
  }
  .rule.h3_rules {
    margin-right: auto;
    margin-left: auto;
  }
  .rule.come_hang_rule {
    margin-left: auto;
  }
  .copy_container {
    position: static;
    margin-top: auto;
    -webkit-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
  }
  .save-the-date-graphic {
    height: 37vh;
    background-position: 50% 0%;
    line-height: 20px;
  }
  .bodycopy {
    width: 100%;
    text-align: center;
  }
  .heading-6 {
    display: inline-block;
    float: left;
    clear: none;
  }
  .heading-8 {
    width: 100%;
    text-align: center;
  }
  .h3-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .center {
    text-align: left;
  }
  .center.right {
    text-align: right;
  }
  .video-section {
    padding-top: 25px;
  }
}

@media (max-width: 479px) {
  .intro_copy.intro_copy_2 {
    opacity: 0;
  }
  .intro_copy.intro_copy_3 {
    opacity: 0;
    line-height: 24px;
  }
  .intro_copy.h3 {
    opacity: 0;
  }
  .intro_copy.h3.we_got_engaged {
    overflow: visible;
  }
  .column {
    width: 23vw;
  }
  .column.c6 {
    display: none;
  }
  .column.c5 {
    display: none;
  }
  .h2-block.comehang {
    margin-left: 0%;
  }
  .h2-block.footer {
    width: 100%;
    clear: none;
  }
  .h2-block.float-right {
    width: 100%;
    clear: none;
  }
  .text-block-2 {
    width: 100%;
    font-size: 16px;
    text-align: center;
  }
  .text-block-2.right_text {
    text-align: center;
  }
  .rule {
    margin-right: auto;
    margin-left: auto;
  }
  .copy_container {
    margin-top: auto;
    margin-right: 2%;
    margin-left: 2%;
  }
  .save-the-date-graphic {
    height: 25vh;
    margin-top: 50px;
    margin-bottom: 50px;
    background-position: 50% 50%;
  }
  .bodycopy {
    display: block;
    width: 100%;
    text-align: center;
  }
  .heading-8 {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  .h3-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .center {
    font-size: 24px;
    line-height: 27px;
    text-align: center;
  }
  .center.right {
    text-align: center;
  }
}

@font-face {
  font-family: 'Elephnt';
  src: url('../fonts/ELEPHNT.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
}