/* Text Elements */

h1.page-title {
  margin-top: .625rem;
  margin-bottom: .625rem;
  color: #08090a;
  text-align: center;
  text-shadow: #c0c122 2px 2px 5px;
  font-weight: 600;
  font-size: 2.8125rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.2;
}

h1 span.heading-text-1 {
  font-weight: 600;
  font-size: 1.75rem;
}

h4.sub-title {
  margin-top: 0;
  margin-bottom: 0;
  color: #2a617d;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.625rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.2;
}

h6.travel-heading {
  color: #050505;
  text-align: center;
  text-shadow: #c0c122 2px 2px 5px;
  font-style: italic;
  font-size: 1.875rem;
  font-family: Georgia, Times, 'Times New Roman', serif;
  line-height: 1.2;
}

h6 span.heading-text-2 {
  background-color: transparent;
  color: #050505;
}

p.paragraph.action-paragraph {
  max-width: 50rem;
  color: rgba(30, 30, 30, .8);
  text-align: left;
  font-size: 1.125rem;
  font-family: Georgia, Times, 'Times New Roman', serif;
  line-height: 1.4;
}

p.paragraph span.paragraph-text-2 {
  font-weight: 700;
}

p.paragraph span.paragraph-text-1 {
  color: #050505;
  font-weight: 700;
}

p.paragraph span.paragraph-text-3 {
  color: #060000;
  font-weight: 700;
  font-size: 1.5rem;
  font-family: 'Oregano', cursive;
}

p.paragraph.paragraph-1 {
  padding-right: 6px;
  text-shadow: #c0c122 2px 2px 5px;
}

p.paragraph.paragraph-2 {
  padding-left: 2px;
  min-height: 0;
  width: auto;
  text-shadow: #c0c122 2px 2px 5px;
}

p.paragraph span.paragraph-text-15 {
  color: #050505;
}

p.paragraph span.paragraph-text-16 {
  font-weight: 700;
  font-size: 1.3125rem;
}

p.paragraph span.paragraph-text-17 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-18 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-19 {
  text-decoration: none;
  font-weight: 600;
  font-size: 1.125rem;
}

p.paragraph q.paragraph-text-20 {
  color: #050505;
  font-weight: 700;
  font-size: 1.1875rem;
  font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
  line-height: 1.6;
}

p.paragraph span.paragraph-text-21 {
  color: #050505;
}

p.paragraph span.paragraph-text-22 {
  color: #050505;
}

p.paragraph span.paragraph-text-23 {
  background-color: transparent;
  font-weight: 600;
  font-style: normal;
  font-variant: normal;
  line-height: 1.48;
}

p.paragraph q.paragraph-text-24 {
  color: #050505;
  font-size: 1.1875rem;
  font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
}

/* Interaction Elements */

a.link-button {
  font-family: 'Montserrat', sans-serif;
}

a.link-button.action-button {
  display: inline-block;
  margin-top: .4375rem;
  margin-bottom: .4375rem;
  padding: .625rem .9375rem;
  border-radius: 4px;
  background-color: #242424;
  color: #fff;
  font-style: italic;
  font-size: 1.375rem;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

a.link-button.nav {
  display: inline-block;
  margin-top: .5625rem;
  margin-bottom: .5625rem;
  padding: .625rem 1.875rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
}

/* Layout Elements */

body.grid-1 {
  background-color: rgba(128, 50, 128, .8);
}

.container.nav-row {
  background-color: #262626;
}

.container.hero-column {
  padding-right: 0;
  padding-left: 0;
  background-color: rgba(128, 50, 128, .8);
}

.container.traval-impressions {
  padding-bottom: 2.5rem;
  background-color: rgba(128, 50, 128, .8);
}

.container.footer-row {
  margin-top: 5rem;
  padding-bottom: 0;
}

.container.column-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  float: left;
  -ms-flex-align: center;
  margin-bottom: 0;
  padding-top: 0;
  min-height: 6.25rem;
  height: auto;
  background-color: rgba(128, 50, 128, .8);

  -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.book-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;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  text-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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.column-2 {
  background-color: rgba(128, 50, 128, .8);
}

.container.centered-content {
  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;
  box-shadow: none;
  text-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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

div.responsive-picture.hero-image {
  float: none;
  clear: none;
  margin-bottom: .4375rem;
  max-width: none;
  max-height: 400px;
  width: 100%;
  height: auto;
  box-shadow: none;

  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

div.responsive-picture.travel-image {
  margin: .4375rem auto;
  max-width: 20.625rem;
  max-height: none;
  height: 224px;
}

div.responsive-picture.picture-2 {
  padding-left: 6px;
  max-width: 350px;
  height: 150px;
}

div.responsive-picture.picture-3 {
  padding-right: 6px;
  max-width: 350px;
  height: 150px;
}

div.responsive-picture.hero-image > picture {
  height: auto;
}

div.responsive-picture.picture-3 > picture {
  height: 150px;
}

div.responsive-picture.picture-2 > picture {
  height: 150px;
}

div.responsive-picture.travel-image > picture {
  height: 224px;
}

div.responsive-picture.hero-image > picture > img {
  -o-object-fit: fill;
     object-fit: fill;
}

div.responsive-picture.picture-5 {
  position: static;
  max-width: 300px;
  height: 616px;
}

div.responsive-picture.picture-5 > picture {
  height: 616px;
}

@media screen and (min-width: 25rem) {
  /* Text Elements */

  h1.page-title {
    margin-top: .625rem;
    margin-bottom: .625rem;
  }

  h4.sub-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.25rem;
  }

  p.paragraph.action-paragraph {
    margin-right: auto;
    margin-left: auto;
    max-width: 37.5rem;
  }

  p.paragraph span.paragraph-text-25 {
    background-color: rgba(128, 50, 128, .8);
    color: #050505;
    font-weight: 600;
    font-size: 1rem;
  }

  p.paragraph span.paragraph-text-14 {
    background-color: rgba(128, 50, 128, .8);
  }

  /* Interaction Elements */

  a.link-button.nav {
    font-size: .875rem;
  }

  /* Layout Elements */

  .container.column-1 {
    min-height: 9.375rem;
  }

  .container.book-column {
    -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.centered-content {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }
}

@media screen and (min-width: 40rem) {
  /* Interaction Elements */

  a.link-button.nav {
    font-size: 1rem;
  }

  /* Layout Elements */

  .container.column-1 {
    min-height: 12.5rem;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h1.page-title {
    color: #030500;
    text-shadow: #f3e506 2px 2px 5px;
  }

  h4.sub-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.25rem;
  }

  p.paragraph.action-paragraph {
    margin-right: auto;
    margin-left: auto;
    padding-top: 74px;
    max-width: 50rem;
    text-align: left;
    font-weight: 500;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    -webkit-transform: scaleY(1.3) scaleX(1.3);
       -moz-transform: scaleY(1.3) scaleX(1.3);
         -o-transform: scaleY(1.3) scaleX(1.3);
            transform: scaleY(1.3) scaleX(1.3);
  }

  p.paragraph span.paragraph-text-2 {
    text-transform: none;
    font-weight: 800;
  }

  p.paragraph.paragraph-1 {
    padding-right: 0;
    text-shadow: #f7d904 2px 2px 5px;
    -webkit-transform: scaleY(1.04) scaleZ(1.71) scaleX(.86);
       -moz-transform: scaleY(1.04) scaleZ(1.71) scaleX(.86);
            transform: scaleY(1.04) scaleZ(1.71) scaleX(.86);
  }

  p.paragraph.paragraph-2 {
    margin-top: 0;
    margin-bottom: 1rem;
    margin-left: 182px;
    font-weight: 500;
    -webkit-transform: scaleZ(1) scaleX(1.22) scaleY(1.03);
       -moz-transform: scaleZ(1) scaleX(1.22) scaleY(1.03);
            transform: scaleZ(1) scaleX(1.22) scaleY(1.03);
  }

  p.paragraph span.paragraph-text-1 {
    letter-spacing: .125rem;
    font-weight: 600;
  }

  p.paragraph span.paragraph-text-4 {
    text-decoration: none;
  }

  p.paragraph span.paragraph-text-3 {
    background-color: transparent;
    letter-spacing: .125rem;
    font-weight: 800;
    font-size: 2.6875rem;
    font-family: 'Nothing You Could Do', cursive;
    line-height: 1.02;
  }

  p.paragraph span.paragraph-text-5 {
    color: rgba(10, 4, 4, .8);
    font-weight: 400;
    font-size: 1rem;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.6;
  }

  p.paragraph span.paragraph-text-6 {
    color: rgba(10, 4, 4, .8);
    font-size: 1.125rem;
    line-height: 1.6;
  }

  p.paragraph span.paragraph-text-7 {
    font-weight: 700;
  }

  p.paragraph span.paragraph-text-8 {
    font-weight: 700;
  }

  p.paragraph span.paragraph-text-10 {
    text-decoration: none;
    font-weight: 700;
  }

  p.paragraph span.paragraph-text-14 {
    font-weight: 700;
  }

  p.paragraph span.paragraph-text-9 {
    font-weight: 700;
  }

  /* Interaction Elements */

  a.link-button.action-button {
    position: static;
    margin-top: .437rem;
    margin-left: 66px;
    padding-right: .937rem;
    padding-bottom: .625rem;
    padding-left: .937rem;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, .5) 7px 7px 10px 0;
    color: #e4d811;
    font-family: 'Belgrano', serif;
    opacity: 1;

    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: #fff;
  }

  /* Layout Elements */

  body.grid-1 {
    border-radius: 8px;
    background-color: rgba(128, 50, 128, .8);
  }

  .container.container-1 {
    -webkit-transform: scaleX(1) scaleY(1) skewY(0deg);
       -moz-transform: scaleX(1) scaleY(1) skewY(0deg);
         -o-transform: scaleX(1) scaleY(1) skewY(0deg);
            transform: scaleX(1) scaleY(1) skewY(0deg);
  }

  .container.traval-impressions {
    padding-top: 24px;
    padding-bottom: 0;
    -webkit-transform: scaleY(1) scaleX(1);
       -moz-transform: scaleY(1) scaleX(1);
         -o-transform: scaleY(1) scaleX(1);
            transform: scaleY(1) scaleX(1);
  }

  .container.centered-content {
    box-shadow: rgba(60, 0, 3, .5) 5px 5px 10px 0;
    -webkit-filter: brightness(1) saturate(1);
            filter: brightness(1) saturate(1);
  }

  .container.column-1 {
    padding-top: 10px;
  }

  div.responsive-picture.travel-image {
    display: inline;
    height: 224px;
    -webkit-transform: scaleX(1) scaleY(1);
       -moz-transform: scaleX(1) scaleY(1);
         -o-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }

  div.responsive-picture.travel-image > picture {
    height: 224px;
  }

  div.responsive-picture.picture-4 {
    display: inline;
  }

  div.responsive-picture.picture-6 {
    display: inline;
  }

  div.responsive-picture.picture-7 {
    display: inline;
  }

  div.responsive-picture.picture-8 {
    display: inline;
  }

  div.responsive-picture.picture-5 {
    display: inline;
  }

  div.responsive-picture.picture-1 {
    display: inline;
  }

  div.responsive-picture.picture-3 {
    display: block;
    -webkit-transform: scaleX(1.06) scaleY(1.31);
       -moz-transform: scaleX(1.06) scaleY(1.31);
         -o-transform: scaleX(1.06) scaleY(1.31);
            transform: scaleX(1.06) scaleY(1.31);
  }

  div.responsive-picture.picture-2 {
    height: 150px;
    -webkit-transform: scaleX(.98) scaleY(1.34) scaleZ(.03);
       -moz-transform: scaleX(.98) scaleY(1.34) scaleZ(.03);
            transform: scaleX(.98) scaleY(1.34) scaleZ(.03);
  }

  div.responsive-picture.picture-10 {
    display: inline;
  }

  div.responsive-picture.picture-11 {
    display: inline;
  }

  div.responsive-picture.picture-12 {
    display: inline;
  }

  div.responsive-picture.picture-13 {
    display: inline;
  }

  div.responsive-picture.picture-14 {
    display: inline;
  }

  div.responsive-picture.picture-2 > picture {
    height: 150px;
  }

  div.responsive-picture.hero-image {
    padding: 0;
    max-height: 400px;
    -webkit-transform: scaleY(1) scaleZ(1);
       -moz-transform: scaleY(1) scaleZ(1);
            transform: scaleY(1) scaleZ(1);
  }

  div.responsive-picture.picture-9 {
    -webkit-transform: scaleX(1.11) scaleY(1.11) scaleZ(1);
       -moz-transform: scaleX(1.11) scaleY(1.11) scaleZ(1);
            transform: scaleX(1.11) scaleY(1.11) scaleZ(1);
  }
}