/* Text Elements */

h1.eye-catcher {
  margin-top: 2.6666666666666665em;
  margin-bottom: 0;
  background-color: rgba(228, 126, 228, .44);
  color: #fff;
  text-align: center;
  font-size: 4.375em;
  font-family: 'Raleway', sans-serif;
}

h3 span.heading-text-4 {
  color: #a714a7;
}

h3.sub-eye-catcher {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 6.428571428571429em;
  padding-top: .2857142857142857em;
  padding-bottom: .42857142857142855em;
  background-color: rgba(244, 180, 244, .76);
  color: #a714a7;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.75em;
  font-family: 'Raleway', sans-serif;
}

h5.p-header {
  color: #171717;
  font-weight: 500;
  font-size: 2em;
  font-family: 'Raleway', sans-serif;
}

h5 span.heading-text-5 {
  color: #a714a7;
}

h6 {
  margin-top: .85em;
  margin-bottom: .85em;
  color: #274d08;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-family: 'Raleway', sans-serif;
}

h6.side-heading {
  margin-bottom: .2em;
  color: #a714a7;
  text-align: right;
}

h6.menu-section {
  color: #a714a7;
  word-spacing: .15em;
  letter-spacing: .15em;
}

h6.credits {
  color: #fff;
  font-size: .9375em;
}

h6 span.heading-text-6 {
  color: #a714a7;
}

p.paragraph {
  color: #1c1c1c;
  font-size: 1em;
  font-family: 'Raleway', sans-serif;
}

p.paragraph.contact-info {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: right;
}

p.paragraph span.paragraph-text-1 {
  font-weight: 600;
}

p.paragraph span.bold-p {
  color: #3d3d3d;
  font-weight: 400;
}

p.paragraph span.paragraph-text-2 {
  color: #a714a7;
  font-weight: 700;
}

/* Interaction Elements */

a.link-button.button-link-1 {
  background-color: #d254d2;
  background-clip: border-box;
  font-family: 'Raleway', sans-serif;

  -webkit-align-self: stretch;
     -moz-align-self: stretch;
      -ms-align-self: stretch;
       -o-align-self: stretch;
          align-self: stretch;
}

a.link-button.button-link-1:hover {
  background-color: #e47ee4;
}

a.link-button.button-link-1:active {
  background-color: #e47ee4;
  box-shadow: #777 2px 2px 5px 0 inset;
}

/* Layout Elements */

body > .row {
  max-width: 80em;
}

body > .row.full-width-image {
  margin-top: 1.875em;
  margin-bottom: 3.125em;
  min-height: 25em;
  max-width: none;
  background-image: url('../images/sewingneedle.jpg');
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

body > .row.first-section {
  margin-top: 4.4375em;
  background-color: transparent;
}

body > .row > [class*='coffee-span-'].column-cover {
  padding-right: 0;
  padding-left: 0;
  min-height: 25em;
  background-color: rgba(0, 0, 0, .20);
}

body.grid-1 {
  background-color: rgba(244, 180, 244, .29);
}

body > .row > [class*='coffee-span-'].header-cover {
  background-color: transparent;
}

body > .row.full-width {
  padding-top: 1.875em;
  max-width: none;
  width: 100%;
  background-color: #fff;
  background-image: url('../images/weddingdress1600.jpg');
  background-attachment: fixed;
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
}

body > .row > [class*='coffee-span-'].column-1 {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;

  -webkit-justify-content: center;
     -moz-justify-content: center;
      -ms-justify-content: center;
       -o-justify-content: center;
          justify-content: center;
}

.row > [class*='coffee-span-'] .subgrid > .row {
  max-width: none;
}

.row > [class*='coffee-span-'] .subgrid > .row > [class*='coffee-span-'].subgrid-column-1 {
  padding-right: 0;
  padding-left: 0;
}

li span.list-item-text-1 {
  font-family: 'Raleway', sans-serif;
}

li.list {
  font-family: 'Raleway', sans-serif;
}

@media screen and (max-width: 68.125em) {
  /* Text Elements */

  h5.p-header {
    font-size: 1.5625em;
  }

  h6.credits {
    color: #721017;
    font-size: .875em;
  }

  /* Layout Elements */

  body > .row.full-width {
    background-color: #fff;
    box-shadow: #777 0 1px 3px 0;
  }
}

@media screen and (max-width: 59.625em) {
  /* Layout Elements */

  body > .row.full-width-image {
    margin-top: 0;
    margin-bottom: 0;
    min-height: 0;
  }

  body > .row.first-section {
    margin-top: .3125em;
  }
}

@media screen and (max-width: 50em) {
  /* Text Elements */

  h1.eye-catcher {
    font-size: 3.125em;
  }

  h3.sub-eye-catcher {
    margin-bottom: 3.2142857142857144em;
    font-size: 1.5em;
  }

  h5.p-header {
    font-size: 1.75em;
  }

  /* Interaction Elements */

  a.link-button.button-link-1 {
    width: 80%;
  }

  /* Layout Elements */

  body > .row.full-width-image {
    background-image: url('../images/sewingneedle800.jpg');
    background-attachment: scroll;
  }

  body > .row > [class*='coffee-span-'].column-cover {
    min-height: .625em;
  }

  body > .row > [class*='coffee-span-'].header-cover {
    background-color: transparent;
  }

  body > .row.full-width {
    padding-top: 0;
    background-color: #fff;
    background-image: url('../images/weddingdress800.jpg');
    background-attachment: scroll;
    background-position: center center;
    background-clip: border-box;
    background-size: cover;
  }

  .row > [class*='coffee-span-'] .subgrid.subgrid-1 {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 36.6875em) {
  /* Text Elements */

  h3.sub-eye-catcher {
    font-size: 1.5em;
  }

  h5.p-header {
    font-size: 1.5em;
  }

  /* Interaction Elements */

  a.link-button.button-link-1 {
    width: 100%;
  }

  /* Layout Elements */

  body > .row.full-width-image {
    background-size: cover;
    background-repeat: no-repeat;
  }

  body > .row.first-section {
    margin-top: 1.875em;
  }

  body > .row.full-width {
    background-attachment: scroll;
    background-size: cover;
  }
}

@media screen and (max-width: 28.75em) {
  /* Text Elements */

  h3.sub-eye-catcher {
    margin-bottom: 3.6363636363636362em;
    padding-right: .13636363636363635em;
    padding-left: .13636363636363635em;
    font-size: 1.375em;
  }

  h6.side-heading {
    margin-right: 0;
    text-align: center;
  }

  p.paragraph.contact-info {
    text-align: center;
  }

  /* Interaction Elements */

  a.link-button.button-link-1 {
    width: 100%;
  }

  /* Layout Elements */

  body > .row.full-width-image {
    background-image: url('../images/sewingneedle460.jpg');
    background-attachment: scroll;
    background-size: cover;
  }

  body > .row > [class*='coffee-span-'].header-cover {
    background-color: transparent;
  }

  body > .row.full-width {
    background-image: url('../images/weddingdress460.jpg');
    background-size: cover;
  }
}