/* Text Elements */

h1.heading-1 {
  color: #ff00af;
  text-align: center;
  text-shadow: #78828c 2px 2px 5px;
  font-size: 26px;
}

h3.card-title {
  font-family: 'Khand', sans-serif;
  line-height: 1.1;

  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

h3 {
  font-family: 'Roboto', sans-serif;
}

h3 span.heading-text-2 {
  text-decoration: underline;
}

h6.section-header {
  margin-top: 6px;
  padding: 6px 10px;
  border: .0625rem solid #ff9e00;
  border-radius: 5px;
  color: #ff00af;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  -webkit-transition-delay: .45s;
     -moz-transition-delay: .45s;
       -o-transition-delay: .45s;
          transition-delay: .45s;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: 1.5s;
     -moz-transition-duration: 1.5s;
       -o-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-property: all;
     -moz-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
}

h6 {
  font-family: 'Roboto', sans-serif;
}

h6.section-header.outofview {
  opacity: .1;
  -webkit-transform: scaleY(.4) scaleX(.4);
     -moz-transform: scaleY(.4) scaleX(.4);
       -o-transform: scaleY(.4) scaleX(.4);
          transform: scaleY(.4) scaleX(.4);
}

ul.unorder-list.unordered-list-1 {
  display: list-item;

  justify-self: center;
  grid-area: auto / auto / auto / auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

span.text-element span.text-text-1 {
  font-weight: 700;
}

span.text-element span.text-text-2 {
  font-size: .875rem;
}

span.text-element span.text-text-4 {
  font-weight: 700;
}

span.text-element span.text-text-8 {
  font-weight: 700;
}

span.text-element b.text-text-9 {
  font-weight: 400;
  font-size: .75rem;
}

span.text-element span.text-text-10 {
  font-weight: 700;
}

span.text-element span.text-text-3 {
  font-weight: 700;
}

span.text-element span.text-text-5 {
  font-weight: 700;
}

span.text-element.text-1 {
  text-align: center;
}

span.text-element.text-2 {
  text-align: center;
}

span.text-element span.text-text-7 {
  font-weight: 700;
}

span.text-element.text-3 {
  text-align: center;
}

span.text-element span.text-text-11 {
  font-weight: 700;
}

span.text-element.text-4 {
  text-align: center;
}

span.text-element span.text-text-12 {
  font-weight: 700;
}

/* Interaction Elements */

a.link-button.button {
  display: inline;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  padding: 5px 0;
  min-width: 150px;
  max-width: 500px;
  border-radius: 10px;
  background-color: #ff00af;
  font-size: 14px;

  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

a.link-button {
  font-family: 'Roboto', sans-serif;
}

a.link-button.buy-button {
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 7px;
  padding: 14px 18px 12px;
  border-width: 0;
  border-radius: 4px;
  background-color: #5e1e12;
  color: #fff;
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  font-family: 'Khand', sans-serif;
  line-height: 1.6;
}

a.link-button.button.buy-button.lg {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  max-width: 160px;
  width: 160px;
  border-radius: 10px;
  background-color: #ff00af;
}

a.link-button span.button-link-text-1 {
  font-weight: 700;
}

a.link-button.button:hover {
  background-color: #f0f;
}

/* Layout Elements */

body.grid-1 {
  background-image: url('../weddingback-3.jpg');
  background-attachment: fixed;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.row-1 {
  padding-right: 45px;
  padding-left: 45px;
  background-image: url('../fade.png');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 100% 100%;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.section-header-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  max-width: 1200px;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: distribute;
  -ms-flex-align: center;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.column-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-right: 0;
  margin-left: 0;
  padding-right: 30px;
  padding-left: 30px;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
}

.container.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: end;

  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}

.container.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container {
  padding-right: 0;
  padding-left: 0;
}

.container.flexomagic {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 5px .625rem;
  min-height: 20px;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
}

.container.card {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: start;
  margin-right: 15px;
  margin-bottom: 10px;
  margin-left: 15px;
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1 280px;
     -moz-box-flex: 1;
      -ms-flex: 1 280px;
          flex: 1 280px;
}

div.responsive-picture.picture-1 {
  margin: 10px 0;
  padding-top: 0;
  padding-bottom: 0;
  max-width: none;
  border-radius: 15px;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.rule.section-rule hr {
  border-top-color: #ff9e00;
}

.rule.section-rule {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
     -moz-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

a.link-button-glyph.btn.button {
  display: inline;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  padding: 5px;
  min-height: 25px;
  max-width: 150px;
  width: 150px;
  border-radius: 10px;
  background-color: #000;
}

span.link-button-text.text-for-button-link-2 {
  font-size: 14px;
}

span.link-button-text.text-for-button-link-1 {
  text-align: center;
  font-size: 14px;
}

span.glyph-for-button.icon-for-button-link-1 {
  text-align: right;
  font-size: 14px;
}

span.glyph-for-button.icon-for-button-link-2 {
  font-size: 14px;
}

div.responsive-picture.picture-2 {
  display: inline;
  max-width: 600px;
}

a.responsive-picture.picture-link-1 {
  margin: 5px 10px;
  min-width: 40auto;
  max-width: 40px;
}

.html-element.html-element-1 {
  display: block;
  min-width: 10px;
  min-height: 50px;

  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

.html-element.html-element-2 {
  max-width: 600px;
  max-height: 300px;
}

a.link-button-glyph.btn.button:hover {
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-property: none;
     -moz-transition-property: none;
       -o-transition-property: none;
          transition-property: none;
}

span.link-button-text.text-for-button-link-1:hover {
  color: #ff0;
}

span.link-button-text.text-for-button-link-2:hover {
  color: #ff0;
}

span.glyph-for-button.icon-for-button-link-2:hover {
  color: #ff0;
}

span.glyph-for-button.icon-for-button-link-1:hover {
  color: #ff0;
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1.heading-1 {
    text-align: center;
    font-size: 40px;
  }

  h3.card-title {
    font-size: 22px;
  }

  h6.section-header {
    font-size: 15px;
  }

  span.text-element span.text-text-2 {
    font-size: 1rem;
  }

  span.text-element span.text-text-4 {
    font-weight: 700;
    font-size: 1rem;
  }

  span.text-element span.text-text-6 {
    font-size: 1rem;
  }

  span.text-element.text-9 {
    padding-left: 10px;
  }

  /* Interaction Elements */

  a.link-button.button {
    display: block;
    min-width: 150px;
    max-width: 150px;
    width: 150px;

    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
            align-self: flex-end;
  }

  a.link-button.button.buy-button.lg {
    display: block;
    background-color: #ff00af;
    vertical-align: baseline;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  /* Layout Elements */

  body.grid-1 {
    background-image: url('../weddingback-3.jpg');
    background-attachment: scroll;
    background-position: center top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.column-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  .container.column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: end;
    -ms-flex-align: start;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
  }

  .container.card {
    min-height: 275px;
  }

  div.responsive-picture.picture-2 {
    display: inline;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  div.responsive-picture.picture-2 > picture > img {
    -o-object-fit: fill;
       object-fit: fill;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h1.heading-1 {
    color: #ff00af;
    text-shadow: #78828c 2px 2px 5px;
    font-size: 48px;
  }

  h3.card-title {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  h6.section-header {
    color: #ff00af;
    text-transform: uppercase;
    font-size: 17px;
  }

  span.text-element span.text-text-2 {
    font-size: 1rem;
  }

  span.text-element span.text-text-4 {
    font-weight: 700;
  }

  span.text-element.text-9 {
    padding-left: 10px;
  }

  /* Interaction Elements */

  a.link-button.button {
    display: block;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    padding: 5px;
    max-width: 160px;
    width: 160px;
    border-radius: 10px;
    background-color: #ff00af;
  }

  a.link-button.button.buy-button.lg {
    margin-top: 5px;
    background-color: #ff00af;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  /* Layout Elements */

  body.grid-1 {
    background-image: url('../weddingback-3.jpg');
    background-attachment: fixed;
    background-position: center top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.column-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    margin-right: 0;
    margin-left: 0;
    padding-right: 30px;
    padding-left: 30px;
  }

  .container.card {
    min-height: 275px;
    width: 150px;
  }

  .container.column-type {
    padding-right: 0;
  }

  div.responsive-picture.picture-2 {
    max-width: 600px;
  }

  .html-element.html-element-2 {
    display: inline-block;

    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
            align-self: auto;
  }

  span.glyph-for-button.icon-for-button-link-1:hover {
    color: #ff0;
  }

  span.glyph-for-button.icon-for-button-link-2:hover {
    color: #ff0;
  }
}