/* Text Elements */

h1.home-heading {
  margin-top: 6rem;
  margin-bottom: 4rem;
  color: #fff;
  text-align: center;
  text-shadow: rgba(34, 34, 34, .75) 2px 2px 5px;
  font-size: 50px;
  font-family: 'Oswald', cursive;
}

h1.towel-name {
  margin-bottom: 0;
  text-align: center;
  font-size: 30px;
  font-family: 'PT Sans', cursive;
}

h1.page-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, .6) 4px 4px 5px;
  letter-spacing: 4px;
  font-size: 30px;
  font-family: 'Roboto Condensed', cursive;
}

h2 {
  color: #22148c;
  font-family: 'Oswald', cursive;
}

h2.home-section-heading {
  font-size: 40px;
}

h2.green {
  color: #2c5500;
}

h2.selling-points-heading {
  color: #000;
  text-align: center;
  font-size: 40px;
}

h2.free-design-heading {
  color: #000;
  text-align: center;
  font-size: 40px;
}

h2.main-heading {
  margin-bottom: 1.25rem;
  color: #000;
  text-align: center;
  font-size: 24px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

h3 {
  display: block;
  color: #5a5a5a;
  text-transform: uppercase;
  letter-spacing: .0625rem;
  font-weight: 700;
  font-size: 20px;
  font-family: 'Montserrat', cursive;
}

h3.center {
  text-align: center;
}

h3.example-heading {
  margin-bottom: 0;
  letter-spacing: 1px;
  line-height: 1.2;
}

h6 {
  color: rgba(13, 44, 54, .75);
  font-family: 'Montserrat', sans-serif;
}

h6.footer-title {
  margin-bottom: 2rem;
  color: #fff;
  font-size: 16px;
  font-family: 'PT Sans', cursive;
}

p.paragraph.home-main-text {
  margin: 0 auto 2rem;
  padding: 1rem;
  max-width: none;
  border: .0625rem solid #4e9bde;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, .6);
  box-shadow: rgba(0, 0, 0, .5) 2px 2px 5px 0;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

p.paragraph {
  color: rgba(13, 44, 54, .85);
  letter-spacing: .0125rem;
  font-size: 16px;
  font-family: 'PT Sans', sans-serif;
  line-height: 1.5;
}

p.paragraph.lower-promo-heading {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 30px;
}

p.paragraph.lower-promo-text {
  text-align: center;
}

p.paragraph.footer-section-heading {
  margin-bottom: 0;
  color: #aaa;
  font-size: 15px;
}

p.paragraph.white {
  color: #fff;
}

p.paragraph.footer-section-text {
  font-size: 14px;
}

p.paragraph.company-name {
  display: inline-block;
  margin-bottom: 0;
  padding-right: 8px;
  font-size: 14px;
}

p.paragraph.address {
  margin-bottom: 0;
  font-size: 14px;
}

p.paragraph.city-zip {
  margin-bottom: 0;
  font-size: 14px;
}

p.paragraph.phone-notation {
  display: inline-block;
  font-size: 14px;
}

p.paragraph.copyright {
  color: #fff;
  font-size: 10px;
  font-family: Verdana, Geneva, sans-serif;
}

p.paragraph.selling-points-text {
  text-align: center;
}

p.paragraph.section-description {
  margin-bottom: 1.25rem;
}

p.paragraph.towel-description {
  margin-bottom: .5rem;
}

span.text-element.strandlakens-type {
  color: #22148c;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Roboto Condensed', cursive;
  line-height: 1.3rem;
}

span.text-element.mobile-submenu-text {
  padding: 0 0 0 1rem;
  color: #22148c;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Roboto Condensed', cursive;
}

span.text-element.close-towel-display {
  text-align: right;
  font-size: 24px;
}

a.link-text {
  display: block;
}

a.link-text.top-nav-link {
  color: #fff;
  font-family: 'Roboto Condensed', cursive;
}

a.link-text.dropdown-item {
  margin-bottom: 0;
  padding: 0 1rem 0 .5rem;
  color: #22148c;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Roboto Condensed', cursive;
  -webkit-transition-delay: .03s;
     -moz-transition-delay: .03s;
       -o-transition-delay: .03s;
          transition-delay: .03s;
  -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: .3s;
     -moz-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: background-color;
     -moz-transition-property: background-color;
       -o-transition-property: background-color;
          transition-property: background-color;
}

a.link-text.first-link {
  padding-top: 6px;
}

a.link-text.last-link {
  padding-bottom: 6px;
}

a.link-text.navlink-dropdown.top-nav-link {
  display: inline-block;
}

a.link-text.dropdown-item.last-link {
  margin-bottom: 0;
  padding-bottom: 3px;
}

a.link-text.home-call-to-action {
  margin-right: auto;
  margin-bottom: 1rem;
  margin-left: auto;
  padding: .5rem 1rem;
  max-width: 90%;
  border: .0625rem solid #4e9bde;
  border-radius: 8px;
  background-color: #e51d6b;
  box-shadow: rgba(34, 34, 34, .75) 2px 2px 5px 0;
  color: #fff;
  text-align: center;
  text-shadow: #000 1px 1px 0;
}

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

a.link-text.center {
  text-align: center;
}

a.link-text.scroll-down {
  text-shadow: rgba(34, 34, 34, .75) 2px 2px 5px;
}

a.link-text.center.scroll-down.white {
  margin-bottom: 18rem;
}

a.link-text.view-all {
  margin-bottom: 0;
  text-align: center;
  letter-spacing: 2px;
  font-size: 12px;
}

a.link-text.footer-link {
  color: #fbfecd;
  font-size: 14px;
}

a.link-text.phone {
  display: inline-block;
  padding-right: 8px;
}

a.link-text.free-design-button {
  margin-right: auto;
  margin-bottom: 4rem;
  margin-left: auto;
  padding: 1rem;
  max-width: 300px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, .5) 5px 5px 10px 0;
  color: #000;
  text-align: center;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: 2s;
     -moz-transition-duration: 2s;
       -o-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transition-property: all;
     -moz-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
}

a.link-text#strandlakens {
  margin-bottom: 0;
  padding-bottom: 3px;
}

a.link-text.company {
  color: #fff;
  letter-spacing: 4px;
  font-variant: small-caps;
  font-size: 16px;
  font-family: 'Oswald', cursive;
  line-height: 2.5rem;
}

a.link-text.dropdown-item.first-link {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

a.link-text.towel-display-quote-request {
  color: #1779ba;
  font-size: 14px;
}

a.link-text.dropdown-item:hover {
  background-color: #e5e5e5;
}

a.link-text.free-design-button:hover {
  background-color: #4e9bde;
  color: #fff;
  text-shadow: rgba(0, 0, 0, .6) 2px 2px 5px;
}

a.link-text.home-call-to-action:hover {
  background-color: #f06;
}

a.link-text.towel-display-quote-request:hover {
  text-decoration: underline;
}

ul.link-list.breadcrumb-style {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 1140px;
}

/* Layout Elements */

body > .row {
  max-width: none;
}

body > .row.top-nav-row {
  position: fixed;
  min-height: 40px;
  width: 100%;
  background-color: rgba(34, 34, 34, .75);
}

body > .row > [class*='small-'].top-nav {
  display: none;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

body > .row.nav-padding {
  padding-top: 56px;
}

body > .row.bg-main {
  background-image: url('../img/strandlakens-bedrukken.jpg');
  background-attachment: scroll;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

body > .row.features-row {
  background-image: url('../img/strandlakens-relief.jpg');
  background-attachment: fixed;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

body > .row.examples-row {
  background-image: url('../img/strandlakens-overall.jpg');
  background-attachment: fixed;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

body > .row > [class*='small-'].design-break {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 5px;
  background-color: #fff;
}

body > .row > [class*='small-'].column-padding {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

body > .row > [class*='small-'] {
  padding-top: .625rem;
  padding-bottom: .625rem;
}

body > .row > [class*='small-'].lower-promo {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(167, 194, 207, 1) 100%);
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(167, 194, 207, 1) 100%);
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(167, 194, 207, 1) 100%);
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(167, 194, 207, 1) 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;
}

body > .row > [class*='small-'].footer-column {
  background-color: #333;
}

body > .row.selling-points-row {
  background-image: url('../img/strandlaken-rand.jpg');
  background-attachment: fixed;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

body > .row.free-design-row {
  background-image: url('../img/handdoeken-logo-borduren.jpg');
  background-attachment: fixed;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

body > .row.header-row {
  background-image: url('../img/strandlakens-bedrukken-header-background.jpg');
  background-attachment: scroll;
  background-position: left center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

body > .row.header-row.nav-padding {
  background-position: center center;
  background-size: cover;
}

body > .row > [class*='small-'].company-name {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;

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

body > .row > [class*='small-'].header-column {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  min-height: 372px;
  background-color: rgba(0, 0, 0, .4);

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

body > .row.main-row {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

body > .row > [class*='small-'].breadcrumb-column {
  border-bottom: .0625rem solid #4a4a4d;
}

.subgrid.examples-subgrid {
  margin-right: auto;
  margin-left: auto;
  border-radius: 8px;
  background-color: #fff;
}

.subgrid > .row > [class*='small-'].examples-heading-sg-column {
  padding: 1rem;
}

.subgrid > .row > [class*='small-'].credits-column {
  padding-top: 3rem;
}

.subgrid > .row > [class*='small-'].examples-items-sg-column {
  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.dropdown-pane-cstm {
  padding-right: 0;
  padding-left: 0;
  width: auto;
  border-radius: 3px;
}

.container.dropdown-pane.dropdown-pane-cstm {
  padding-top: .25rem;
  padding-bottom: .25rem;
  max-width: 288px;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, .5) 2px 2px 5px 0;
}

.container.dropdown-wrapper {
  float: left;
}

.container.home-items-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;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-bottom: 2rem;

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

.container#keukensets-weven {
  -ms-flex-pack: start;

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

.container#theedoken-weven {
  -ms-flex-pack: start;

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

.container.dual-column-container {
  margin-right: auto;
  margin-left: auto;
}

.container.selling-points-container {
  margin-right: auto;
  margin-left: auto;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, .8);
}

.container.free-design-container {
  margin-right: auto;
  margin-left: auto;
  padding: 2rem 1.5rem;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, .8);
  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.mobile-dropdown-wrapper {
  float: left;
}

.container.main-content-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
}

.container.towels-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: distribute;
  margin-bottom: 1.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;

  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.towel-display-container {
  margin-right: auto;
  margin-bottom: 3rem;
  margin-left: auto;
  max-width: 1140px;
}

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

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

.container.towel-heading-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: distribute;
  -ms-flex-align: center;

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

.container.towel-name-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;
  -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.towel-description-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: distribute;
  -ms-flex-align: start;

  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}

.container.strandlakens-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;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-bottom: 2rem;

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

.container.towel-type-heading-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;
  -ms-flex-pack: end;
  min-height: 0;

  -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;
}

.container.towel-image-container {
  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;
}

.link-container.strandlakens-link-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding: .25rem;

  -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;
}

.link-container.mobile-submenu-link-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  padding: 0;
  min-height: 38px;
  max-width: 200px;
  width: 100%;

  -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;
}

.link-container.back-to-towels-link {
  margin-right: auto;
  margin-bottom: -30px;
  margin-left: auto;
  max-width: 250px;
}

.link-container.strandlakens-link-container:hover {
  border-top: .0625rem solid #e51d6b;
  border-bottom: .0625rem solid #e51d6b;
  background-color: #fbfecd;
}

span.glyph.dropdown-icon {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: .75rem;
}

a.glyph.home-main-prompt-icon {
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  text-shadow: rgba(34, 34, 34, .75) 2px 2px 5px;
  line-height: 2.5rem;
}

ul.list-container.features-list-container {
  margin-left: 0;
  padding: 1rem .5rem;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, .8);
  list-style-type: none;
}

.rule.pink {
  width: 30%;
}

.rule.pink hr {
  border-top-width: 3px;
  border-top-color: #e51d6b;
}

.rule.blue {
  width: 30%;
}

.rule.blue hr {
  border-top-width: 3px;
  border-top-color: #22148c;
}

a.responsive-picture.example-towel {
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
  width: 85%;
}

.rule.footer-separator hr {
  border-top-color: #5c6987;
}

.rule.footer-separator {
  margin-top: 1.5rem;
}

ul.list-container.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  margin-bottom: .4rem;
  border-radius: 4px;
}

a.glyph.mobile-menu-icon {
  color: #fff;
  font-size: 28px;
}

li.list-item-container.mobile-subitem-container {
  position: relative;
  padding-left: .5rem;
  min-height: 34px;
  width: 100%;
}

ul.list-container#mobile-submenu-portrait {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
}

div.responsive-picture.mobile-menu-icon {
  display: inline-block;
  max-width: 25px;
}

a.responsive-picture.towel-gallery-image {
  margin-bottom: 1rem;
  max-width: 200px;
}

li.list-item-link.breadcrumb-link > a {
  color: #1779ba;
}

li.list-item-link.breadcrumb-current > a {
  color: #222;
}

a.glyph.towel-nav-arrows {
  color: #1779ba;
  font-size: 80px;
}

div.responsive-picture.towel-image {
  max-width: 225px;
}

li.list-item-link.breadcrumb-link:hover > a {
  color: #f06;
  text-decoration: underline;
}

a.glyph.towel-nav-arrows:hover {
  text-shadow: #f06 0 0 8px;
}

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

  .container.dropdown-pane.dropdown-pane-cstm {
    max-width: 350px;
  }

  .link-container.back-to-towels-link {
    max-width: 300px;
  }
}

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

  a.link-text#strandlakens {
    margin-bottom: .54rem;
    padding-bottom: 3px;
  }

  /* Layout Elements */

  .link-container.back-to-towels-link {
    max-width: 350px;
  }

  div.responsive-picture.towel-image {
    max-width: 300px;
  }
}

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

  h1.home-heading {
    font-size: 75px;
  }

  h3.center.example-heading {
    min-height: 50px;
  }

  h6.footer-title {
    font-size: 20px;
  }

  p.paragraph.home-main-text {
    margin-top: 2rem;
    margin-bottom: 1rem;
    max-width: 80%;
    font-size: 16px;
  }

  p.paragraph.footer-section-heading {
    font-size: 18px;
  }

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

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

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

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

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

  span.text-element.close-towel-display {
    font-size: 30px;
  }

  a.link-text.home-call-to-action {
    max-width: 50%;
  }

  a.link-text.footer-link {
    font-size: 16px;
  }

  a.link-text.dropdown-item {
    font-size: 16px;
  }

  a.link-text#strandlakens {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  /* Layout Elements */

  body > .row.selling-points-row {
    background-image: url('../img/strandlaken-rand.jpg');
  }

  body > .row.free-design-row {
    background-image: url('../img/handdoeken-logo-borduren.jpg');
  }

  .subgrid.examples-subgrid {
    max-width: 90%;
  }

  .subgrid.footer-subgrid {
    max-width: 90%;
  }

  .subgrid > .row > [class*='small-'].examples-items-sg-column {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;

    -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-justify-content: space-around;
            justify-content: space-around;
  }

  .subgrid > .row.subgrid-row-1 {
    margin-right: 0;
    margin-left: 0;
  }

  .container.home-items-container {
    width: 49%;
  }

  .container.dual-column-container {
    max-width: 90%;
  }

  .container.selling-points-container {
    margin-top: 2rem;
    margin-bottom: 2rem;
    max-width: 90%;
  }

  .container.free-design-container {
    margin-top: 2rem;
    margin-bottom: 2rem;
    max-width: 90%;
  }

  .container.dropdown-pane.dropdown-pane-cstm {
    max-width: 575px;
  }

  .container.strandlakens-container {
    -ms-flex-pack: start;
    width: 49%;

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

  .container.towel-type-heading-container {
    min-height: 70px;
  }

  .link-container.footer-address-container {
    margin-bottom: 2rem;
  }

  .link-container.back-to-towels-link {
    max-width: 400px;
  }

  ul.list-container.features-list-container {
    margin-left: 0;
    padding: 2rem 1rem;
  }

  ul.list-container#mobile-submenu-portrait {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  div.responsive-picture.mobile-menu-icon {
    display: inline-block;
    max-width: 25px;
  }

  li.list-item-container.mobile-subitem-container {
    width: 200px;
    border-right: .0625rem solid #aaa;
  }

  div.responsive-picture.towel-image {
    max-width: 350px;
  }
}

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

  h1.home-heading {
    margin-bottom: 6rem;
  }

  h2.home-section-heading {
    font-size: 50px;
  }

  h3.center.example-heading {
    min-height: 0;
  }

  h6.footer-title {
    font-size: 36px;
  }

  p.paragraph.home-main-text {
    max-width: 50%;
  }

  p.paragraph.address {
    margin-bottom: 0;
    padding-right: 8px;
  }

  p.paragraph a.p-email {
    color: #fbfecd;
  }

  p.paragraph.phone-notation {
    display: inline-block;
  }

  p.paragraph.city-zip {
    margin-bottom: 0;
  }

  p.paragraph.footer-section-heading {
    margin-bottom: 0;
    color: #aaa;
    text-transform: uppercase;
  }

  a.link-text.home-call-to-action {
    max-width: 30%;
  }

  a.link-text.phone {
    display: inline-block;
    padding-right: 8px;
  }

  a.link-text.footer-link {
    color: #fbfecd;
  }

  a.link-text.company {
    font-size: 30px;
  }

  /* Layout Elements */

  .subgrid.examples-subgrid {
    max-width: 90%;
  }

  .subgrid.footer-subgrid {
    margin-right: auto;
    margin-left: auto;
    max-width: 90%;
  }

  .container.selling-points-container {
    max-width: 640px;
  }

  .container.free-design-container {
    max-width: 640px;
  }

  .link-container.mobile-submenu-link-container {
    padding-top: .15rem;
    padding-bottom: .15rem;
  }

  .link-container.back-to-towels-link {
    max-width: 600px;
  }

  ul.list-container#mobile-submenu-portrait {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

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

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

  h3.example-heading {
    font-size: 18px;
  }

  h3.center.example-heading {
    min-height: 50px;
  }

  p.paragraph {
    font-size: 1.0625rem;
  }

  /* Layout Elements */

  .subgrid.examples-subgrid {
    max-width: 80%;
  }

  .container.home-items-container {
    width: 25%;
  }

  .container.dual-column-container {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: justify;
    max-width: 80%;

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

  .container.strandlakens-container {
    width: 25%;
  }

  ul.list-container.features-list-container {
    width: 48%;
  }
}

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

  h1.home-heading {
    margin-top: 4rem;
    margin-bottom: 7rem;
    font-size: 96px;
  }

  h2.home-section-heading {
    text-shadow: #000 2px 2px 5px;
    font-size: 60px;
  }

  h3.example-heading {
    font-size: 20px;
  }

  h6.footer-title {
    font-size: 30px;
  }

  p.paragraph.home-main-text {
    max-width: 40%;
    font-size: 20px;
  }

  p.paragraph {
    font-size: 1.125rem;
  }

  a.link-text.top-nav-link {
    margin-left: 1.5rem;
  }

  a.link-text.navlink-dropdown {
    display: inline-block;
  }

  a.link-text.home-call-to-action {
    max-width: 20%;
    font-size: 20px;
  }

  a.link-text.center.scroll-down.white {
    font-size: 20px;
  }

  a.link-text.free-design-button {
    -webkit-transition-duration: .04s;
       -moz-transition-duration: .04s;
         -o-transition-duration: .04s;
            transition-duration: .04s;
  }

  a.link-text.company {
    font-size: 24px;
    line-height: 1.5rem;
  }

  a.link-text.dropdown-item.first-link {
    padding-right: .5rem;
  }

  a.link-text.dropdown-item {
    margin-bottom: 0;
    padding-left: 0;
  }

  /* Layout Elements */

  body > .row > [class*='small-'].top-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: end;
    -ms-flex-align: center;
    min-height: 40px;

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

  body > .row.selling-points-row {
    background-image: url('../img/strandlaken-rand.jpg');
  }

  body > .row.free-design-row {
    background-image: url('../img/handdoeken-logo-borduren.jpg');
  }

  body > .row > [class*='small-'].company-name {
    -ms-flex-align: center;
    min-height: 40px;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  body > .row.nav-padding {
    padding-top: 40px;
  }

  body > .row > [class*='small-'].breadcrumb-column {
    padding-right: .9375rem;
  }

  .container.dropdown-wrapper {
    display: block;
  }

  .container.home-items-container {
    width: 25%;
  }

  .container.free-design-container {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .container.selling-points-container {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .container.mobile-dropdown-wrapper {
    display: none;
  }

  .container.dropdown-pane.dropdown-pane-cstm {
    max-width: 250px;
  }

  .container.strandlakens-container {
    -ms-flex-pack: start;
    width: 25%;

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

  a.glyph.home-main-prompt-icon {
    margin-bottom: 0;
  }

  div.responsive-picture.strandlakens-menu-icon {
    max-width: 50px;
  }
}

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

  body > .row.bg-main {
    background-position: left top;
    background-size: 100% 100%;
  }
}