@import url('https://fonts.googleapis.com/css?family=Scope+One');

@font-face {
  font-family: Srikandy;
  font-weight: 400;
  font-style: normal;
  src: url('/fonts/srikandy-script-regular.otf');
  src: url('/fonts/srikandy-script-regular.otf') format('opentype'),
       url('/fonts/srikandy-script-regular.woff2') format('woff2'),
       url('/fonts/srikandy-script-regular.woff') format('woff');
}

@font-face {
  font-family: Vidaloka;
  font-weight: 400;
  font-style: normal;
  src: url('/fonts/vidaloka-regular.otf');
  src: url('/fonts/vidaloka-regular.otf') format('opentype'),
       url('/fonts/vidaloka-regular.woff2') format('woff2'),
       url('/fonts/vidaloka-regular.woff') format('woff');
}

@font-face {
  font-family: 'hampton-icons';
  src:  url('hampton-icons.eot?9uwhi');
  src:  url('hampton-icons.eot?9uwhi#iefix') format('embedded-opentype'),
    url('hampton-icons.woff2?9uwhi') format('woff2'),
    url('hampton-icons.ttf?9uwhi') format('truetype'),
    url('hampton-icons.woff?9uwhi') format('woff'),
    url('hampton-icons.svg?9uwhi#hampton-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  color: #979da1;
  background: #ffffff;
}

.and {
  font-family: 'Srikandy', serif;
  font-weight: 400;
  font-style: normal;
  text-transform: lowercase;
  letter-spacing: 0;
}

.and .l:nth-child(2) {
  -webkit-font-feature-settings: 'ss13';
  -moz-font-feature-settings: 'ss13';
  -ms-font-feature-settings: 'ss13';
  font-feature-settings: 'ss13';
}

.and .l:nth-child(2n+3) {
  -webkit-font-feature-settings: 'ss10';
  -moz-font-feature-settings: 'ss10';
  -ms-font-feature-settings: 'ss10';
  font-feature-settings: 'ss10';
}

/* Menu */

.menu {
  font-family: 'Scope One', serif;
  font-size: 17px;
  color: #979da1;
  background: #ffffff;
  text-transform: lowercase;
  letter-spacing: 0.1em;
}

.menu__names {
  font-family: 'Vidaloka', serif;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: normal;
}

.menu__and {
  color: #aadac1;
}

.menu__items {
  color: #979da1;
}

.menu__link {
  padding: 11px 10px 9px;
}

.menu__link--rsvp {
  color: #aadac1;
  font-weight: 600;
}

/* Site */

.site {
  color: #979da1;
  background: #ffffff;
  font-family: 'Scope One', serif;
  font-size: 24px;
}

/* Header */

.header__content {
  position: relative;
  padding: 50px 30px 130px;
}

.header__content:before,
.header__content:after,
.footer:before,
.footer:after {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  font-size: 50px;
  font-family: 'hampton-icons';
  font-style: normal;
  line-height: 1;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  color: #aadac1;
}

.header__content:before {
  content: '\e903';
  top: 10px;
  left: 10px;
}

.header__content:after {
  content: '\e904';
  top: 10px;
  right: 10px;
}

.header__main {
  font-family: 'Vidaloka', serif;
  font-size: 72px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: uppercase;
}

.header__and {
  font-family: 'Srikandy', serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  text-transform: lowercase;
  display: block;
  margin: 0.2em auto 0.4em;
  text-indent: -0.25em;
  line-height: 0.75em;
  color: #aadac1;
}

.header__date {
  display: inline-block;
  font-family: 'Srikandy', serif;
  text-transform: lowercase;
  font-size: 48px;
  position: relative;
  line-height: 1;
  margin: 30px 0 0;
  color: #aadac1;
}

.header__date:before {
  width: 15px;
  height: 90px;
  position: absolute;
  top: -20px;
  left: -50px;
}

.header__date:after {
  width: 15px;
  height: 90px;
  position: absolute;
  top: -20px;
  right: -50px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.header__button {
  font-family: 'Vidaloka', serif;
  text-transform: uppercase;
  color: #ffffff;
  background: #aadac1;
}

.header__button:hover {
  color: #ffffff;
  -moz-box-shadow: inset 0 0 0 2em rgba(0,0,0,0.05);
  -webkit-box-shadow: inset 0 0 0 2em rgba(0,0,0,0.05);
  box-shadow: inset 0 0 0 2em rgba(0,0,0,0.05);
  opacity: 1;
}

/* Footer */

.footer:before {
  content: '\e906';
  bottom: 10px;
  left: 10px;
}

.footer:after {
  content: '\e905';
  bottom: 10px;
  right: 10px;
}

.footer__logo {
  padding: 50px;
}

.footer__logo:before,
.footer__logo:after {
  display: block;
  width: 15px;
  height: 90px;
  font-size: 90px;
  position: absolute;
  top: -35px;
  font-family: 'hampton-icons';
  line-height: 1;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  color: #aadac1;
}

.footer__logo:before {
  content: '\e901';
  left: 0;
}

.footer__logo:after {
  content: '\e902';
  right: 0;
}

/* Sections */

.section__heading {
  font-family: 'Srikandy', serif;
  font-variant-alternates: swash(2);
  text-transform: lowercase;
  font-size: 200px;
  line-height: 1;
  position: relative;
  opacity: 0.2;
}

.section__heading .l:nth-child(2n+1) {
  -webkit-font-feature-settings: 'ss10', 'ss12';
  -moz-font-feature-settings: 'ss10', 'ss12';
  -ms-font-feature-settings: 'ss10', 'ss12';
  font-feature-settings: 'ss10', 'ss12';
}

.section__heading .w:first-child .l:first-child {
  -webkit-font-feature-settings: 'ss01';
  -moz-font-feature-settings: 'ss01';
  -ms-font-feature-settings: 'ss01';
  font-feature-settings: 'ss01';
}

.section__heading .w:last-child .l:last-child {
  -webkit-font-feature-settings: 'ss06';
  -moz-font-feature-settings: 'ss06';
  -ms-font-feature-settings: 'ss06';
  font-feature-settings: 'ss06';
}

.section__label {
  font-family: 'Srikandy', serif;
  text-transform: lowercase;
  font-size: 48px;
  position: relative;
}

.section__label .w:first-child .l:first-child {
  -webkit-font-feature-settings: 'ss16';
  -moz-font-feature-settings: 'ss16';
  -ms-font-feature-settings: 'ss16';
  font-feature-settings: 'ss16';
}

.section__label .w:last-child .l:last-child {
  -webkit-font-feature-settings: 'ss08';
  -moz-font-feature-settings: 'ss08';
  -ms-font-feature-settings: 'ss08';
  font-feature-settings: 'ss08';
}

.section__title {
  font-family: 'Vidaloka', serif;
  font-size: 48px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #979da1;
  margin: 0 0 0.5em;
}

.section__subtitle a,
.section__text a {
  text-decoration: none;
  border-bottom: 2px solid #ebeaea;
}

.section__subtitle a:hover,
.section__text a:hover {
  border-color: #aadac1;
}

.section__label {
  color: #aadac1;
}

.section__box {
  border: 1px solid #ebeaea;
}

.section__button {
  color: #ffffff;
  background: #aadac1;
  padding: 0.5em 0.5em 0.3em;
}

.section__input {
  border: 1px solid #979da1;
}

.section__divider {
  height: 2px;
  color: #aadac1;
  background: #aadac1;
}

/* Section title */

.section--element-heading {
  padding-left: 15px;
  padding-right: 15px;
}

/* Quote */

.section--element-quote .section__text:before,
.section--element-quote .section__text:after {
  background: #979da1;
}

/* Wedding party */

.section--element-party .section__title .w {
  display: block;
}

/* Timeline */

.section--element-timeline:before {
  background: #aadac1;
}

.section--element-timeline:after {
  border-color: #aadac1;
}

@media (min-width: 480px) {

  /* Header */

  .header__content:before,
  .header__content:after,
  .footer:before,
  .footer:after {
    width: 60px;
    height: 60px;
    font-size: 60px;
  }
}

@media (min-width: 768px) {

  /* Header */

  .header__content:before,
  .header__content:after,
  .footer:before,
  .footer:after {
    width: 75px;
    height: 75px;
    font-size: 75px;
  }

  .header__date {
    font-size: 60px;
    line-height: 50px;
    margin: 40px 0 0;
  }

  .header__date:before {
    width: 20px;
    height: 120px;
    top: -40px;
    left: -80px;
  }

  .header__date:after {
    width: 20px;
    height: 120px;
    top: -40px;
    right: -80px;
  }

  /* Registry */

  .section--element-registry .section__header {
    text-align: center;
  }

  .section--element-registry .section__title {
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .header__content:before,
  .header__content:after,
  .footer:before,
  .footer:after {
    width: 100px;
    height: 100px;
    font-size: 100px;
  }
}

@media (min-width: 1366px) {
  .site__heading {
    font-size: 260px;
  }
}

/* Variations */

.v2 .menu,
.v2 .menu__items,
.v2 .site,
.v2 .section__title {
  color: #9b9185;
}

.v2 .menu__and,
.v2 .menu__link--rsvp,
.v2 .header__content:before,
.v2 .header__content:after,
.v2 .header__and,
.v2 .header__date,
.v2 .footer:before,
.v2 .footer:after,
.v2 .footer__logo:before,
.v2 .footer__logo:after,
.v2 .section__label {
  color: #f8bc96;
}

.v2 .section--element-quote .section__text:before,
.v2 .section--element-quote .section__text:after {
  background-color: #9b9185;
}

.v2 .header__button,
.v2 .section__button,
.v2 .section--element-timeline:before {
  background-color: #f8bc96;
}

.v2 .section--element-timeline:after {
  border-color: #f8bc96;
}

.v2 .section__divider {
  height: 2px;
  color: #f8bc96;
  background: #f8bc96;
}

.v2 .section__input {
  border: 1px solid #f8bc96;
}

.v3 .menu__and,
.v3 .menu__link--rsvp,
.v3 .header__content:before,
.v3 .header__content:after,
.v3 .header__and,
.v3 .header__date,
.v3 .footer:before,
.v3 .footer:after,
.v3 .footer__logo:before,
.v3 .footer__logo:after,
.v3 .section__label {
  color: #f0b1d0;
}

.v3 .header__button,
.v3 .section__button,
.v3 .section--element-timeline:before {
  background-color: #f0b1d0;
}

.v3 .section--element-timeline:after {
  border-color: #f0b1d0;
}

.v3 .section__divider {
  height: 2px;
  color: #f0b1d0;
  background: #f0b1d0;
}

.v4 .menu,
.v4 .menu__items,
.v4 .site,
.v4 .section__title {
  color: #000000;
}

.v4 .menu__and,
.v4 .menu__link--rsvp,
.v4 .header__content:before,
.v4 .header__content:after,
.v4 .header__and,
.v4 .header__date,
.v4 .footer:before,
.v4 .footer:after,
.v4 .footer__logo:before,
.v4 .footer__logo:after,
.v4 .section__label {
  color: #000000;
}

.v4 .header__button,
.v4 .section__button,
.v4 .section--element-quote .section__text:before,
.v4 .section--element-quote .section__text:after,
.v4 .section--element-timeline:before {
  background-color: #000000;
}

.v4 .section--element-timeline:after {
  border-color: #000000;
}

.v4 .section__divider {
  height: 2px;
  color: #000000;
  background: #000000;
}

.v2 .section__input {
  border: 1px solid #000000;
}

.v5 .menu,
.v5 .menu__items,
.v5 .site,
.v5 .section__title {
  color: #9b948c;
}

.v5 .menu__and,
.v5 .menu__link--rsvp,
.v5 .header__content:before,
.v5 .header__content:after,
.v5 .header__and,
.v5 .header__date,
.v5 .footer:before,
.v5 .footer:after,
.v5 .footer__logo:before,
.v5 .footer__logo:after,
.v5 .section__label {
  color: #9b948c;
}

.v5 .header__button,
.v5 .section__button,
.v5 .section--element-quote .section__text:before,
.v5 .section--element-quote .section__text:after,
.v5 .section--element-timeline:before {
  background-color: #9b948c;
}

.v5 .section--element-timeline:after {
  border-color: #9b948c;
}

.v5 .section__divider {
  height: 2px;
  color: #9b948c;
  background: #9b948c;
}

.v2 .section__input {
  border: 1px solid #9b948c;
}

/* Simplified */

.is-simple .header__content:before,
.is-simple .header__content:after,
.is-simple .footer:before,
.is-simple .footer:after,
.is-simple .footer__logo:before,
.is-simple .footer__logo:after {
  display: none;
}

/* Header overlay */

.header--overlay,
.header--overlay .header__and,
.header--overlay .header__date {
  color: #fff !important;
}