/* Text Elements */

h1.hero-heading {
  margin-top: 12px;
  margin-bottom: 12px;
  padding-top: 24px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 400;
  font-size: 148px;
  font-family: 'Tenali Ramakrishna', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: .7;

  -webkit-text-stroke-color: #00173f;
}

h1.explore.hero-heading {
  max-width: none;
}

h1 span.heading-text-2 {
  font-weight: 900;
}

h1 span.heading-text-3 {
  font-weight: 900;
}

h2.section-title {
  margin-top: 64px;
  margin-bottom: 0;
  padding-top: 16px;
  max-width: 800px;
  color: #00173f;
  text-align: center;
  text-transform: uppercase;
  word-spacing: -4px;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 96px;
  font-family: 'Tenali Ramakrishna', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: .7;
}

h2.section-title.white-text {
  color: #fafaf3;
  font-size: 56px;
}

h4.mini-title {
  margin-top: 24px;
  margin-bottom: 0;
  color: #00173f;
  text-align: left;
  font-weight: 400;
  font-size: 48px;
  font-family: 'Tenali Ramakrishna', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1;
}

p.paragraph.paragraph-text {
  margin-top: 12px;
  margin-bottom: 49px;
  max-width: 800px;
  color: rgba(19, 39, 74, .6);
  text-align: center;
  font-size: 20px;
  font-family: 'Tenali Ramakrishna', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 26px;
}

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

p.paragraph.paragraph-1 {
  position: absolute;
  display: inline-block;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  margin-left: 20px;
  min-width: 0;
  color: #fff;
  font-size: 19px;
  font-family: 'Tenali Ramakrishna', sans-serif;
  line-height: 0;
}

p.paragraph.ardennes.left-align.paragraph-text {
  margin-bottom: 14px;
}

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

a.link-text.text-link {
  display: inline;
  margin-top: -7px;
  color: #061736;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 20px;
  font-family: 'Tenali Ramakrishna', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;

  -webkit-text-stroke-color: #fff;
}

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

a.link-text.sublinks {
  padding: 1px 10px 10px 0;
  width: 140px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
}

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

a.link-text.text-link:hover {
  -webkit-transform: translateY(0px) translateX(2px);
     -moz-transform: translateY(0px) translateX(2px);
       -o-transform: translateY(0px) translateX(2px);
          transform: translateY(0px) translateX(2px);
}

a.link-text.sublinks:hover {
  font-weight: 600;
}

/* Layout Elements */

.container.container-content-wrapper {
  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: start;
  max-width: 800px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -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;
}

.container.center-items.container-content-wrapper {
  -ms-flex-align: center;
  padding-right: 16px;
  padding-left: 16px;
  max-width: 800px;

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

.container.container-content-center {
  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-right: auto;
  margin-left: auto;
  max-width: 1280px;

  -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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.lastest-stories-section {
  display: grid;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 12px 24px 120px;
  min-height: auto;
  background-color: #fff;

  -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;
  grid-template-columns: auto;
  grid-template-rows: auto;
}

.container.container-content-wrapper-1 {
  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: start;
  max-width: 800px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -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;
}

.container.blue-background {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 48px 24px;
  background-color: #061736;

  grid-area: content;
  -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.hero-section-explore {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 48px 24px;
  min-height: 100vh;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 18, 1, .45) 80%), url('../new%20images/Torremolinos%20hero%201.png');
  background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 18, 1, .45) 80%), url('../new%20images/Torremolinos%20hero%201.png');
  background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 18, 1, .45) 80%), url('../new%20images/Torremolinos%20hero%201.png');
  background-image:         linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 18, 1, .45) 80%), url('../new%20images/Torremolinos%20hero%201.png');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, repeat;

  background-blend-mode: normal, normal;
  -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.center-items.container-content-wrapper.hero-section-explore {
  max-width: 1200px;
  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.director-section {
  display: grid;
  min-height: 80vh;
  background-color: #fff;
  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;

  grid-template-areas: 'image content';
  grid-template-columns: 60% 40%;
  grid-template-rows: auto;
  background-blend-mode: normal;
}

.container.ancient-section {
  display: grid;
  min-height: 80vh;
  background-color: #fff;

  grid-template-areas: 'image content';
  grid-template-columns: 40% 60%;
  grid-template-rows: auto;
}

.container.brown-background {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 48px 24px;
  background-color: #692300;

  grid-area: content;
  -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.biblioteque-picture {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: end;
  background-image: url('../new%20images/Hero%20images/Champagne%20hero%201.png');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;

  grid-area: image;
  background-blend-mode: normal;
  -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;
}

.container.school-policy-section {
  display: grid;
  min-height: 80vh;
  background-color: #fff;

  grid-template-areas: 'content image';
  grid-template-columns: 60% 40%;
  grid-template-rows: auto;
}

.container.hero-section-stories {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 48px 24px;
  min-height: 50vh;
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;

  background-blend-mode: normal;
  -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.stories-container-wrapper {
  max-width: 800px;
}

.container.image-director {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: end;
  background-image: -webkit-linear-gradient(bottom, rgba(19, 39, 74, .6) 0%, rgba(0, 0, 0, 0) 100%), url('../new%20images/Hero%20images/Torremolinos%20strand.png');
  background-image:    -moz-linear-gradient(bottom, rgba(19, 39, 74, .6) 0%, rgba(0, 0, 0, 0) 100%), url('../new%20images/Hero%20images/Torremolinos%20strand.png');
  background-image:      -o-linear-gradient(bottom, rgba(19, 39, 74, .6) 0%, rgba(0, 0, 0, 0) 100%), url('../new%20images/Hero%20images/Torremolinos%20strand.png');
  background-image:         linear-gradient(0deg, rgba(19, 39, 74, .6) 0%, rgba(0, 0, 0, 0) 100%), url('../new%20images/Hero%20images/Torremolinos%20strand.png');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, repeat;

  grid-area: image;
  background-blend-mode: normal, normal;
  -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;
}

.container.image-polocies {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: end;
  background-image: -webkit-linear-gradient(bottom, rgba(19, 39, 74, .6) 0%, rgba(0, 0, 0, 0) 100%), url('../new%20images/Hero%20images/Karlovy%20Vary%20hero.png');
  background-image:    -moz-linear-gradient(bottom, rgba(19, 39, 74, .6) 0%, rgba(0, 0, 0, 0) 100%), url('../new%20images/Hero%20images/Karlovy%20Vary%20hero.png');
  background-image:      -o-linear-gradient(bottom, rgba(19, 39, 74, .6) 0%, rgba(0, 0, 0, 0) 100%), url('../new%20images/Hero%20images/Karlovy%20Vary%20hero.png');
  background-image:         linear-gradient(0deg, rgba(19, 39, 74, .6) 0%, rgba(0, 0, 0, 0) 100%), url('../new%20images/Hero%20images/Karlovy%20Vary%20hero.png');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, repeat;

  grid-area: image;
  background-blend-mode: normal, normal;
  -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;
}

.container.hero-section-home {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-bottom: 50px;
  padding: 48px 24px;
  min-height: 100vh;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 18, 1, .45) 80%), url('../new%20images/Zermatt%203.jpg');
  background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 18, 1, .45) 80%), url('../new%20images/Zermatt%203.jpg');
  background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 18, 1, .45) 80%), url('../new%20images/Zermatt%203.jpg');
  background-image:         linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 18, 1, .45) 80%), url('../new%20images/Zermatt%203.jpg');
  background-attachment: scroll, fixed;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, repeat;

  background-blend-mode: normal, normal;
  -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.holding-container-dd {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  min-height: 0vh;
  max-width: 1280px;
}

.container.category {
  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;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 140%;

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

.container.category-holder {
  display: grid;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-right: 400px;
  margin-left: 70px;
  padding: 16px;
  width: 200px;
  background-color: #14181a;

  grid-template-columns: repeat(3 , 1fr);
  grid-template-rows: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.container.dropdown-content {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 1;
  display: none;
  max-width: 1280px;
  width: 100%;
}

.container.dropdown {
  float: left;
  padding-top: 8px;
  padding-bottom: 8px;
}

.container.navbar-dd {
  position: -webkit-sticky;
  position:         sticky;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  float: none;
  clear: none;
  -ms-flex-align: center;
  overflow: visible;
  padding-right: 16px;
  padding-left: 16px;
  min-height: 60px;
  max-width: none;
  background-color: #001723;
  color: #fff;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  grid-area: auto / auto / auto / auto;
}

.container.container-1 {
  padding-right: 0;
  padding-left: 0;

  grid-template-columns: auto;
  grid-template-rows: auto;
}

.container.container-4 {
  padding-top: 14px;
  padding-bottom: 16px;
  padding-left: 20px;
  background-color: #00173f;
}

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

.container.champagne-hero.hero-section-stories {
  background-image: url('../new%20images/Hero%20images/Champagne%20hero%201.png');
}

.container.hero-section-stories.torremolinos-hero {
  padding-bottom: 48px;
  background-image: url('../new%20images/Torremolinos%20hero%202.png');
}

.container.hero-section-stories.karlovy {
  padding-bottom: 48px;
  background-image: url('../new%20images/Hero%20images/Karlovy%20Vary%20hero.png');
}

.container.ardennes.hero-section-stories {
  padding-bottom: 48px;
  background-image: url('../new%20images/Hero%20images/Ardennes%20hero.jpg');
}

.container.ardennes.biblioteque-picture {
  background-image: url('../new%20images/Hero%20images/Ardennes%20small%20hero.jpg');
  background-position: right center;
}

.container.content-feature-wrapper-1 {
  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;
  -ms-flex-align: start;
  margin: 81px 0 50px;
  padding-right: 12px;
  padding-left: 12px;
  max-width: 600px;

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

.container.sd-three-cols-1 {
  display: grid;
  margin-top: 0;

  grid-template-columns: repeat(2 , auto);
  grid-template-rows: auto;
}

video.html-video-1 {
  margin-top: 20px;
  padding-top: 0;
  width: 100%;
  opacity: 1;

  mix-blend-mode: normal;
}

span.glyph.font-icon-1 {
  display: inline;
  margin-left: -20px;
  font-size: 12px;
}

button.dropbtn {
  display: inline-block;
  padding: 14px 25px 14px 16px;
  border-width: 0;
  background-color: #001723;
  color: #fff;
}

a.responsive-picture.nav-logo {
  margin-right: 16px;
  max-width: 40px;
  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: repeat;

  background-blend-mode: normal;
}

a.responsive-picture.picture-link-2 {
  display: inline-block;
  margin-top: 0;
  padding-top: 0;
  max-width: 30px;
  width: 30%;
  background-color: #e0261b;
}

div.responsive-picture.karlovy.storie-picture {
  background-image: url('../new%20images/Hero%20images/Karlovy%20Vary%20hero.png');
}

div.responsive-picture.storie-picture {
  margin-bottom: 8px;
  background-image: url('../new%20images/Hero%20images/Ardennes%20small%20hero.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;
}

button.dropbtn:hover {
  background-color: #001723;
  color: #83a9bf;
}

@media screen and (max-width: 60rem) {
  /* Layout Elements */

  .container.director-section {
    grid-template-areas: 'image' 'content';
    grid-template-rows: repeat(2 , minmax(50vh, auto));
    grid-template-columns: minmax(100%, 1px);
  }

  .container.ancient-section {
    grid-template-areas: 'image' 'content';
    grid-template-rows: repeat(2 , minmax(50vh, auto));
    grid-template-columns: minmax(100%, 1px);
  }

  .container.school-policy-section {
    grid-template-areas: 'image' 'content';
    grid-template-rows: repeat(2 , minmax(50vh, auto));
    grid-template-columns: minmax(100%, 1px);
  }

  .container.hero-section-home {
    background-attachment: scroll, scroll;
  }

  .container.content-feature-wrapper-1 {
    margin-top: 48px;
  }
}

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

  h1.hero-heading {
    font-size: 100px;
  }

  /* Layout Elements */

  .container.hero-section-stories {
    background-attachment: scroll;
    background-position: center center;
  }

  .container.dropdown {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .container#container-storie-2-copy-1 {
    padding-top: 24px;
  }

  .container#container-storie-2 {
    padding-top: 24px;
  }

  .container.sd-three-cols-1 {
    grid-template-rows: repeat(2 , auto);
    grid-template-columns: auto;
  }

  button.dropbtn {
    font-size: 14px;
  }

  a.responsive-picture.nav-logo {
    margin-right: 8px;
  }
}

@media screen and (max-width: 35.3125rem) {
  /* Text Elements */

  h1.hero-heading {
    font-size: 18.69vw;
  }

  h1.explore.hero-heading {
    font-size: 14vw;
  }

  h2.section-title {
    font-size: 10vw;
    line-height: .8;
  }

  /* Layout Elements */

  .container.lastest-stories-section {
    padding-top: 0;
  }

  .container.hero-section-home {
    min-height: 50vh;
  }

  .container.hero-section-explore {
    min-height: 25vh;
  }
}

@media screen and (max-width: 28.75rem) {
  /* Layout Elements */

  .container.category-holder {
    -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;
    grid-template-rows: repeat(3 , auto);
    grid-template-columns: 1fr;
  }

  button.dropbtn {
    padding-right: 25px;
    padding-left: 8px;
    font-size: 14px;
  }

  a.responsive-picture.nav-logo {
    margin-right: 8px;
    max-width: 40px;
  }
}

@media screen and (max-width: 20rem) {
  /* Text Elements */

  h1.hero-heading {
    font-size: 62px;
  }

  h2.section-title.white-text {
    font-size: 40px;
  }

  h2.section-title {
    margin-top: 32px;
    font-size: 10vw;
    line-height: .8;
  }

  h4.mini-title {
    text-align: left;
  }

  /* Layout Elements */

  .container.lastest-stories-section {
    padding-top: 0;
    background-color: #fff;
  }

  .container.champagne-hero.hero-section-stories {
    padding-top: 48px;
  }

  .container.hero-section-home {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    margin-bottom: 60px;
    min-height: 25vh;
    background-image: url('../new%20images/Zermatt%203.jpg');
    background-attachment: scroll;
    background-position: center center;
    background-origin: padding-box, padding-box;
    background-size: cover;
    background-repeat: repeat;

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

  .container.hero-section-explore {
    min-width: 20px;
    min-height: 10vh;
  }
}