/*! 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;
}

/*!
 * 45p.scss v 1.0.0
 * Copyright 2018 45PRESS
 * Licensed under CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/)
 */
*,
*: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 {
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
}

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

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

ul {
  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 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 15px;
  width: 100%;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hidden {
  display: none !important;
}

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

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

.text-right {
  text-align: right;
}

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap__wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-wrap.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-wrap.row--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-wrap.col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-wrap.col--reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.flex-wrap.center-h {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-wrap.center-v {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-wrap.center-all {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;';
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
}

@font-face {
  font-family: 'CocogooseCompressed SemLt';
  src: url("../fonts/CocogooseCompressed-SemiLight.woff2") format("woff2"), url("../fonts/CocogooseCompressed-SemiLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Hairline.woff2") format("woff2"), url("../fonts/Montserrat-Hairline.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

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

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?2jhnbw");
  src: url("../fonts/icomoon.eot?2jhnbw#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?2jhnbw") format("truetype"), url("../fonts/icomoon.woff?2jhnbw") format("woff"), url("../fonts/icomoon.svg?2jhnbw#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="fa-"], [class*=" fa-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-deezer:before {
  content: "\e933";
}

.fa-googleplay:before {
  content: "\e90f";
}

.fa-map-marker:before {
  content: "\e957";
}

.fa-ticket:before {
  content: "\e958";
}

.fa-step-forward:before {
  content: "\e954";
}

.fa-fast-forward:before {
  content: "\e955";
}

.fa-forward:before {
  content: "\e956";
}

.fa-fast-backward:before {
  content: "\e94f";
}

.fa-step-backward:before {
  content: "\e950";
}

.fa-backward:before {
  content: "\e951";
}

.fa-stop:before {
  content: "\e952";
}

.fa-pause:before {
  content: "\e953";
}

.fa-close:before {
  content: "\e94e";
}

.fa-arrows:before {
  content: "\e94b";
}

.fa-minus:before {
  content: "\e94c";
}

.fa-plus:before {
  content: "\e94d";
}

.fa-microphone:before {
  content: "\e940";
}

.fa-video-camera:before {
  content: "\e941";
}

.fa-play-circle:before {
  content: "\e942";
}

.fa-film:before {
  content: "\e943";
}

.fa-play:before {
  content: "\e944";
}

.fa-comments-o:before {
  content: "\e945";
}

.fa-comment-o:before {
  content: "\e946";
}

.fa-comments:before {
  content: "\e947";
}

.fa-comment:before {
  content: "\e948";
}

.fa-group:before {
  content: "\e949";
}

.fa-home:before {
  content: "\e94a";
}

.fa-headphones:before {
  content: "\e93e";
}

.fa-music:before {
  content: "\e93f";
}

.fa-shopping-cart:before {
  content: "\e93d";
}

.fa-twitch:before {
  content: "\e937";
}

.fa-vimeo-square:before {
  content: "\e938";
}

.fa-vimeo:before {
  content: "\e939";
}

.fa-pinterest-p:before {
  content: "\e93a";
}

.fa-pinterest-square:before {
  content: "\e93b";
}

.fa-pinterest:before {
  content: "\e93c";
}

.fa-bars:before {
  content: "\e936";
}

.fa-envelope-o:before {
  content: "\e934";
}

.fa-envelope:before {
  content: "\e935";
}

.fa-rss-square:before {
  content: "\e931";
}

.fa-feed:before {
  content: "\e932";
}

.fa-linkedin-square:before {
  content: "\e92f";
}

.fa-linkedin:before {
  content: "\e930";
}

.fa-eye-slash:before {
  content: "\e915";
}

.fa-eye:before {
  content: "\e916";
}

.fa-angle-double-down:before {
  content: "\e917";
}

.fa-angle-double-up:before {
  content: "\e918";
}

.fa-angle-double-right:before {
  content: "\e919";
}

.fa-angle-double-left:before {
  content: "\e91a";
}

.fa-chevron-circle-down:before {
  content: "\e91b";
}

.fa-chevron-circle-up:before {
  content: "\e91c";
}

.fa-chevron-circle-right:before {
  content: "\e91d";
}

.fa-chevron-circle-left:before {
  content: "\e91e";
}

.fa-chevron-right:before {
  content: "\e91f";
}

.fa-chevron-left:before {
  content: "\e920";
}

.fa-chevron-down:before {
  content: "\e921";
}

.fa-chevron-up:before {
  content: "\e922";
}

.fa-arrow-circle-down:before {
  content: "\e923";
}

.fa-arrow-circle-up:before {
  content: "\e924";
}

.fa-arrow-circle-right:before {
  content: "\e925";
}

.fa-arrow-circle-left:before {
  content: "\e926";
}

.fa-arrow-right:before {
  content: "\e927";
}

.fa-arrow-left:before {
  content: "\e928";
}

.fa-arrow-down:before {
  content: "\e929";
}

.fa-arrow-up:before {
  content: "\e92a";
}

.fa-caret-right:before {
  content: "\e92b";
}

.fa-caret-left:before {
  content: "\e92c";
}

.fa-caret-up:before {
  content: "\e92d";
}

.fa-caret-down:before {
  content: "\e92e";
}

.fa-snapchat-square:before {
  content: "\e910";
}

.fa-snapchat-ghost:before {
  content: "\e911";
}

.fa-snapchat:before {
  content: "\e912";
}

.fa-amazon:before {
  content: "\e913";
}

.fa-apple:before {
  content: "\e914";
}

.fa-search:before {
  content: "\e90e";
}

.fa-spotify:before {
  content: "\e90d";
}

.fa-youtube-play:before {
  content: "\e900";
}

.fa-youtube-square:before {
  content: "\e901";
}

.fa-youtube:before {
  content: "\e902";
}

.fa-soundcloud:before {
  content: "\e903";
}

.fa-instagram:before {
  content: "\e904";
}

.fa-twitter-square:before {
  content: "\e905";
}

.fa-twitter:before {
  content: "\e906";
}

.fa-google-plus-circle:before {
  content: "\e907";
}

.fa-google-plus-official:before {
  content: "\e907";
}

.fa-google-plus-square:before {
  content: "\e908";
}

.fa-google-plus:before {
  content: "\e909";
}

.fa-facebook-official:before {
  content: "\e90a";
}

.fa-facebook-square:before {
  content: "\e90b";
}

.fa-facebook:before {
  content: "\e90c";
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  line-height: 1.875;
  overflow-x: hidden;
}

@media screen and (max-width: 1280px) {
  html {
    font-size: 14px;
  }
}

body {
  background-color: #fff;
  color: #000;
  font-family: "CocogooseCompressed SemLt", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.875;
  overflow: hidden;
}

input[type="submit"],
input[type="button"],
[role="button"],
button,
.btn {
  line-height: 1;
  display: inline-block;
  background-color: #fff;
  color: #000;
  padding: 0.9375rem 1.875rem;
  text-transform: capitalize;
  letter-spacing: .05em;
}

.btn-container {
  display: inline-block;
  position: relative;
  border: 0.125rem solid #000;
}

.btn-container .btn {
  position: relative;
  top: -0.375rem;
  right: 0.25rem;
  background-color: #fff;
}

.btn-container .btn:active, .btn-container .btn:focus, .btn-container .btn:hover {
  top: 0;
  right: 0;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="datetime-local"],
input[type="number"],
input[type="month"],
input[type="time"],
input[type="url"],
input[type="tel"],
input[type="week"],
select,
textarea {
  font-family: "CocogooseCompressed SemLt", Helvetica, Arial, sans-serif;
  line-height: 1;
}

textarea {
  line-height: 1.875;
}

::-moz-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;
}

:-ms-input-placeholder {
  color: #000;
}

::-webkit-input-placeholder {
  color: #000;
}

a,
a:link,
a:visited {
  color: #000;
}

a:active, a:focus, a:hover,
a:link:active,
a:link:focus,
a:link:hover,
a:visited:active,
a:visited:focus,
a:visited:hover {
  color: #ee6c9e;
}

h2 {
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 300;
  font-size: 3.75rem;
}

@media screen and (max-width: 1100px) {
  h2 {
    font-size: 2.5rem;
  }
}

.container {
  margin: 0 auto;
  max-width: 78.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

@media screen and (max-width: 1100px) {
  .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.1em;
  margin: 0;
}

.lang-en {
  display: none;
}

.lang-es {
  display: block;
}

.social {
  text-align: center;
  font-size: 1.375rem;
}

.social li {
  display: inline-block;
  margin-right: 1em;
}

.social li:last-child {
  padding-right: 0;
}

.social li i {
  display: inline-block;
  background: #fff;
  padding: 0.625rem;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
}

#masthead {
  background-image: url("../img/header-bg.png");
  background-position: top right;
  background-size: 77%;
  background-repeat: no-repeat;
  background-color: #fce952;
  padding: 3.125rem 0 11.25rem;
}

@media screen and (max-width: 1100px) {
  #masthead {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-image: none;
  }
}

#masthead .content {
  max-width: 33.125rem;
  padding-top: 6.25rem;
  text-align: center;
}

#masthead h1 {
  margin: 3.125rem auto;
}

#masthead .translateOption {
  margin: 1.875rem 0;
}

#masthead .translateOption .btn-container {
  display: inline-block;
  margin-left: 0.9375rem;
}

#masthead .translateOption .lang-es {
  display: inline-block;
}

@media screen and (max-width: 1100px) {
  #masthead {
    padding: 2.5rem 0 5rem;
  }
  #masthead .content {
    padding-top: 0;
  }
}

#masthead .nav {
  text-transform: uppercase;
  background-color: #000;
  position: relative;
  font-size: 1.75rem;
  letter-spacing: .05em;
}

#masthead .nav a {
  color: #fff;
}

#masthead .nav a:hover, #masthead .nav a:focus, #masthead .nav a:target {
  color: #ee6c9e;
}

#masthead .nav li {
  display: inline-block;
  padding: 0 1.5625rem;
}

#masthead .nav li:first-child {
  padding-left: 0;
}

@media screen and (max-width: 1100px) {
  #masthead .nav li {
    padding: 0 .5em;
    font-size: 1.25rem;
  }
}

#masthead .nav:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30%;
  right: 100%;
  background-color: #000;
}

#masthead .featured {
  max-width: 39.375rem;
  width: 100%;
  height: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

#Bio {
  padding: 0 0 5.625rem;
}

#Bio p {
  color: #fff;
}

#Bio .container {
  max-width: 98.75rem;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

@media screen and (max-width: 1100px) {
  #Bio .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#Bio .featured {
  position: relative;
  max-width: 43.9375rem;
  width: 100%;
  height: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
  top: -3.125rem;
}

#Bio .content {
  max-width: 45rem;
  padding-top: 8.75rem;
}

@media screen and (max-width: 1100px) {
  #Bio .content {
    padding-top: 0;
  }
}

#Bio .highlight {
  background-color: #ee6c9e;
  -webkit-box-shadow: 1.875rem 1.875rem #000;
          box-shadow: 1.875rem 1.875rem #000;
  padding: 2.5rem 3.125rem;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  #Bio .highlight {
    padding: 1.25rem;
  }
}

#Bio .highlight .bioText {
  text-align: left;
}

#Bio .highlight .bg {
  position: absolute;
  top: 1.875rem;
  bottom: -1.875rem;
  left: 100%;
  z-index: -1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#Bio .highlight .bg > div {
  height: 1.875rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#Bio .highlight .bg > div:nth-child(odd) {
  background-color: #2d2926;
}

#Bio .highlight p {
  margin-bottom: 1.875rem;
}

#Music {
  background-image: url("../img/music-bg.png");
  background-position: top left;
  background-size: 52%;
  background-repeat: no-repeat;
  color: #fff;
  background-color: #4a429f;
  padding: 5.625rem 0 9.375rem;
}

@media screen and (max-width: 1100px) {
  #Music {
    padding: 1.875rem 0;
  }
}

#Music .featured {
  -webkit-box-shadow: -1.875rem 2.5rem #ee6c9e;
          box-shadow: -1.875rem 2.5rem #ee6c9e;
  width: 100%;
  max-width: 39.3125rem;
  height: auto;
}

#Music .content {
  max-width: 35rem;
  margin-left: auto;
  padding-top: 2.5rem;
}

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

#Music .highlight {
  background-color: #00c4ab;
  padding: 1.25rem 1.875rem;
}

#Music iframe {
  margin: 1.875rem auto;
  display: block;
}

#Music .title {
  font-family: "Montserrat";
  font-weight: 300;
  letter-spacing: .5em;
  font-size: 2rem;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin: 1.875rem 0;
}

#Music .buy-links {
  background-color: #665ae1;
  padding: 0.25rem 1.25rem 0;
  border: 0.125rem solid #fff;
  max-width: 25rem;
  width: 100%;
  margin: 0 auto;
  border-radius: 0.1875rem;
  text-align: center;
  font-size: 2.1875rem;
}

#Music .buy-links li {
  display: inline-block;
  padding-right: 1em;
}

#Music .buy-links li:last-child {
  padding-right: 0;
}

#Music .buy-links a {
  color: #fff;
}

#Music .buy-links a:hover, #Music .buy-links a:focus, #Music .buy-links a:target {
  color: #ee6c9e;
}

#Videos {
  padding: 6.25rem 0 1.875rem;
  background-color: #fff;
  background-image: url("../img/videos-bg.png");
  background-position: bottom right;
  background-size: 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1100px) {
  #Videos {
    padding: 1.875rem 0;
  }
  #Videos .container {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}

#Videos h2 {
  color: #ee6c9e;
}

#Videos .content {
  max-width: 39.375rem;
  margin-right: auto;
}

@media screen and (max-width: 1100px) {
  #Videos .content {
    margin-top: 3.125rem;
  }
}

#Videos span {
  font-size: 1rem;
  letter-spacing: .05em;
  font-family: "Montserrat";
  font-weight: 400;
}

#Videos .featured {
  -webkit-box-shadow: 3.125rem 2.5rem #fce952;
          box-shadow: 3.125rem 2.5rem #fce952;
  width: 100%;
  max-width: 33.75rem;
  height: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

#Videos .copy {
  background-color: #fce952;
  padding: 1.25rem;
  margin: 1.875rem 0;
}

.purple {
  background-color: #4a429f;
  padding-top: 3.125rem;
}

#instagram {
  background-image: url("../img/insta-bg.png");
  background-position: bottom left;
  background-size: 97%;
  background-repeat: no-repeat;
  padding-bottom: 6.25rem;
  background-color: #fce952;
}

#instagram .container {
  display: block;
}

#instagram h2 {
  text-align: center;
  padding: 3.125rem 0;
}

#footer {
  background-color: #ee6c9e;
}

#footer h2 {
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1100px) {
  #footer h2 {
    font-size: 2rem;
  }
}

#footer .copyright {
  font-family: "Montserrat";
  font-size: 0.875rem;
  font-weight: 300;
  text-transform: uppercase;
  padding: 3.125rem 0 1.875rem;
}

#footer .container {
  display: block;
  text-align: center;
}

#footer .btn-container:first-child {
  margin-right: 3.125rem;
  background-color: #fff;
}

#footer .btn-container:first-child > .btn {
  background-color: #000;
}

#footer .btn-container:first-child a {
  color: #fff;
}

.popup {
  background-color: #fff;
  width: 100%;
  max-width: 53.125rem;
  padding: 1.875rem;
  margin: 0 auto;
}

#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: 33%;
  padding: 1%;
}

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