/* Text Elements */

h1.heading-2 {
  position: absolute;
  visibility: hidden;
}

h1 span.heading-text-2 {
  background-color: transparent;
  color: #000;
  font-weight: 700;
  font-style: normal;
  font-size: .875rem;
  line-height: 1.18;
}

h1 span.heading-text-3 {
  font-size: 2.5rem;
}

h1.heading-1 {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  font-size: 40px;
  line-height: 0;

  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
  justify-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

h6 {
  text-align: center;
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
  font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
  line-height: 1;
}

h6.gallery-heading {
  margin-top: 3px;
  margin-bottom: 5px;
  font-size: 27px;
}

p.paragraph {
  color: #414141;
  font-size: 14px;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 1.5;
}

p.paragraph.gallery-caption {
  margin-bottom: 0;
  padding-right: 20px;
  padding-bottom: 0;
  padding-left: 20px;
  text-align: left;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.4;
}

ul.unorder-list {
  padding-right: 10%;
  padding-bottom: 7px;
  padding-left: 0;
  list-style-type: none;
}

ul.unorder-list.unordered-list-2 {
  float: left;
  margin: 0 auto 20px;
  width: auto;
  list-style-position: outside;
  list-style-type: circle;
}

ol.order-list.carousel-indicators {
  position: absolute;
  z-index: auto;
  display: block;
  margin: 0 auto;
  max-width: 220px;
  max-height: 25px;
  border-bottom-width: 0;
  border-bottom-style: solid;
  list-style-position: outside;

  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
  justify-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
     -moz-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}

span.text-element.header-flex-top-right {
  text-align: left;
}

span.text-element span.text-text-1 {
  letter-spacing: .0625rem;
  font-size: .625rem;
}

span.text-element.bridal_text {
  margin: 2px auto 3px;
  font-size: 14px;

  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

span.text-element span.text-text-5 {
  font-size: .8125rem;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

span.text-element.text-1 {
  margin-left: 1%;
  text-align: justify;
  font-size: .9375rem;
  font-family: Verdana, Geneva, sans-serif;
}

span.text-element span.text-text-2 {
  font-size: .625rem;
}

blockquote span.blockquote-text-1 {
  font-weight: 900;
  font-style: italic;
  font-size: 1rem;
}

blockquote span.blockquote-text-2 {
  font-weight: 400;
}

blockquote span.blockquote-text-3 {
  font-size: .625rem;
}

a.link-text {
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  color: #5c98ce;
  text-decoration: none;
  font-size: 15px;
  font-family: 'Roboto', cursive;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

a.link-text.navlink {
  padding-top: 5px;
  width: 62px;
  border-bottom: .125rem none #718fc2;
  text-align: center;
  font-size: 13px;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

a.link-text.active-navlink {
  padding-top: 5px;
  border-bottom: .125rem solid #718fc2;
  color: #577bbe;
  text-align: center;
  font-size: 13px;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

a.link-text.navlink:visited {
  border-radius: 7px;
}

a.link-text.active-navlink:visited {
  border-radius: 7px;
}

a.link-text:hover {
  color: #a3a3a3;
}

a.link-text.navlink:hover {
  border-bottom-color: #565b63;
  color: #6c7171;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

a.link-text.active-navlink:hover {
  border-bottom-color: #565b63;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

ul.link-list.Footer-Links {
  position: static;
  display: inline-block;
  float: none;
  clear: none;
  margin: 0 auto;
  padding-left: 0;
  max-width: 287px;
  width: auto;
  list-style-position: outside;
  list-style-type: none;
  vertical-align: baseline;
  -webkit-column-fill: balance;
     -moz-column-fill: balance;
          column-fill: balance;

  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
          align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}

/* Layout Elements */

body.body-1 {
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

body.body-1.body-background {
  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;
}

.container-grid.Header-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  float: none;
  clear: both;
  margin-top: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  max-width: 1024px;
  width: 100%;
}

.container-grid.header-flex-top-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

.container-grid.header-flex-top-right {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: end;
  -ms-flex-align: end;

  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
          align-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.container-grid.Header-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  float: none;
  clear: right;
  padding-top: 5px;
  padding-bottom: 5px;
  max-width: 1200px;
  width: 100%;
}

.container-grid.header-flex-bottom-left {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: start;
  clear: none;
  min-width: 185px;

  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  justify-self: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
          align-self: flex-start;
}

.html-element.html-element-1 {
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
          align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.container-grid.header-flex-bottom-right {
  display: block;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: end;
  float: none;
  clear: none;
  -ms-flex-align: end;
  min-width: 59px;
  min-height: auto;
  width: auto;
  -webkit-column-rule-width: 0;
     -moz-column-rule-width: 0;
          column-rule-width: 0;

  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
     -moz-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  justify-self: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  grid-area: elementArea;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

a.responsive-picture.Social-link {
  position: static;
  display: inline-block;
  -ms-flex-order: 1;
  float: none;
  clear: none;
  overflow: auto;
  margin: 3px;
  padding-right: 0;
  max-width: 40px;
  width: 35px;
  border-radius: 10px;

  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
          align-self: auto;
  justify-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
          order: 1;
  grid-area: elementArea;
}

a.responsive-picture.Social-link > picture > img {
  -o-object-position: 50% center;
     object-position: 50% center;
  -o-object-fit: contain;
     object-fit: contain;
}

a.responsive-picture#Instagram {
  -ms-flex-order: 3;
  float: right;
  clear: none;

  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
          order: 3;
}

a.responsive-picture#Phone {
  -ms-flex-order: 1;
  float: right;

  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
          order: 1;
}

a.responsive-picture#Twitter {
  -ms-flex-order: 4;
  float: right;
  clear: right;

  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
     -moz-box-ordinal-group: 5;
          order: 4;
}

a.responsive-picture#Facebook {
  -ms-flex-order: 2;
  float: right;
  clear: left;

  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
          order: 2;
}

li.list-item {
  color: #785c49;
  font-size: 13px;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 2;
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
}

.container-grid.gallery-text {
  padding-top: 20px;
  padding-right: 0;
  padding-left: 0;
  min-height: 50px;
  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;
}

.container-grid.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: start;
  margin-right: 3px;
  margin-left: 3px;
  padding: 10px 0;
  background-color: #90b0c0;

  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  justify-self: center;
}

li.list-item-link.footer-link > a {
  color: #fcfcfc;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 500;
  font-size: 13px;
  font-family: 'Open Sans', cursive;
}

li.list-item-link.footer-link {
  position: static;
  right: auto;
  display: inline-block;
  float: none;
  clear: none;
  margin-right: auto;
  margin-left: auto;
  padding: 3px 5px;
  max-width: none;
  text-align: center;

  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  grid-area: elementArea;
}

.container-grid.menu-col {
  margin-right: auto;
  margin-left: auto;
}

.html-element.html-element-1-1 {
  margin-right: auto;
  margin-bottom: .625rem;
  margin-left: auto;
  min-width: 2rem;
  max-width: 75rem;
}

.container-grid.container-2 {
  margin-top: 25px;
}

.container-grid.container-3 {
  margin-top: 20px;
}

.container-grid.container-4 {
  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-pack: center;

  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  justify-self: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

div.responsive-picture.brand {
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}

.container-grid.brand-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  margin: 3px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: .0625rem solid #212529;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

div.responsive-picture.Brand-image {
  margin-top: 5px;
  margin-bottom: 5px;
}

.container-grid.brand-title {
  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-pack: center;
  clear: none;
  -ms-flex-align: center;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 48.6;
  max-width: none;
  border-top: .1875rem solid #676767;
  border-bottom: .1875rem solid #676767;
  background-color: #fff;
  opacity: 1;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.container-grid.main-brand-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  margin: 3px;

  justify-self: auto;
}

.container-grid.bride-pic-cont {
  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-pack: start;
  padding-right: 10px;
  padding-left: 10px;

  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  justify-self: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container-grid.bridesmaid-pic-cont {
  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-pack: start;
  padding-right: 10px;
  padding-left: 10px;

  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  justify-self: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container-grid.veils-pic-cont {
  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-pack: start;
  padding-right: 10px;
  padding-left: 10px;

  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  justify-self: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.html-element.html-element-1-2 {
  margin: 20px auto 10px;
  min-width: 0;
  min-height: auto;
  max-width: 700px;

  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

li.list-item.list {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 45px;
  text-align: left;
  text-indent: 0;
  white-space: normal;
  word-spacing: 0;
  letter-spacing: 0;
  font-size: 1rem;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 1;
}

li.list-item span.list-item-text-1 {
  font-size: .6875rem;
}

li.list-item span.list-item-text-2 {
  font-size: .6875rem;
}

li.list-item span.list-item-text-3 {
  font-size: .6875rem;
}

li.list-item span.list-item-text-4 {
  font-size: .6875rem;
}

li.list-item span.list-item-text-5 {
  font-size: .6875rem;
}

li.list-item span.list-item-text-6 {
  line-height: 1.42;
}

li.list-item span.list-item-text-7 {
  font-size: .6875rem;
  line-height: 1.49;
}

li.list-item span.list-item-text-8 {
  font-size: .6875rem;
}

li.list-item span.list-item-text-9 {
  font-size: .6875rem;
}

li.list-item span.list-item-text-10 {
  font-size: .6875rem;
}

.container-grid.container-5 {
  margin-top: 20px;
}

.container-grid.text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
}

.container-grid.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-top: 15px;
  margin-bottom: 15px;

  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container-grid.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  max-width: none;

  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.container-grid.container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  margin-top: 6px;
  margin-right: 10px;
  margin-left: 10px;
}

.container-grid.container-8 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  margin: 5px auto;

  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

div.responsive-picture.d-block.w-100 {
  max-width: none;
}

.container-grid.carousel.slide {
  position: absolute;
  visibility: hidden;
  margin-top: 5px;
}

.container-grid#Index-carousel {
  position: static;
  visibility: visible;
}

li.list-item.active {
  position: absolute;
  display: block;
  border-bottom-width: 0;
  border-bottom-color: #730b0b;
  text-indent: 0;

  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
  justify-self: center;
}

li.list-item.thank-list-item {
  position: static;
  display: block;
  float: left;
  margin-right: 5px;
  margin-left: 5px;
  width: 12px;
  height: 4px;
  background-color: #454545;
}

li.list-item.active.thank-list-item {
  position: static;
  float: left;
  margin-right: 5px;
  margin-left: 5px;
}

a.glyph.carousel-control.left {
  position: absolute;
  top: 43%;
  bottom: auto;
  left: 0;
  margin-right: 0;
  border-width: 0;
  border-style: solid;
  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;
  color: #757575;
  text-align: left;
  text-shadow: #000 5px 0 7px;
  font-size: 20px;
  line-height: 30px;
}

a.glyph.carousel-control.right {
  position: absolute;
  top: 43%;
  right: 0;
  bottom: auto;
  left: auto;
  display: block;
  margin-right: 0;
  min-height: 0;
  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;
  color: #757575;
  text-shadow: #000 -5px 0 7px;
  font-size: 20px;

  justify-self: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
          align-self: flex-end;
}

.container-grid#carousel-about {
  position: relative;
  visibility: visible;
  margin-right: 7px;
  margin-left: 7px;
}

.container-grid.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin: 10px 5%;
  width: auto;

  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.html-element.cart {
  min-width: 50px;

  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
          align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.html-element.search {
  min-width: 150px;

  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
          align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.container-grid.appointment {
  padding-top: 20px;
  padding-right: 0;
  padding-left: 0;
  min-height: 50px;
  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;
}

li.list-item:hover {
  color: #222;
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
}

@media screen and (min-width: 15.625rem) {
  /* Text Elements */

  h1.heading-2 {
    position: absolute;
    visibility: hidden;
    padding-right: 0;
  }

  h1 span.heading-text-4 {
    color: rgba(241, 12, 170, .8);
    letter-spacing: 0;
    font-weight: 700;
    font-size: .9375rem;
    line-height: 1.12;
  }

  h1.text-3 {
    margin: 5px;
    text-align: center;
    text-indent: 0;
    line-height: 10px;

    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  h6.gallery-heading {
    padding-top: 8px;
    font-size: 15px;
  }

  h6.Services.gallery-heading {
    font-size: 19px;
  }

  p.paragraph.gallery-caption {
    margin-right: 2.8%;
    margin-left: 2.8%;
    padding-right: 0;
    padding-left: 11px;
    font-size: 11px;
    line-height: 1;
  }

  p.paragraph.approintment.gallery-caption {
    margin-top: 0;
    margin-right: 2.8%;
    margin-left: -1.6%;
  }

  span.text-element.header-flex-top-right {
    padding-right: 5px;
  }

  span.text-element span.text-text-1 {
    letter-spacing: .0625rem;
  }

  span.text-element.text-1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  span.text-element.text-3 {
    margin-top: 3px;
    margin-bottom: 3px;
    min-height: 5px;
    color: #ff008a;
    text-align: center;
    font-size: 14px;
  }

  span.text-element.text-2 {
    max-width: 140px;
    text-align: center;
  }

  span.text-element.text-4 {
    max-width: 140px;
    text-align: center;
  }

  blockquote.blockquote-1 {
    max-width: 430px;
  }

  blockquote span.blockquote-text-4 {
    color: #f7670c;
    font-weight: 700;
  }

  a.link-text.navlink {
    display: inline-block;
    -ms-flex-order: 1;
    overflow: auto;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    min-width: 100%;
    width: auto;
    border-radius: 0;
    background-color: #fff;
    color: #4e4b4b;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 11px;
    opacity: 1;

    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
       -moz-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    -webkit-text-stroke-color: #232323;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
    grid-area: auto /auto/ auto / auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  a.link-text.active-navlink {
    display: block;
    -ms-flex-order: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    min-width: 100%;
    width: auto;
    color: #4e4b4b;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 11px;
    -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;

    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
       -moz-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
            order: 0;
    justify-self: center;
  }

  a.link-text.navlink.outofview {
    background-color: #fff;
  }

  a.link-text.navlink:visited {
    background-color: #fff;
  }

  a.link-text.navlink:focus {
    background-color: #fff;
  }

  a.link-text.navlink:hover {
    background-color: #fff;
  }

  a.link-text.navlink:active {
    border-radius: 0;
    background-color: #fff;
  }

  ul.link-list.Footer-Links {
    display: inline-block;
    max-width: 285px;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
    justify-self: center;
  }

  /* Layout Elements */

  .link-container.link-container-1 {
    min-width: 1px;

    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .link-container.link-container-2 {
    margin: 5px 10px;
    max-width: 140px;
  }

  .link-container.link-container-3 {
    margin: 5px 10px;
    max-width: 140px;
  }

  .container-grid.Header-1 {
    -ms-flex-pack: center;
    clear: none;
    -ms-flex-align: center;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: 1024px;

    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container-grid.header-flex-top-left {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    max-width: 512px;
    width: auto;

    justify-self: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  a.responsive-picture.logo {
    padding-left: 6px;
  }

  .container-grid.header-flex-top-right {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: end;
    padding-right: 5px;
    max-width: 512px;

    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
            align-self: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
  }

  .container-grid.Header-2 {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0;
    max-width: none;
  }

  .html-element.html-element-1 {
    overflow: auto;
    margin-left: 0;
    padding-left: 11px;
    min-width: 200px;
  }

  .container-grid.header-flex-bottom-right {
    display: block;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-order: 0;
    -ms-flex-pack: end;
    float: none;
    clear: none;
    padding-right: 6px;
    min-width: 0;

    grid-area: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
            order: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  a.responsive-picture.Social-link {
    float: none;
    padding-right: 0;
    max-width: 37px;
    width: 35px;
    background-image: url('../Social%20Icons/phone%20icon.png');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
    justify-self: center;
  }

  .container-grid.gallery-text {
    margin-top: -10px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 0;
    min-height: auto;
  }

  .container-grid.menu-col {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;

    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container-grid.container-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container-grid.brand-container {
    margin-top: 3px;
    margin-bottom: 3px;
    max-width: 200px;
  }

  div.responsive-picture.brand {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .container-grid.brand-title {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  div.responsive-picture.Brand-image {
    max-width: 200px;
  }

  .container-grid.container-8 {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-top: 10px;
    margin-bottom: 10px;

    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  li.list-item.thank-list-item {
    margin-right: 5px;
    margin-left: 5px;
    text-align: center;
  }

  li.list-item.active.thank-list-item {
    margin-right: 5px;
    margin-left: 5px;
  }

  .container-grid#carousel-about {
    max-width: 400px;
  }

  .container-grid.container-9 {
    display: block;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: 5%;
    width: auto;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
    justify-self: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }

  .html-element.html-element-2 {
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  li.list-item-link.footer-link {
    float: none;
    padding-right: 5px;
    padding-left: 4px;
    -webkit-column-span: all;
       -moz-column-span: all;
            column-span: all;
    -webkit-column-fill: auto;
       -moz-column-fill: auto;
            column-fill: auto;
  }

  .html-element.cart {
    -ms-flex-order: 2;
    overflow: auto;
    margin-right: 5px;
    padding-left: 6px;
    min-width: 50px;
    min-height: 25px;
    max-width: 50px;

    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
            order: 2;
  }

  .html-element.search {
    overflow: auto;
    margin-left: 0;
    padding-left: 11px;
    min-width: 200px;
  }

  .container-grid.flexcontainernav {
    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;
    margin-top: 0;
    min-width: 50%;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  .container-grid.carousel.slide {
    max-width: 800px;
  }

  .container-grid.appointment {
    margin-top: 3px;
    margin-right: auto;
    margin-left: 1.6%;
    padding-top: 0;
    padding-bottom: 0;
    min-height: auto;
  }

  .html-element.gtag {
    visibility: visible;
    min-width: 0;
  }

  .container-grid.container-10 {
    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-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 25rem) {
  /* Text Elements */

  h6.gallery-heading {
    font-size: 18px;
  }

  h6.Services.gallery-heading {
    font-size: 24px;
  }

  p.paragraph.gallery-caption {
    padding-right: 0;
    padding-left: 11px;
  }

  p.paragraph.approintment.gallery-caption {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }

  span.text-element.text-3 {
    font-weight: 600;
    font-size: 14px;
  }

  a.link-text.navlink {
    margin-right: 6px;
    margin-left: 6px;
    min-width: 100%;
    font-size: 13px;
  }

  a.link-text.active-navlink {
    margin-right: 6px;
    margin-left: 6px;
    min-width: 100%;
    font-size: 13px;

    -webkit-box-flex: 0;
    -webkit-flex: 0 1;
       -moz-box-flex: 0;
        -ms-flex: 0 1;
            flex: 0 1;
  }

  .container-grid.header-flex-bottom-right {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  .html-element.cart {
    padding-left: 0;
    min-height: 25px;
  }

  .html-element.search {
    min-width: 250px;
  }

  .container-grid.flexcontainernav {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    padding-top: 5px;
    padding-bottom: 5px;
    min-width: 33%;
  }

  .container-grid.gallery-text {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    max-width: 600px;
  }

  .html-element.html-element-1 {
    margin-top: 0;
  }

  .container-grid.Header-2 {
    margin-bottom: 0;
  }

  .container-grid.carousel.slide {
    margin-right: auto;
    margin-left: auto;
    max-width: 900px;
  }

  .container-grid.text-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 600px;
  }

  li.list-item.list {
    color: #232323;
  }

  .container-grid.appointment {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    max-width: 600px;
  }
}

@media screen and (min-width: 36rem) {
  /* Text Elements */

  h1.heading-1 {
    margin-bottom: 0;
  }

  h6 {
    font-size: 26px;
  }

  p.paragraph.gallery-caption {
    margin-right: 2.8%;
    margin-left: 2.8%;
    padding-right: 0;
    padding-left: 11px;
    font-size: 12px;
  }

  p.paragraph.approintment.gallery-caption {
    max-width: 1024px;
  }

  ol.order-list.carousel-indicators {
    max-width: 340px;
  }

  span.text-element span.text-text-1 {
    letter-spacing: .0625rem;
  }

  span.text-element span.text-text-2 {
    font-size: .75rem;
  }

  span.text-element.text-3 {
    font-size: 14px;
  }

  blockquote span.blockquote-text-3 {
    font-size: .8125rem;
  }

  blockquote.blockquote-1 {
    display: block;
    max-width: 800px;
  }

  a.link-text.navlink {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0;
    padding-left: 0;

    -webkit-box-flex: 2;
    -webkit-flex: 2 1;
       -moz-box-flex: 2;
        -ms-flex: 2 1;
            flex: 2 1;
  }

  a.link-text.active-navlink {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0;
    padding-left: 0;

    -webkit-box-flex: 2;
    -webkit-flex: 2 1;
       -moz-box-flex: 2;
        -ms-flex: 2 1;
            flex: 2 1;
  }

  ul.link-list.Footer-Links {
    max-width: 338px;
  }

  .container-grid.Header-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    float: none;
    clear: none;
    max-width: 1024px;
    width: 100%;

    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  a.responsive-picture.logo {
    max-width: 279px;
    width: 100%;
  }

  .container-grid.Header-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    float: none;
    clear: none;
    max-width: 1024px;
    width: 100%;

    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .html-element.html-element-1 {
    -ms-flex-order: 1;
    float: none;
    padding-left: 11px;
    min-width: 200px;

    justify-self: end;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
            align-self: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
       -moz-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
  }

  .container-grid.gallery-text {
    margin-right: auto;
    margin-left: auto;
    max-width: 1024px;
    width: auto;
  }

  .container-grid.footer {
    background-color: #609bb8;
  }

  li.list-item-link.footer-link {
    padding-right: 10px;
    padding-left: 10px;
  }

  li.list-item-link.footer-link > a {
    color: #fff;
    font-weight: 600;
  }

  .container-grid.menu-col {
    position: static;
    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;
    overflow: visible;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 1px;
    min-height: auto;
    width: auto;
    text-align: center;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container-grid.container-4 {
    -ms-flex-pack: center;
    -ms-flex-align: start;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    justify-self: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 46.5%;
       -moz-box-flex: 0;
        -ms-flex: 0 46.5%;
            flex: 0 46.5%;
  }

  .container-grid.brand-container {
    -ms-flex-pack: end;
    -ms-flex-align: end;
    margin-right: 20px;
    padding-right: 10px;
    min-width: 200px;
    max-width: 200px;

    justify-self: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
            align-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
            align-self: flex-end;
  }

  .container-grid.brand-title {
    margin-top: 10px;
  }

  div.responsive-picture.Brand-image {
    max-width: 250px;
  }

  .container-grid.text-container {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  a.responsive-picture.Social-link {
    max-width: 37px;
    width: 35px;
  }

  .container-grid.container-8 {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-top: 10px;
    margin-bottom: 10px;

    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  li.list-item.thank-list-item {
    margin-right: 7px;
    margin-left: 7px;
    width: 20px;
  }

  li.list-item.active.thank-list-item {
    margin-right: 7px;
    margin-left: 7px;
  }

  a.glyph.carousel-control.left {
    font-size: 30px;
  }

  a.glyph.carousel-control.right {
    font-size: 30px;
  }

  .container-grid#carousel-about {
    max-width: 500px;
  }

  .container-grid.about-carousel {
    display: block;
  }

  .container-grid.header-flex-bottom-right {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  .container-grid.container-1 {
    margin-right: 5px;
    margin-left: 5px;
  }

  .html-element.cart {
    -ms-flex-order: 1;
    float: none;
    margin-right: 10px;
    padding-left: 0;
    min-width: 50px;

    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
            align-self: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
       -moz-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
  }

  .html-element.search {
    -ms-flex-order: 0;
    float: none;
    padding-left: 11px;
    min-width: 275px;

    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
            align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
            order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
       -moz-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
  }

  .container-grid.flexcontainernav {
    -ms-flex-order: 0;
    margin-top: 0;
    min-width: 15%;
    max-width: 100%;

    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    justify-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
            order: 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  .container-grid.gallery-text.service-text {
    max-width: 600px;
  }

  .container-grid.appointment {
    margin-right: auto;
    margin-left: auto;
    max-width: 1024px;
    width: auto;
  }
}

@media screen and (min-width: 48rem) {
  /* Text Elements */

  h1.heading-2 {
    position: relative;
    display: inline-block;
    visibility: visible;
    float: none;
    margin: 0 auto;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    text-align: right;
    text-indent: 0;
    word-spacing: 0;
    line-height: 0;

    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  h1 span.heading-text-1 {
    font-size: 1rem;
  }

  h6 {
    font-size: 28px;
  }

  h6.gallery-heading {
    margin-right: auto;
    margin-left: auto;
    max-width: 768px;

    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  p.paragraph.gallery-caption {
    margin-right: 2.8%;
    margin-left: 2.8%;
    padding-left: 11px;
    max-width: none;
    font-size: 12px;
  }

  p.paragraph.approintment.gallery-caption {
    padding-left: 13px;
    max-width: 1024px;
  }

  ol.order-list.carousel-indicators {
    max-width: 390px;
  }

  span.text-element span.text-text-1 {
    letter-spacing: .125rem;
    font-weight: 100;
    font-size: .8125rem;
    font-family: 'Open Sans', cursive;
  }

  span.text-element.text-3 {
    font-size: 24px;
  }

  span.text-element.text-2 {
    color: #4b97e9;
    text-align: center;
  }

  span.text-element.text-4 {
    color: #4b97e9;
    text-align: center;
  }

  a.link-text.navlink {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0;
    padding-left: 0;
  }

  a.link-text.active-navlink {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 5px;
    padding-right: 0;
    padding-left: 0;
  }

  ul.link-list.Footer-Links {
    max-width: 392px;
  }

  .container-grid.header-flex-top-left {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    min-height: 402.8;
    max-width: 512px;
    height: 101.8%;
  }

  a.responsive-picture.logo > picture > img {
    -o-object-position: 100% 100%;
       object-position: 100% 100%;
  }

  a.responsive-picture.logo {
    max-width: 325px;
    width: 200%;
    height: 200%;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  a.responsive-picture.logo > picture {
    height: 200%;
  }

  .html-element.html-element-1 {
    padding-left: 11px;
  }

  .container-grid.header-flex-bottom-right {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  a.responsive-picture#Phone {
    position: absolute;
    visibility: hidden;
  }

  .container-grid.gallery-text {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 0;
    max-width: 600px;
    width: auto;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
    justify-self: center;
  }

  .container-grid.footer {
    margin-right: 0;
    padding-top: 10px;
    padding-right: 3px;
    padding-left: 3px;
  }

  li.list-item-link.footer-link {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container-grid.menu-col {
    padding-right: 15px;
    padding-left: 15px;
  }

  div.responsive-picture.Brand-image {
    max-width: 280px;
  }

  .container-grid.brand-container {
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: .0625rem solid #212529;
  }

  .container-grid.brand-title {
    margin-bottom: 10px;
  }

  .container-grid.bride-pic-cont {
    max-height: none;
  }

  .container-grid.bridesmaid-pic-cont {
    max-height: none;
  }

  .container-grid.veils-pic-cont {
    max-height: none;
  }

  .container-grid.container-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 40%;
       -moz-box-flex: 0;
        -ms-flex: 0 40%;
            flex: 0 40%;
  }

  .container-grid.bride-brand-pic-cont {
    max-height: none;
  }

  .container-grid.text-container {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  li.list-item span.list-item-text-1 {
    font-size: .75rem;
  }

  li.list-item span.list-item-text-2 {
    font-size: .75rem;
  }

  li.list-item span.list-item-text-3 {
    font-size: .75rem;
  }

  li.list-item span.list-item-text-4 {
    font-size: .75rem;
  }

  li.list-item span.list-item-text-5 {
    font-size: .75rem;
  }

  li.list-item span.list-item-text-6 {
    font-size: .75rem;
  }

  li.list-item span.list-item-text-8 {
    font-size: .75rem;
  }

  li.list-item span.list-item-text-9 {
    font-size: .75rem;
  }

  li.list-item span.list-item-text-10 {
    font-size: .75rem;
  }

  .container-grid.container-8 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .container-grid.carousel.slide {
    margin-top: 10px;
  }

  li.list-item.thank-list-item {
    margin-right: 7px;
    margin-left: 7px;
    width: 25px;
  }

  a.glyph.carousel-control.left {
    font-size: 40px;
  }

  a.glyph.carousel-control.right {
    font-size: 40px;
  }

  .container-grid#carousel-about {
    max-width: 500px;
  }

  .html-element.cart {
    -ms-flex-order: 1;
    margin-left: 50px;
    padding-left: 0;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
  }

  .html-element.search {
    margin-left: 0;
    padding-left: 11px;
    min-width: 300px;
  }

  .container-grid.Header-2 {
    margin-bottom: 5px;
  }

  .container-grid.gallery-text.service-text {
    max-width: 600px;
  }

  .container-grid.appointment {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 0;
    max-width: 1024px;
    width: auto;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
    justify-self: center;
  }

  .container-grid.container-9 {
    display: grid;
  }
}

@media screen and (min-width: 62rem) {
  /* Text Elements */

  h1 span.heading-text-2 {
    font-size: 1.25rem;
  }

  h1 span.heading-text-4 {
    font-size: 1.25rem;
  }

  h6.gallery-heading {
    text-align: center;
  }

  p.paragraph {
    font-size: 15px;
  }

  p.paragraph.gallery-caption {
    margin-right: 2.8%;
    padding-left: 11px;
    max-width: none;
  }

  ul.unorder-list.unordered-list-2 {
    float: none;
    padding-right: 0;
  }

  ol.order-list.carousel-indicators {
    max-width: 440px;
  }

  span.text-element.header-flex-top-right {
    margin-right: 15px;
    padding-left: 0;
  }

  span.text-element span.text-text-5 {
    font-size: .9375rem;
  }

  span.text-element span.text-text-2 {
    font-size: .875rem;
  }

  span.text-element.text-3 {
    font-size: 24px;
  }

  blockquote.blockquote-1 {
    max-width: 900px;
  }

  a.link-text.navlink {
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 0;
    padding-left: 0;
  }

  a.link-text.active-navlink {
    padding-right: 0;
    padding-left: 0;
  }

  ul.link-list.Footer-Links {
    max-width: 445px;
  }

  /* Layout Elements */

  body.body-1.body-background {
    border-radius: 0;
    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;
  }

  .container-grid.Header-1 {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 0;

    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    justify-self: center;
  }

  .container-grid.header-flex-top-left {
    display: block;
    min-height: 0;
    max-width: none;

    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  a.responsive-picture.logo {
    margin-left: 15px;
    min-height: 100.8;
    width: auto;
    height: auto;

    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  a.responsive-picture.logo > picture {
    height: auto;
  }

  .container-grid.header-flex-top-right {
    margin-top: 0;
    max-width: none;
  }

  .container-grid.Header-2 {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    padding-top: 0;
    padding-bottom: 0;

    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    justify-self: center;
  }

  .html-element.html-element-1 {
    margin-left: 0;
    padding-left: 11px;
  }

  .container-grid.header-flex-bottom-right {
    margin-top: 0;
    margin-right: 15px;
  }

  .container-grid.gallery-text {
    min-height: auto;
    max-width: 600px;
  }

  .container-grid.footer {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  li.list-item-link.footer-link {
    text-align: center;
  }

  li.list-item-link.footer-link > a {
    font-size: 16px;
  }

  .container-grid.menu-col {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: auto;
    margin-left: auto;
    max-width: 1024px;
    width: auto;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  div.responsive-picture.Brand-image {
    max-width: 500px;
  }

  .container-grid.container-4 {
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
            align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 35%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 35%;
            flex: 0 1 35%;
  }

  .container-grid.brand-container {
    margin-top: 0;
    margin-right: 50px;
    margin-bottom: 0;
  }

  .container-grid.main-brand-container {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .container-grid.bride-pic-cont {
    margin-left: 60px;
    max-width: 500px;
  }

  .container-grid.bridesmaid-pic-cont {
    margin-left: 60px;
    max-width: 500px;
  }

  .container-grid.veils-pic-cont {
    margin-left: 60px;
    max-width: 500px;
  }

  .container-grid.bride-brand-pic-cont {
    position: absolute;
    visibility: hidden;
  }

  .container-grid.brand-pic-simple {
    position: static;
    visibility: visible;
  }

  .container-grid.text-container {
    justify-self: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
            align-self: flex-start;
  }

  .container-grid.carousel.slide {
    position: relative;
    visibility: visible;
  }

  div.responsive-picture.d-block.w-100 {
    border-radius: 25px;
  }

  div.responsive-picture#Index-image-1 {
    border-radius: 0;
  }

  div.responsive-picture#Index-image-2 {
    border-radius: 0;
  }

  div.responsive-picture#Index-image-3 {
    border-radius: 0;
  }

  div.responsive-picture#Index-image-4 {
    border-radius: 0;
  }

  li.list-item.thank-list-item {
    margin-right: 7px;
    margin-left: 7px;
    width: 30px;
  }

  a.glyph.carousel-control.left {
    font-size: 50px;
  }

  a.glyph.carousel-control.right {
    font-size: 50px;
  }

  .container-grid#carousel-about {
    max-width: 600px;
  }

  div.responsive-picture#Index-image-5 {
    border-radius: 0;
  }

  .html-element.cart {
    margin-right: 10px;
    margin-left: 50px;
    padding-left: 0;
  }

  .html-element.search {
    -ms-flex-order: 1;
    margin-left: 0;
    padding-left: 11px;

    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
  }

  .container-grid.appointment {
    min-height: auto;
    max-width: 1400px;
  }

  .container-grid.container-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-order: 1;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    max-width: none;

    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
            align-self: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 75rem) {
  /* Text Elements */

  h1.heading-1 {
    display: inline-block;
    margin-bottom: 0;
  }

  p.paragraph {
    font-size: 16px;
  }

  p.paragraph.approintment.gallery-caption {
    max-width: 1400px;
  }

  ul.unorder-list.unordered-list-2 {
    display: block;
    max-width: 619px;

    justify-self: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
            align-self: flex-start;
  }

  ol.order-list.carousel-indicators {
    position: absolute;
    max-height: none;
  }

  span.text-element.header-flex-top-right {
    position: static;
    clear: none;
    max-width: none;
    width: auto;

    -webkit-box-flex: 0;
    -webkit-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
            align-self: auto;
  }

  span.text-element.bridal_text {
    max-width: 1000px;
  }

  span.text-element.text-1 {
    max-width: 300px;
  }

  blockquote.blockquote-1 {
    max-width: 900px;

    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  a.link-text.navlink {
    padding-right: 0;
    padding-left: 0;
  }

  a.link-text.active-navlink {
    padding-right: 0;
    padding-left: 0;
  }

  ul.link-list.Footer-Links {
    display: inline;
    max-width: 448px;
  }

  .container-grid.Header-1 {
    margin: 10px auto 3px;
    min-height: 0;
    max-width: 1400px;
    max-height: none;
    width: 100%;
    height: auto;

    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
            align-self: auto;
  }

  .container-grid.header-flex-top-left {
    display: block;
    -ms-flex-pack: start;
    float: none;
    -ms-flex-align: center;
    max-width: 700px;
    width: auto;

    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    justify-self: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  a.responsive-picture.logo {
    float: none;
    width: auto;
    height: auto;
    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;

    justify-self: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
    background-blend-mode: normal;
  }

  a.responsive-picture.logo > picture {
    height: auto;
  }

  .container-grid.header-flex-top-right {
    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-pack: end;
    -ms-flex-align: end;
    padding: 2px 5px;
    min-height: 0;
    max-width: 700px;
    max-height: none;
    width: auto;
    text-align: left;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
            align-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    justify-self: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  .container-grid.Header-2 {
    margin-right: auto;
    margin-left: auto;
    min-height: 0;
    max-width: 1400px;
    max-height: none;
    height: auto;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  .container-grid.header-flex-bottom-left {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    float: none;
    -ms-flex-align: center;
    margin-top: 0;
    max-width: 512px;
    width: 100%;

    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  .html-element.html-element-1 {
    min-height: 50px;

    justify-self: auto;
  }

  .container-grid.footer {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-right: auto;
    margin-left: auto;
    padding: 15px 20px;
    max-width: none;
    border: .125rem groove #bc790b;
    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;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    background-blend-mode: normal;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container-grid.menu-col {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 1024px;
    width: auto;

    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  .container-grid.container-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
    justify-self: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  li.list-item-link.footer-link {
    display: inline-block;
  }

  .container-grid.container-4 {
    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-pack: center;
    -ms-flex-align: end;
    margin-right: 0;
    margin-left: 0;

    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
            align-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    justify-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 40%;
       -moz-box-flex: 0;
        -ms-flex: 0 40%;
            flex: 0 40%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
            align-self: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  div.responsive-picture.brand {
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 0 10px;
  }

  .container-grid.brand-container {
    margin-top: 0;
    margin-right: 50px;
    margin-bottom: 0;
  }

  .container-grid.brand-title {
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    min-height: 39.8;
    max-width: none;
  }

  .container-grid.main-brand-container {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: start;
    -ms-flex-align: start;
    margin: 25px auto;

    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
            align-self: auto;
    justify-self: auto;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }

  .container-grid.bride-pic-cont {
    margin-left: 50px;
    max-width: 500px;
  }

  .container-grid.bridesmaid-pic-cont {
    margin-left: 50px;
    max-width: 550px;
  }

  .container-grid.veils-pic-cont {
    margin-left: 50px;
    max-width: 550px;
  }

  div.responsive-picture.Brand-image {
    max-width: 500px;
  }

  .container-grid.container-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
    justify-self: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .html-element.html-element-1-2 {
    max-width: 800px;
  }

  .container-grid.container-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  a.glyph.carousel-control.left {
    font-size: 50px;
  }

  .container-grid#carousel-about {
    max-width: 600px;
  }

  .container-grid.container-9 {
    display: block;
    max-width: none;
    width: auto;
  }

  a.responsive-picture.brand {
    margin-top: 3px;
    margin-bottom: 3px;
    padding-right: 10px;
    padding-left: 10px;
    max-width: none;
  }

  .html-element.cart {
    margin-bottom: 0;
    min-height: 50px;
  }

  .html-element.search {
    -ms-flex-order: 1;
    min-height: 50px;

    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
  }

  .container-grid.gallery-text {
    max-width: 600px;
  }

  .container-grid.appointment {
    max-width: 1400px;
  }
}