@import url('https://fonts.googleapis.com/css2?family=Alegreya+SC&display=swap');

  /* Collection CSS - Byron - Laura */
  

body {
  color: #010101;
  background: #ffffff;
}

/* Menu */

.menu {
  font-family: 'Alegreya SC', sans-serif;
  font-size: 14px;
  letter-spacing: 0.3em;
  line-height: 2;
  color: #010101;
  background: #ffffff;
}

.menu__link--rsvp {
  color: #fff;
  background: #010101;
  padding-left: 15px;
}

/* Site */

.site {
  background: url("/assets/texture-1.svg") no-repeat top center;
  background-size: 100%;
  font-family: 'Alegreya SC', sans-serif;
  font-size: 18px;
  letter-spacing: 0.3em;
  line-height: 2;
  color: #010101;
}

/* Header */

.header__content {
  padding-top: 200px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}

.header__main {
  font-family: 'Alegreya SC', serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.25;
  text-transform: none;
  font-size: 60px;
}

.header__date {
  font-size: 36px;
}

.header__button {
  font-size: 19px;
  padding-left: 25px;
  color: #ffffff;
  background: #010101;
}

/* Sections */

.section__heading {
  font-size: 48px;
}

.section__title {
  font-size: 36px;
}

.section__label {
  font-size: 18px;
}

.section__text {
  margin-top: 1em;
}

.section__button {
  font-size: 19px;
  padding-left: 25px;
  color: #ffffff;
  background: #010101;
}

.section__input {
  border: 1px solid #010101;
}

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

/* Quote */

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

.section--element-quote .section__text p {
  margin: 2em 0 1.5em;
}

/* Timeline + Places */

.section--element-timeline {
  padding-left: 50px;
  padding-right: 50px;
}

.section--element-timeline:before {
  width: 2px;
  background: #010101;
}

.section--element-timeline:after {
  width: 6px;
  height: 6px;
  border: 2px solid #010101;
}

@media (min-width: 768px) {
  .header__main {
    padding-top: 50px;
  }

  .section--element-timeline.section--width-half:before {
    margin-left: -1px;
  }

  .section--element-timeline:after {
    margin-left: -5px;
  }
}

@media (min-width: 1024px) {
  .header__main {
    padding-top: 100px;
  }
}

@media (min-width: 1280px) {
  .site {
    background-size: 1280px;
  }

  .header__button {
    font-size: 24px;
  }
}


/* Variations */

.v2 .site {
  background-image: url("/assets/texture-2.svg");
}

.v3 .site {
  background-image: url("/assets/texture-3.svg");
}

.v4 .site {
  background-image: url("/assets/texture-4.svg");
}

/* Simplified */

.is-simple .site {
  background-image: none;
}

.is-simple .header__content {
  padding: 25px;
}

.is-simple .header__main {
  padding-top: 0;
}

/* Header overlay */

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


  /* Fonts */
  
  
  
  /* Font family + weight + style */
  .menu, .site { font-family: "Alegreya SC"; font-weight: 400; font-style: normal; }
  .header__main, .menu__names { font-family: "Alegreya SC"; font-weight: 400; font-style: normal; }
  .and { font-family: "Alegreya SC"; font-weight: 400; font-style: normal; }
  .section__title { font-family: "Alegreya SC"; font-weight: 400; font-style: normal; }
  .header__date { font-family: "Alegreya SC"; font-weight: 400; font-style: normal; }
  .section__heading { font-family: "Alegreya SC"; font-weight: 400; font-style: normal; }
  .section__label { font-family: "Alegreya SC"; font-weight: 400; font-style: normal; }
  
  /* Font size + spacing + leading */
  .site { font-size: 18px; letter-spacing: 0.3em; line-height: 2; }
  .header__main { font-size: 60px; letter-spacing: 0.1em; line-height: 1.25; }
  .header__delimiter { font-size: 60px; letter-spacing: 0.3em; line-height: 2; }
  .header__date { font-size: 36px; letter-spacing: 0.3em; line-height: 2; }
  .section__heading { font-size: 48px; letter-spacing: 0.3em; line-height: 2; }
  .section__title { font-size: 36px; letter-spacing: 0.3em; line-height: 2; }
  .section__label { font-size: 18px; letter-spacing: 0.3em; line-height: 2; }
  
  /* Font case */
  .menu, .site { text-transform: none; }
  .header__main, .menu__names { text-transform: none; }
  .and { text-transform: none; }
  .header__date { text-transform: none; }
  .section__title { text-transform: none; }
  .section__heading { text-transform: none; }
  .section__label { text-transform: none; }
  
  /* Color scheme */
  body, .menu, .menu__items, .site { color: #010101 !important; }
  .section--element-quote .section__text:before, :scope.section--element-quote .section__text:before, .section--element-quote .section__text:after, :scope.section--element-quote .section__text:after, .section--element-quote .section__text:after, :scope.section--element-quote .section__text:after { background-color: #010101 !important; }
  .section__input { border-color: #010101 !important; }
  .header__delimiter, .section__label, .section__divider { color: #010101 !important; }
  .menu__link--rsvp, .header__button, .section__button, .section__divider, .section--element-timeline:before, :scope.section--element-timeline:before { background-color: #010101 !important; }
  .section--element-timeline:after, :scope.section--element-timeline:after { border-color: #010101 !important; }
  .menu__link--rsvp, .header__button { color: #ffffff !important; }
  body, .menu, .menu__items, .site, .section--element-timeline:after, :scope.section--element-timeline:after { background-color: #ffffff !important; }
   { border-color: #ffffff !important; }
  
  /* Page color scheme */
  
  
  
  
  /* Header */
  .header__content { padding-top: 0% !important; padding-bottom: 0% !important; }
  
  /* Wallpaper */
  
  
  /* Custom CSS */
  

/* Replacement for the dead byron-icons font: pure-CSS hamburger */
.icon--menu:before { content: none; }
.icon--menu {
  display: inline-block; width: 22px; height: 16px; position: relative;
}
.icon--menu:after {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 2px;
  background: currentColor; box-shadow: 0 7px 0 currentColor, 0 14px 0 currentColor;
}
