/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

*:active,
*:focus {
  border-color: inherit;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a,
a:link,
a:visited,
button,
[role="button"],
[type="button"],
[type="submit"] {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

[type="button"],
[type="color"],
[type="date"],
[type="email"],
[type="file"],
[type="image"],
[type="month"],
[type="number"],
[type="password"],
[type="range"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
[role="button"],
button,
select,
textarea {
  -webkit-appearance: none;
  background: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

img {
  height: auto;
  max-width: 100%;
}

iframe, embed, object, video {
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

ul[class] {
  list-style: none;
  margin: 0;
  padding: 0;
  text-indent: 0;
}

.media-responsive {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0 0 56.25%;
  position: relative;
}

.media-responsive > img {
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.media-responsive iframe,
.media-responsive embed,
.media-responsive object,
.media-responsive video {
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
}

.sr {
  border: 0;
  height: 1px;
  left: -99999px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.container {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
}

@font-face {
  font-family: 'Akzidenz-Grotesk';
  src: url("../fonts/AkzidenzGroteskBQ-MdCnd.woff2") format("woff2"), url("../fonts/AkzidenzGroteskBQ-MdCnd.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Akzidenz-Grotesk';
  src: url("../fonts/AkzidenzGroteskBE-Cn.woff2") format("woff2"), url("../fonts/AkzidenzGroteskBE-Cn.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

#feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
  z-index: 1;
}

#feed > div {
  width: 25%;
  padding: 1%;
}

@media screen and (max-width: 1000px) {
  #feed > div {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

#feed > div a {
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}

#feed > div a span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.3;
  padding: 0.9375rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

#feed > div a:active span, #feed > div a:focus span, #feed > div a:hover span {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

html {
  font-size: 16px;
  line-height: 1.2;
  overflow-x: hidden;
}

body {
  background-color: #000;
  color: #fff;
  font-family: "Akzidenz-Grotesk", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.2;
  overflow: hidden;
}

a {
  color: inherit;
}

a:hover, a:active, a:focus, a:target {
  color: #4b8a79;
}

.container {
  max-width: 78.125rem;
}

h2 {
  text-align: center;
  color: #4b8a79;
  font-size: 3.25rem;
  letter-spacing: .5em;
  font-weight: 500;
}

@media screen and (max-width: 1000px) {
  h2 {
    letter-spacing: .2em;
    font-size: 2.8125rem;
  }
}

#video-carousel .owl-prev, #video-carousel .owl-next, #music-carousel .owl-prev, #music-carousel .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.875rem;
  opacity: .6;
}

#video-carousel .owl-prev:hover, #video-carousel .owl-prev:active, #video-carousel .owl-prev:focus, #video-carousel .owl-prev:target, #video-carousel .owl-next:hover, #video-carousel .owl-next:active, #video-carousel .owl-next:focus, #video-carousel .owl-next:target, #music-carousel .owl-prev:hover, #music-carousel .owl-prev:active, #music-carousel .owl-prev:focus, #music-carousel .owl-prev:target, #music-carousel .owl-next:hover, #music-carousel .owl-next:active, #music-carousel .owl-next:focus, #music-carousel .owl-next:target {
  opacity: 1;
}

#video-carousel .owl-prev, #music-carousel .owl-prev {
  left: 0;
}

#video-carousel .owl-next, #music-carousel .owl-next {
  right: 0;
}

#header {
  background-image: url("../img/head-bg.png");
  background-color: #001c19;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top right;
  background-attachment: fixed;
  padding: 15.625rem 0 17.5rem;
}

@media screen and (max-width: 1400px) {
  #header {
    padding: 12.5rem 0 6.25rem;
  }
}

@media screen and (max-width: 1000px) {
  #header {
    background-attachment: scroll;
    background-image: url("../img/head-bg-m.png");
    background-size: 100% auto;
    padding: 65vw 0 3.125rem;
  }
  #header h1 {
    text-align: center;
  }
  #header h1 img {
    width: 16.25rem;
    height: auto;
  }
}

#header .content {
  width: 39.375rem;
  max-width: 100%;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  #header .content {
    margin: 0 auto;
  }
}

#header .nav {
  padding: 5rem 0 6.25rem;
  font-size: 2.625rem;
  letter-spacing: .2em;
  font-weight: 500;
}

@media screen and (max-width: 1400px) {
  #header .nav {
    padding: 3.125rem 0;
  }
}

@media screen and (max-width: 1000px) {
  #header .nav {
    font-size: 1.625rem;
    padding: 1.25rem 0 0;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  }
}

@media screen and (max-width: 380px) {
  #header .nav {
    font-size: 1.375rem;
  }
}

#header .nav li {
  display: inline-block;
}

#header .nav li + li {
  margin-left: 1em;
}

@media screen and (max-width: 1000px) {
  #header .nav li + li {
    margin-left: 0.625rem;
  }
}

#header .nav a {
  color: #4b8a79;
}

#header .nav a:hover, #header .nav a:active, #header .nav a:focus, #header .nav a:target {
  color: #fff;
}

#header .newsletter {
  color: #c9d0cf;
}

#header .newsletter p {
  letter-spacing: .5em;
  font-weight: 500;
  font-size: 1.875rem;
}

@media screen and (max-width: 1000px) {
  #header .newsletter p {
    letter-spacing: .1em;
    font-size: 1.5rem;
  }
}

#header .newsletter input {
  color: #c9d0cf;
  font-size: 1.375rem;
  border-bottom: 1px solid #4b8a79;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: .3em;
  padding: 0.1875rem 0;
  text-transform: uppercase;
}

@media screen and (max-width: 1000px) {
  #header .newsletter input {
    letter-spacing: .1em;
    font-size: 1.5rem;
  }
}

#header .newsletter input::-webkit-input-placeholder {
  color: #c9d0cf;
  letter-spacing: .3em;
  text-transform: uppercase;
}

#header .newsletter input:-ms-input-placeholder {
  color: #c9d0cf;
  letter-spacing: .3em;
  text-transform: uppercase;
}

#header .newsletter input::-ms-input-placeholder {
  color: #c9d0cf;
  letter-spacing: .3em;
  text-transform: uppercase;
}

#header .newsletter input::placeholder {
  color: #c9d0cf;
  letter-spacing: .3em;
  text-transform: uppercase;
}

@media screen and (max-width: 1000px) {
  #header .newsletter input::-webkit-input-placeholder {
    letter-spacing: .1em;
    font-size: 1.5rem;
  }
  #header .newsletter input:-ms-input-placeholder {
    letter-spacing: .1em;
    font-size: 1.5rem;
  }
  #header .newsletter input::-ms-input-placeholder {
    letter-spacing: .1em;
    font-size: 1.5rem;
  }
  #header .newsletter input::placeholder {
    letter-spacing: .1em;
    font-size: 1.5rem;
  }
}

#header .newsletter .newsletter-submit {
  font-size: 1.625rem;
  -ms-flex-preferred-size: 9.375rem;
      flex-basis: 9.375rem;
  font-weight: 500;
  letter-spacing: .2em;
  text-align: center;
  padding: 0.375rem 0.9375rem;
  background-color: #4b8a79;
  color: #fff;
  margin-left: 0.625rem;
}

#header .newsletter .newsletter-submit:hover, #header .newsletter .newsletter-submit:active, #header .newsletter .newsletter-submit:focus, #header .newsletter .newsletter-submit:target {
  background-color: #000;
  color: #4b8a79;
}

@media screen and (max-width: 1000px) {
  #header .newsletter .newsletter-submit {
    letter-spacing: .1em;
    font-size: 1.5rem;
    -ms-flex-preferred-size: 6.25rem;
        flex-basis: 6.25rem;
  }
}

#header .newsletter .inputs-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#header .social {
  margin-top: 3.125rem;
  font-size: 1.4375rem;
}

#header .social a {
  display: block;
}

#header .social li {
  display: inline-block;
}

#header .social li + li {
  margin-left: .5em;
}

#tour {
  background-color: #000;
  color: #fff;
  padding: 3.125rem 0;
}

@media screen and (max-width: 860px) {
  #tour {
    padding: 3.125rem 0;
  }
}

#tour h2 {
  margin-bottom: 1.875rem;
}

#tour .container {
  width: 100%;
  max-width: 50rem;
  text-align: center;
}

#tour .event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1.875rem;
}

@media screen and (max-width: 860px) {
  #tour .event {
    display: block;
  }
}

#tour .location1, #tour .location2 {
  font-size: 1.25rem;
  text-transform: none;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  text-align: left;
}

@media screen and (max-width: 860px) {
  #tour .location1, #tour .location2 {
    text-align: center;
  }
}

#tour .date {
  font-size: 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}

@media screen and (max-width: 860px) {
  #tour .date {
    text-align: center;
  }
}

#tour .tickets {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}

@media screen and (max-width: 860px) {
  #tour .tickets {
    text-align: center;
  }
}

#tour .tickets a {
  font-size: 1.125rem;
  display: inline-block;
  padding: 0.25rem 0.9375rem;
  background-color: #4b8a79;
}

#tour .tickets a:hover, #tour .tickets a:active, #tour .tickets a:focus, #tour .tickets a:target {
  background-color: #000;
  color: #4b8a79;
}

#tour #tour-more {
  font-size: 1.125rem;
  display: inline-block;
  padding: 0.25rem 0.9375rem;
  background-color: #4b8a79;
}

#tour #tour-more:hover, #tour #tour-more:active, #tour #tour-more:focus, #tour #tour-more:target {
  background-color: #000;
  color: #4b8a79;
}

#music {
  background-image: url("../img/music-bg.png");
  background-size: cover;
  padding: 5rem 0 12.5rem;
}

@media screen and (max-width: 1000px) {
  #music {
    padding: 3.125rem 0;
  }
}

#music h2 {
  color: #fff;
  margin-bottom: 3.75rem;
}

#music #music-carousel {
  padding: 0 1.875rem;
}

@media screen and (max-width: 1000px) {
  #music #music-carousel {
    padding: 0;
  }
}

#music .music-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1000px) {
  #music .music-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#music .music-item > img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#music .music-item h3 {
  text-align: center;
  color: #4b8a79;
  font-size: 4.0625rem;
  letter-spacing: .2em;
  font-weight: 500;
  margin-bottom: 2.1875rem;
}

@media screen and (max-width: 1000px) {
  #music .music-item h3 {
    letter-spacing: .1em;
    font-size: 2.5rem;
  }
}

#music .music-item .content {
  text-align: center;
  padding: 1.875rem;
}

#music .music-item .buy-links {
  margin-top: 2.5rem;
  font-size: 1.75rem;
}

@media screen and (max-width: 1000px) {
  #music .music-item .buy-links {
    font-size: 1.5rem;
  }
}

#music .music-item .buy-links li {
  display: inline-block;
}

#music .music-item .buy-links li + li {
  margin-left: .5em;
}

#music .music-item .buy-links .fa-pandora {
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.3 24.3'%3E%3Cpath fill='%23ffffff' d='M1.7 1.2h10.9c1.1 0 2.3.3 3.3.8 2.8 1.3 4.1 3.4 4.3 6.4.1 1.7-.1 3.2-.8 4.7-1.1 2.4-3.2 3.8-5.7 4.5-1.1.3-2.3.3-3.4.4H8.6v4.1c0 .8-.4 1.1-1.1 1.1H1.7v-22z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: auto 100%;
  content: "";
  display: inline-block;
  height: 1em;
  -webkit-transition: background-image .3s;
  transition: background-image .3s;
  width: 1em;
  position: relative;
  top: 0.1875rem;
}

#music .music-item .buy-links a {
  display: block;
}

#music .music-item .buy-links a:hover, #music .music-item .buy-links a:active, #music .music-item .buy-links a:focus, #music .music-item .buy-links a:target {
  color: #4b8a79;
}

#music .music-item .buy-links a:hover .fa-pandora, #music .music-item .buy-links a:active .fa-pandora, #music .music-item .buy-links a:focus .fa-pandora, #music .music-item .buy-links a:target .fa-pandora {
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.3 24.3'%3E%3Cpath fill='%234b8a79' d='M1.7 1.2h10.9c1.1 0 2.3.3 3.3.8 2.8 1.3 4.1 3.4 4.3 6.4.1 1.7-.1 3.2-.8 4.7-1.1 2.4-3.2 3.8-5.7 4.5-1.1.3-2.3.3-3.4.4H8.6v4.1c0 .8-.4 1.1-1.1 1.1H1.7v-22z'/%3E%3C/svg%3E");
}

#video {
  background-image: url("../img/video-bg.png");
  background-size: cover;
  padding: 4.375rem 0 8.75rem;
}

@media screen and (max-width: 1000px) {
  #video {
    padding: 3.125rem 0;
  }
}

#video h2 {
  margin-bottom: 3.75rem;
}

#video .video {
  display: block;
}

#video .video p {
  font-family: "Montserrat", sans-serif;
  text-transform: none;
}

#video .video span {
  font-weight: bold;
}

#video .video + .video {
  margin-top: 2.5rem;
}

#video #video-carousel {
  padding: 0 3.125rem;
}

@media screen and (max-width: 1000px) {
  #video #video-carousel {
    padding: 0 1.25rem;
  }
}

#about {
  background-color: #242b2a;
}

#about .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  max-width: 100%;
}

@media screen and (max-width: 1000px) {
  #about .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#about h2 span, #about h2 img {
  display: inline-block;
  vertical-align: middle;
}

#about h2 span {
  margin-right: -.4em;
}

#about .wrap {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

#about .content {
  margin-left: auto;
  max-width: 50rem;
  padding: 5rem 5rem 9.375rem;
}

@media screen and (max-width: 1400px) {
  #about .content {
    padding: 5rem 1.875rem 9.375rem;
  }
  #about .content h2 {
    letter-spacing: .2em;
  }
}

#about .content p {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 300;
  text-transform: none;
}

@media screen and (max-width: 1000px) {
  #about .content {
    padding: 1.875rem 0.625rem 3.125rem;
  }
  #about .content p {
    font-size: 0.875rem;
    line-height: 1.4;
  }
}

#about .image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-image: url("../img/about-bg.png");
  background-size: cover;
  background-position: top center;
  margin-right: calc(-50vw + 50%);
  min-height: 37.5rem;
}

#about .about-btn {
  display: inline-block;
  font-size: 1.625rem;
  font-weight: 500;
  letter-spacing: .2em;
  padding: 0.375rem 1.875rem;
  background-color: #4b8a79;
  color: #000;
  margin-top: 1.25rem;
}

#about .about-btn:hover, #about .about-btn:active, #about .about-btn:focus, #about .about-btn:target {
  background-color: #000;
  color: #4b8a79;
}

#instagram {
  padding: 5rem 0 6.25rem;
}

@media screen and (max-width: 1000px) {
  #instagram {
    padding: 3.125rem 0;
  }
}

#instagram h2 {
  margin-bottom: 5rem;
}

@media screen and (max-width: 1000px) {
  #instagram h2 {
    margin-bottom: 1.875rem;
  }
}

#footer {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.6875rem;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: .5em;
}

@media screen and (max-width: 1000px) {
  #footer {
    letter-spacing: .1em;
    font-size: 0.625rem;
  }
}

#footer .container {
  max-width: 64.375rem;
}

#footer .container a {
  display: inline-block;
}

.popup {
  position: relative;
  background-color: #242b2a;
  color: #fff;
  padding: 1.875rem;
  margin: 3.125rem auto;
  width: 100%;
  max-width: 50rem;
}

.popup h2 span, .popup h2 img {
  display: inline-block;
  vertical-align: middle;
}

.popup h2 span {
  margin-right: -.4em;
}

.popup p {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 300;
  text-transform: none;
}

.popup .mfp-close {
  color: #fff;
}

@media screen and (max-width: 1000px) {
  .popup {
    padding: 1.875rem 0.625rem 3.125rem;
  }
  .popup p {
    font-size: 0.875rem;
    line-height: 1.4;
  }
}
