/* Text Elements */

h1 {
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
  font-weight: 100;
  font-family: 'Roboto', sans-serif;
}

h1.main-heading {
  color: #fff;
}

h1.review-heading {
  padding-bottom: 20px;
  color: #065bee;
  font-size: 2rem;
}

h1 span.pink-h {
  color: #e200d6;
}

h1.hero-heading {
  color: #4d4d4e;
  font-weight: 100;
  font-size: 30px;
}

h1 span.heading-text-1 {
  letter-spacing: 0;
  font-weight: 900;
  font-family: 'Roboto', cursive;
}

h1.blog-heading {
  padding-right: 10px;
  padding-left: 10px;
  color: #065bee;
  font-size: 30px;
}

h1 span.heading-text-3 {
  color: #fff;
}

h3.quotation-mark {
  margin-top: 0;
  margin-bottom: 0;
  color: #065bee;
  text-align: center;
  font-size: 90px;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

h3 {
  font-size: 26px;
  font-family: 'Roboto', sans-serif;
}

h4 {
  text-align: center;
  font-weight: 100;
  font-family: 'Roboto', sans-serif;
}

h4.feature-heading {
  color: #065bee;
  text-align: left;
  font-variant: small-caps;
  font-size: 25px;
}

h4.blog-date {
  padding-top: 20px;
}

h4.feature-heading:hover {
  color: #e200d6;
}

h6.contact-heading {
  margin-top: 0;
  color: #555;
  text-align: center;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
}

p.paragraph.header-paragraph {
  margin-bottom: 16px;
  padding-bottom: 50px;
  color: #fff;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
}

p.paragraph {
  margin-right: auto;
  margin-left: auto;
  padding-right: 5px;
  padding-left: 5px;
  max-width: 800px;
  color: #555;
  text-align: center;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

p.paragraph span.link {
  color: #065bee;
}

p.paragraph.footer-paragraph {
  color: #484848;
  font-weight: 300;
  font-style: italic;
  font-size: 14px;
}

p.paragraph a.link {
  color: #065bee;
}

p.paragraph.section-paragraph {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
}

p.paragraph.review-paragraph {
  padding-bottom: 20px;
}

p.paragraph.block-paragraph {
  text-align: left;
}

p.paragraph span.paragraph-text-1 {
  color: #8c3873;
}

p.paragraph span.paragraph-text-2 {
  color: #8c3873;
}

p.paragraph span.paragraph-text-3 {
  color: #8c3873;
}

p.paragraph span.paragraph-text-4 {
  color: #8c3873;
}

p.paragraph span.paragraph-text-5 {
  color: #8c3873;
}

p.paragraph span.paragraph-text-6 {
  color: #8c3873;
}

p.paragraph span.paragraph-text-7 {
  color: #8c3873;
}

p.paragraph span.paragraph-text-8 {
  color: #8c3873;
}

p.paragraph.lighter-p {
  color: #fff;
}

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

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

ul.unorder-list.dropdown-menu {
  margin-right: auto;
  margin-left: auto;
  border-bottom-style: none;
  background-color: #000;
}

/* Interaction Elements */

a.link-button.btn.btn-outline-primary {
  display: block;
  margin-top: 30px;
  padding: 15px;
  border-color: #e200d6;
  color: #fff;
  font-weight: 300;
  font-variant: small-caps;
}

a.link-button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 200px;
  font-family: 'Roboto', sans-serif;
}

a.link-button.btn.btn-outline-primary.read-more {
  margin-bottom: 30px;
  color: #000;
}

a.link-button.btn.btn-outline-primary:hover {
  background-color: #e147d1;
}

/* Layout Elements */

body.body-1 {
  height: auto;
}

.rule hr {
  border-top-width: 2px;
  border-top-color: #fff;
}

.rule {
  margin-right: auto;
  margin-left: auto;
  width: 40%;
}

.container-grid.heading-highlight {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 400px;
  background-color: rgba(9, 8, 8, .66);
}

.rule.dark-rile hr {
  border-top-color: #000;
}

.container-grid.review-container {
  margin-bottom: 50px;
  max-width: 300px;
  box-shadow: rgba(0, 0, 0, .5) 5px 5px 10px 0;
}

.rule.dark-rule hr {
  border-top-width: 1px;
  border-top-color: #000;
}

.container-grid.dropdown {
  float: right;
  padding-top: 5px;
  padding-right: 60px;
  max-width: 1200px;

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

li.list-item a.nav-link {
  color: #e147d1;
  font-variant: small-caps;
  font-family: 'Roboto', sans-serif;
}

.container-grid.navmenu {
  max-width: 1200px;
}

.container-grid.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  max-width: 1400px;

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

.container-grid.container-fluid.heading-highlight {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 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.nav-region {
  background-color: #000;
}

.container-grid.footer-links {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #000;
}

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

.container-grid.contact-region {
  padding-top: 5px;
  padding-bottom: 10px;
  background-color: #000;
  background-image: url('../images/rainbow-blast.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;
}

.container-grid.map-holder {
  padding-top: 40px;
}

.container-grid.friends-container {
  padding-top: 50px;
  padding-bottom: 40px;
}

span.glyph.contact-icon {
  padding-top: 20px;
  color: #065bee;
  text-align: center;
  font-size: 30px;
}

.container-grid.contact-container {
  margin-bottom: 10px;
  padding-bottom: 20px;
  width: 180px;
}

.container-grid.contact-devices {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  padding-top: 20px;
  padding-bottom: 40px;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container-grid.index-header-region {
  padding-bottom: 50px;
  background-image: url('../images/rainbow-phone-header.jpg');
  background-attachment: scroll;
  background-position: right top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container-grid.index-information {
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  max-width: 1200px;
}

span.glyph.feature-icon {
  color: #065bee;
  font-size: 30px;
}

.container-grid.feature-container {
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 300px;
}

.container-grid.index-features {
  margin-top: 70px;
  margin-bottom: 40px;
}

.container-grid.skills-heading {
  margin-bottom: 50px;
}

.container-grid.feature-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: center;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container-grid.review-heading {
  padding-top: 30px;
  padding-bottom: 30px;
}

.container-grid.heading-holder {
  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.reviews {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: center;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 50px;
  max-width: 1200px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container-grid.container-fluid.dropdown {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

li.list-item {
  font-size: 19px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.container-grid.social-inner {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #fafafa;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, 1) 20%);
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, 1) 20%);
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, 1) 20%);
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, 1) 20%);
  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;
}

div.responsive-picture.blog-image {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  max-width: 400px;
  max-height: none;
  border: 0 solid #8c3873;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.container-grid.blog-container {
  margin-bottom: 50px;
  padding-right: 0;
  padding-left: 0;
  max-width: 400px;
  border-radius: 8px;
  background-color: #fff;
}

.container-grid.blog-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  max-width: 1200px;

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

.container-grid.blog-region {
  padding-top: 70px;
  padding-bottom: 50px;
  background-color: rgba(0, 0, 0, .99);
  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.book-offer {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: -webkit-linear-gradient(285deg, rgba(0, 0, 0, .62) 70%, rgba(29, 30, 33, .17) 100%);
  background-image:    -moz-linear-gradient(285deg, rgba(0, 0, 0, .62) 70%, rgba(29, 30, 33, .17) 100%);
  background-image:      -o-linear-gradient(285deg, rgba(0, 0, 0, .62) 70%, rgba(29, 30, 33, .17) 100%);
  background-image:         linear-gradient(165deg, rgba(0, 0, 0, .62) 70%, rgba(29, 30, 33, .17) 100%);
  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;
}

.container-grid.book {
  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.blog-container.container-fluid {
  border: 2px solid #8c3873;
}

.container-grid.contact-container:hover {
  box-shadow: rgba(0, 0, 0, .5) 5px 5px 10px 0;
}

span.glyph.feature-icon:hover {
  color: #e200d6;
}

.container-grid.feature-container:hover {
  box-shadow: rgba(0, 0, 0, .5) 5px 5px 10px 0;
  opacity: .99;
}

@media screen and (min-width: 321px) {
  /* Text Elements */

  h1 {
    font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  h1.hero-heading {
    color: #fcfcff;
  }

  h1 span.heading-text-2 {
    color: #353535;
  }

  h1.review-heading {
    font-size: 25px;
  }

  h1 span.heading-text-3 {
    color: #fff;
  }

  h3.quotation-mark {
    font-size: 78px;
    line-height: 1.1;
  }

  h6.contact-heading {
    font-size: 19px;
    font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  p.paragraph {
    font-size: 21px;
    font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  p.paragraph.header-paragraph {
    font-size: 22px;
  }

  p.paragraph span.paragraph-text-9 {
    color: #8c3873;
  }

  p.paragraph span.paragraph-text-12 {
    color: #919191;
    font-variant: normal;
    font-size: 15px;
    line-height: 1.01;
  }

  p.paragraph.section-paragraph {
    padding-right: 25px;
    padding-left: 25px;
    line-height: 24px;
  }

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

  p.paragraph.review-paragraph {
    font-size: 13px;
  }

  p.paragraph span.paragraph-text-13 {
    color: #8c3873;
  }

  /* Interaction Elements */

  a.link-button.btn.btn-outline-primary {
    color: #fff;
  }

  .container-grid.footer-container {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-align: center;

    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container-grid.contact-region {
    padding-top: 7px;
    padding-bottom: 10px;
    background-size: cover;
  }

  .container-grid.index-header-region {
    background-position: center center;
  }

  .container-grid.feature-container {
    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;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  .container-grid.feature-holder {
    position: static;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    clear: left;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1;
       -moz-box-flex: 0;
        -ms-flex: 0 1;
            flex: 0 1;
  }

  .container-grid.reviews {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: center;

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

  .container-grid.container-fluid.dropdown {
    float: left;
  }

  .container-grid.container-fluid.heading-highlight {
    max-width: 500px;
    background-color: rgba(9, 8, 8, .5);
    box-shadow: rgba(0, 0, 0, .5) 5px 5px 16px 16px;
  }

  .container-grid.contact-devices {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container-grid.contact-container.container-fluid {
    padding-right: 0;
    padding-left: 0;
    width: auto;
  }

  li.list-item {
    font-size: 22px;
  }

  .container-grid.index-information {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 16%);
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 16%);
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 16%);
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 16%);
    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;
  }

  .container-grid.review-heading {
    padding-top: 100px;
  }

  div.responsive-picture.blog-image {
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .container-grid.blog-region {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container-grid.book-offer {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: -webkit-linear-gradient(290deg, rgba(41, 40, 40, .76) 70%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-linear-gradient(290deg, rgba(41, 40, 40, .76) 70%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-linear-gradient(290deg, rgba(41, 40, 40, .76) 70%, rgba(29, 30, 33, .5) 100%);
    background-image:         linear-gradient(160deg, rgba(41, 40, 40, .76) 70%, rgba(29, 30, 33, .5) 100%);
    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;
  }

  .container-grid.social-inner {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, 1) 20%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, 1) 20%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, 1) 20%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, 1) 20%);
    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;
  }
}

@media screen and (min-width: 768px) {
  /* Text Elements */

  h1 span.heading-text-1 {
    letter-spacing: 0;
  }

  h1 span.heading-text-3 {
    color: #fff;
  }

  h4.feature-heading {
    font-size: 26px;
  }

  h6.contact-heading {
    font-size: 20px;
  }

  p.paragraph.header-paragraph {
    padding-top: 10px;
    font-size: 26px;
  }

  p.paragraph span.paragraph-text-10 {
    font-style: italic;
  }

  p.paragraph span.paragraph-text-11 {
    font-style: italic;
  }

  p.paragraph span.paragraph-text-14 {
    color: #000;
  }

  /* Interaction Elements */

  a.link-button.btn.btn-outline-primary {
    font-size: 18px;
  }

  a.link-button span.button-link-text-1 {
    color: #fff;
  }

  .container-grid.contact-region {
    display: block;
    float: none;
    background-position: center center;
  }

  .container-grid.index-information {
    max-width: none;
    background-color: #000;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 16%);
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 16%);
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 16%);
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 16%);
    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;
  }

  .container-grid.heading-holder {
    display: block;
    float: none;
  }

  .container-grid.container-fluid.review-container {
    max-width: 350px;
  }

  li.list-item {
    font-size: 25px;
  }

  span.glyph.feature-icon {
    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.container-fluid.heading-highlight {
    box-shadow: rgba(0, 0, 0, .59) 0 0 16px 16px;
  }

  .container-grid.index-header-region {
    padding-top: 0;
    background-color: #000;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    letter-spacing: 0;
  }

  .container-grid.social-inner {
    display: block;
    float: none;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, 1) 20%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, 1) 20%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, 1) 20%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, 1) 20%);
    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;
  }

  .container-grid.container-fluid.feature-container {
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-timing-function: ease-in-out;
       -moz-transition-timing-function: ease-in-out;
         -o-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: 1s;
       -moz-transition-duration: 1s;
         -o-transition-duration: 1s;
            transition-duration: 1s;
    -webkit-transition-property: all;
       -moz-transition-property: all;
         -o-transition-property: all;
            transition-property: all;
  }

  div.responsive-picture.blog-image {
    display: inline;
    float: none;
    clear: none;
    margin-bottom: -6px;
    min-height: 0;
    max-width: 600px;
    max-height: none;
    border-color: #f00;
  }

  .container-grid.blog-container.container-fluid {
    border: 2px solid #8c3873;
  }

  .container-grid.blog-region {
    display: block;
    float: none;
  }

  .container-grid.review-heading {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 40%);
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 40%);
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 40%);
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 40%);
    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;
  }

  .container-grid.book-offer {
    padding-top: 100px;
    padding-bottom: 100px;
    background-attachment: fixed;
  }

  .rule.dark-rile {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .rule.dark-rile hr {
    border-top-width: 1px;
  }

  .container-grid.book {
    padding-top: 26px;
    padding-right: 0;
  }
}

@media screen and (min-width: 992px) {
  /* Text Elements */

  p.paragraph.header-paragraph {
    padding-bottom: 50px;
  }

  .container-grid.container-fluid.heading-highlight {
    margin-bottom: 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.container-fluid.feature-container {
    max-width: 350px;
  }

  li.list-item {
    font-size: 30px;
  }

  .container-grid.book-offer {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 1200px) {
  .container-grid.container-fluid.heading-highlight {
    margin-top: 50px;
    margin-bottom: 80px;
  }

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

  .container-grid.contact-region {
    float: none;
  }

  .container-grid.index-header-region {
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container-grid.feature-holder {
    margin-right: auto;
    margin-left: auto;
  }

  .container-grid.container-fluid.feature-container {
    -ms-flex-pack: center;

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

  .container-grid.heading-holder {
    float: none;
  }

  .container-grid.social-inner {
    float: none;
  }

  div.responsive-picture.blog-image {
    max-height: none;
  }

  .container-grid.book {
    float: none;
  }
}