/* Text Elements */

h1.heading-1 {
  color: #8688a0;
  text-align: center;
}

h2.heading-2 {
  display: inline-block;
  width: 50%;
  color: #8688a0;
  font-size: 16px;
}

h2.heading-3 {
  display: inline-block;
  width: 50%;
  color: #8688a0;
  text-align: right;
  font-size: 16px;
}

h3.heading-4 {
  color: #8688a0;
  text-align: center;
  font-size: 26px;
}

h4.heading-5 {
  color: #fff;
  text-align: center;
  font-size: 26px;
}

p.paragraph.paragraph-1 {
  margin-bottom: 5px;
  color: #000;
  text-align: center;
  font-size: 20px;
}

p.paragraph.paragraph-2 {
  color: #8688a0;
  text-align: center;
  font-size: 20px;
}

p.paragraph.paragraph-4 {
  display: inline-block;
  width: 65%;
  font-size: 15px;
}

p.paragraph.paragraph-5 {
  display: inline-block;
  width: 35%;
  text-align: right;
  font-size: 15px;
}

p.paragraph.paragraph-6 {
  text-align: center;
  text-transform: none;
}

p.paragraph.paragraph-7 {
  color: #8688a0;
  text-align: center;
  font-size: 18px;
}

p.paragraph.paragraph-8 {
  text-align: center;
}

p.paragraph span.paragraph-text-1 {
  font-weight: 700;
  font-size: 1.125rem;
}

p.paragraph.paragraph-9 {
  text-align: center;
  font-size: 18px;
}

p.paragraph.paragraph-10 {
  text-align: center;
  font-size: 18px;
}

p.paragraph.paragraph-11 {
  color: #fff;
  text-align: center;
  font-size: 22px;
}

p.paragraph.paragraph-12 {
  color: #fff;
  text-align: center;
  font-size: 14px;
}

a.link-text.text-link-1 {
  display: block;
  color: #000;
  text-align: center;
  font-size: 20px;
}

a.link-text.text-link-2 {
  display: block;
  margin-bottom: 10px;
  color: #000;
  text-align: center;
  font-size: 20px;
}

a.link-text.text-link-3 {
  display: block;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  font-size: 22px;
}

a.link-text.text-link-4 {
  color: #fff;
}

/* Layout Elements */

body.body-1 {
  max-width: 2000px;
}

.container.container-1 {
  background-image: url('../Trends_Images/Header.jpg');
  background-attachment: scroll;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;

  background-blend-mode: normal;
}

.container.container-2 {
  padding: 10px;
  background-color: #ebebeb;
}

.container.container-3 {
  background-color: #fff;
}

.container.container-4 {
  margin-right: auto;
  margin-left: auto;
  padding: 20px 10px;
  max-width: 1500px;
}

.container.container-7 {
  background-image: url('../Trends_Images/background.jpg');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;

  background-blend-mode: normal;
}

.container.container-8 {
  margin-right: auto;
  margin-left: auto;
  padding: 20px 10px;
  max-width: 1200px;
}

.container.container-9 {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #fff;
}

.container.container-10 {
  padding: 10px;
  background-color: #fff;
}

.container.container-11 {
  min-height: 50vh;
}

.container.container-12 {
  background-color: #d6d6df;
}

.container.container-13 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.container.container-14 {
  background-color: #000;
}

.container.container-15 {
  background-color: #000;
}

.link-container.link-container-1 {
  min-height: 30px;
  background-image: url('../Trends_Images/OMDWebsites_Footer_Bar_2000_New.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;
}

.html-element.html-element-100 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url('../Trends_Images/BackgroundHair.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

a.responsive-picture.picture-link-1 {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
  max-width: 1050px;
}

div.responsive-picture.picture-1 {
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  max-width: 250px;
}

a.social-image.social-icon-1 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 42px;
}

div.responsive-picture.picture-2 {
  margin-right: auto;
  margin-left: auto;
}

div.responsive-picture.picture-3 {
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  max-width: 1000px;
}

div.responsive-picture#picture-1 {
  display: none;
}

a.social-image.social-icon-2 {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  max-width: 42px;
}

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

  h2.heading-2 {
    font-size: 20px;
  }

  h2.heading-3 {
    font-size: 20px;
  }

  p.paragraph.paragraph-2 {
    margin-bottom: 0;
    width: 48%;
  }

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

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

  p.paragraph.paragraph-11 {
    margin-right: auto;
    margin-left: auto;
    max-width: 430px;
    font-size: 24px;
  }

  a.link-text.text-link-3 {
    font-size: 24px;
  }

  /* Layout Elements */

  .container.container-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    margin-top: 20px;
    max-width: 500px;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }

  .container.container-6 {
    margin-top: 0;
  }

  div.responsive-picture.picture-1 {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    width: auto;
  }
}

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

  h1.heading-1 {
    text-align: left;
  }

  h2.heading-2 {
    width: 50%;
    font-size: 20px;
  }

  h2.heading-3 {
    width: 50%;
    font-size: 20px;
  }

  h4.heading-5 {
    font-size: 30px;
  }

  p.paragraph.paragraph-1 {
    margin-right: auto;
    margin-left: auto;
    max-width: 300px;
  }

  p.paragraph.paragraph-4 {
    font-size: 18px;
  }

  p.paragraph.paragraph-5 {
    font-size: 18px;
  }

  p.paragraph.paragraph-7 {
    font-size: 20px;
  }

  p.paragraph.paragraph-6 {
    font-size: 18px;
  }

  p.paragraph.paragraph-8 {
    font-size: 18px;
  }

  p.paragraph span.paragraph-text-1 {
    font-size: 1.25rem;
  }

  p.paragraph.paragraph-11 {
    max-width: none;
    font-size: 24px;
  }

  /* Layout Elements */

  .container.container-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: start;
    -ms-flex-align: center;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 60vh;
    background-repeat: no-repeat;

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

  .container.container-2 {
    max-width: 515px;
    width: 52%;
  }

  .container.container-4 {
    padding: 30px 15px;
  }

  .container.container-5 {
    margin-top: 30px;
    max-width: 500px;
  }

  .container.container-8 {
    display: block;
    -ms-flex-pack: justify;
    padding: 30px 15px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }

  .container.container-9 {
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
    width: 75%;
  }

  .container.container-10 {
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
    width: 75%;
  }

  .container.container-11 {
    min-height: 60vh;
  }

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

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }

  div.responsive-picture#picture-1 {
    display: block;
  }

  div.responsive-picture.picture-2 {
    margin-right: 0;
    margin-left: 0;
    width: 20%;
  }

  div.responsive-picture.picture-3 {
    margin-right: 0;
    margin-left: 0;
    width: 50%;
  }
}

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

  h2.heading-2 {
    width: 50%;
    font-size: 24px;
  }

  h2.heading-3 {
    width: 50%;
    font-size: 22px;
  }

  h4.heading-5 {
    font-size: 36px;
  }

  p.paragraph.paragraph-1 {
    margin-right: auto;
    margin-left: auto;
    max-width: 400px;
    font-size: 24px;
  }

  p.paragraph.paragraph-3 {
    width: 65%;
  }

  p.paragraph.paragraph-2 {
    width: auto;
  }

  p.paragraph.paragraph-4 {
    width: 60%;
  }

  p.paragraph.paragraph-5 {
    width: 40%;
    font-size: 16px;
  }

  p.paragraph.paragraph-11 {
    font-size: 28px;
  }

  a.link-text.text-link-1 {
    font-size: 24px;
  }

  a.link-text.text-link-3 {
    font-size: 28px;
  }

  /* Layout Elements */

  .container.container-2 {
    max-width: 760px;
    width: 50%;
  }

  .container.container-1 {
    min-height: 90vh;
  }

  .container.container-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.container-5 {
    display: block;
    max-width: 250px;
    width: 40%;
  }

  .container.container-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    padding-top: 40px;
    padding-bottom: 40px;

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

  .container.container-9 {
    width: 48%;
  }

  .container.container-10 {
    width: 98%;
  }

  .container.container-11 {
    min-height: 80vh;
  }

  div.responsive-picture.picture-1 {
    margin-bottom: 5px;
    width: auto;
  }

  div.responsive-picture.picture-3 {
    width: 50%;
  }
}

@media screen and (min-width: 84.4375rem) {
  /* Layout Elements */

  .container.container-1 {
    padding-right: 15px;
    padding-left: 5%;
    min-height: 100vh;
  }
}