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

p {
  margin: 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;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  left: -99999px;
  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: flex;
}
.flex-wrap__wrap {
  display: flex;
  flex-wrap: wrap;
}
.flex-wrap.row {
  flex-direction: row;
}
.flex-wrap.row--reverse {
  flex-direction: row-reverse;
}
.flex-wrap.col {
  flex-direction: column;
}
.flex-wrap.col--reverse {
  flex-direction: column-reverse;
}
.flex-wrap.center-h {
  justify-content: center;
}
.flex-wrap.center-v {
  align-items: center;
}
.flex-wrap.center-all {
  align-items: center;
  justify-content: center;
}
.flex-wrap.row-start {
  justify-content: flex-start;
}
.flex-wrap.row-end {
  justify-content: flex-end;
}
.flex-wrap.col-start {
  align-items: flex-start;
}
.flex-wrap.col-end {
  align-items: flex-end;
}
.flex-wrap > .flex-auto {
  flex: 1;
}
.flex-wrap > .flex-5 {
  flex-basis: 5%;
}
.flex-wrap > .flex-10 {
  flex-basis: 10%;
}
.flex-wrap > .flex-15 {
  flex-basis: 15%;
}
.flex-wrap > .flex-20 {
  flex-basis: 20%;
}
.flex-wrap > .flex-25 {
  flex-basis: 25%;
}
.flex-wrap > .flex-30 {
  flex-basis: 30%;
}
.flex-wrap > .flex-35 {
  flex-basis: 35%;
}
.flex-wrap > .flex-40 {
  flex-basis: 40%;
}
.flex-wrap > .flex-45 {
  flex-basis: 45%;
}
.flex-wrap > .flex-50 {
  flex-basis: 50%;
}
.flex-wrap > .flex-55 {
  flex-basis: 55%;
}
.flex-wrap > .flex-60 {
  flex-basis: 60%;
}
.flex-wrap > .flex-65 {
  flex-basis: 65%;
}
.flex-wrap > .flex-70 {
  flex-basis: 70%;
}
.flex-wrap > .flex-75 {
  flex-basis: 75%;
}
.flex-wrap > .flex-80 {
  flex-basis: 80%;
}
.flex-wrap > .flex-85 {
  flex-basis: 85%;
}
.flex-wrap > .flex-90 {
  flex-basis: 90%;
}
.flex-wrap > .flex-95 {
  flex-basis: 95%;
}
.flex-wrap > .flex-100 {
  flex-basis: 100%;
}

.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: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-Black.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-Regular.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CocogooseCondensed";
  src: url("../fonts/CocogooseCondensed-Regular.woff2") format("woff2"), url("../fonts/CocogooseCondensed-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?dwmzwd");
  src: url("../fonts/icomoon.eot?dwmzwd#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?dwmzwd") format("truetype"), url("../fonts/icomoon.woff?dwmzwd") format("woff"), url("../fonts/icomoon.svg?dwmzwd#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-plus:before {
  content: "\f067";
}

.fa-question:before {
  content: "\f128";
}

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

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

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

.fa-heart:before {
  content: "\f004";
}

.fa-user:before {
  content: "\f007";
}

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

.fa-check:before {
  content: "\f00c";
}

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

.fa-remove:before {
  content: "\f00d";
}

.fa-times:before {
  content: "\f00d";
}

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

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

.fa-power-off:before {
  content: "\f011";
}

.fa-cog:before {
  content: "\f013";
}

.fa-gear:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

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

.fa-repeat:before {
  content: "\f01e";
}

.fa-rotate-right:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-lock:before {
  content: "\f023";
}

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

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-print:before {
  content: "\f02f";
}

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

.fa-image:before {
  content: "\f03e";
}

.fa-photo:before {
  content: "\f03e";
}

.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-edit:before {
  content: "\f044";
}

.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

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

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

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

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

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

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

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

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

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

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

.fa-eject:before {
  content: "\f052";
}

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

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

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

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

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

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

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

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

.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

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

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

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-warning:before {
  content: "\f071";
}

.fa-calendar:before {
  content: "\f073";
}

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

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

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

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

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

.fa-bar-chart:before {
  content: "\f080";
}

.fa-bar-chart-o:before {
  content: "\f080";
}

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

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

.fa-cogs:before {
  content: "\f085";
}

.fa-gears:before {
  content: "\f085";
}

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

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

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

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-square:before {
  content: "\f098";
}

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

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

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

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

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

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

.fa-bell-o:before {
  content: "\f0a2";
}

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

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

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

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

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

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

.fa-users:before {
  content: "\f0c0";
}

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

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

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

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

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

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

.fa-sort:before {
  content: "\f0dc";
}

.fa-unsorted:before {
  content: "\f0dc";
}

.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-asc:before {
  content: "\f0de";
}

.fa-sort-up:before {
  content: "\f0de";
}

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

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

.fa-rotate-left:before {
  content: "\f0e2";
}

.fa-undo:before {
  content: "\f0e2";
}

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

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

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-bell:before {
  content: "\f0f3";
}

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

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

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

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

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

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

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

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

.fa-spinner:before {
  content: "\f110";
}

.fa-mail-reply:before {
  content: "\f112";
}

.fa-reply:before {
  content: "\f112";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-mail-reply-all:before {
  content: "\f122";
}

.fa-reply-all:before {
  content: "\f122";
}

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

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

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

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

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

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

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

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

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-yelp:before {
  content: "\f1e9";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

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

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

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

.fa-map-o:before {
  content: "\f278";
}

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

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

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

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

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

.fa-deezer:before {
  content: "\e928";
  color: #00c7f2;
}

.fa-googleplay:before {
  content: "\e900";
  color: #607d8b;
}

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #000000;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
.h1 {
  font-size: 4.865rem;
}
@media only screen and (max-width: 61.9375em) {
  h1,
  .h1 {
    font-size: 3.75rem;
  }
}

h2,
.h2 {
  font-size: 3.431875rem;
}
@media only screen and (max-width: 61.9375em) {
  h2,
  .h2 {
    font-size: 2.5rem;
  }
}

h3,
.h3 {
  font-size: 2.625rem;
}

h4,
.h4 {
  font-size: 1.875rem;
}

h5,
.h5 {
  font-size: 1.375rem;
}

h6,
.h6 {
  font-size: 0.875rem;
}

p {
  line-height: 1.4;
  margin-bottom: 1.875rem;
}

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

body {
  background-color: #fff;
  color: #000000;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1;
  overflow: hidden;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}
input[type=submit],
input[type=button],
[role=button],
button,
.btn,
.tour-more {
  border: 0.125rem solid #FF8C21;
  color: #FF8C21;
  display: inline-block;
  font-weight: 900;
  font-size: 1.125rem;
  letter-spacing: 0.2em;
  line-height: 1;
  padding: 1rem 1.3125rem 0.875rem;
  text-align: center;
  text-indent: 0.1em;
  text-transform: uppercase;
}
input[type=submit]:active, input[type=submit]:focus, input[type=submit]:hover, input[type=submit]:target,
input[type=button]:active,
input[type=button]:focus,
input[type=button]:hover,
input[type=button]:target,
[role=button]:active,
[role=button]:focus,
[role=button]:hover,
[role=button]:target,
button:active,
button:focus,
button:hover,
button:target,
.btn:active,
.btn:focus,
.btn:hover,
.btn:target,
.tour-more:active,
.tour-more:focus,
.tour-more:hover,
.tour-more:target {
  border-color: #215733;
  color: #215733;
}

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 {
  color: #fff;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  line-height: 1;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=week]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=date]::placeholder,
input[type=datetime-local]::placeholder,
input[type=number]::placeholder,
input[type=month]::placeholder,
input[type=time]::placeholder,
input[type=url]::placeholder,
input[type=tel]::placeholder,
input[type=week]::placeholder,
select::placeholder,
textarea::placeholder {
  color: inherit;
}

textarea {
  line-height: 1;
}

a,
a:link,
a:visited {
  color: inherit;
}
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: #FF8C21;
}

#header {
  background-color: #215733;
  background-image: url("../img/bg-newsletter.png");
  background-size: cover;
  padding: 0.625rem;
}
#header .container > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 61.9375em) {
  #header .container > div {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
@media only screen and (max-width: 61.9375em) {
  #header .container {
    padding: 0;
  }
}
#header h1 a {
  display: flex;
  align-items: center;
}
#header h1 a img:first-child {
  max-height: 5rem;
}
@media only screen and (max-width: 29.9375em) {
  #header h1 a img:first-child {
    display: none;
  }
}
#header h1 a img:last-child {
  max-height: 4.5rem;
  max-width: 100%;
  filter: brightness(0) invert(1);
}
#header h1 a:hover, #header h1 a:target, #header h1 a:focus {
  opacity: 0.8;
}
#header #nav-main {
  flex: 1;
}
#header #nav-main ul {
  display: flex;
  justify-content: center;
  width: 100%;
  font-weight: 700;
  margin: 0 auto;
  flex-wrap: wrap;
}
#header #nav-main ul li {
  text-align: center;
  padding: 0.3125rem 0.5em;
}
#header #nav-main a,
#header #nav-main a:link,
#header #nav-main a:visited {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 1.375rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1450px) {
  #header #nav-main a,
  #header #nav-main a:link,
  #header #nav-main a:visited {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 29.9375em) {
  #header #nav-main a,
  #header #nav-main a:link,
  #header #nav-main a:visited {
    font-size: 1rem;
  }
}
#header #nav-main a:active, #header #nav-main a:focus, #header #nav-main a:hover, #header #nav-main a:target,
#header #nav-main a:link:active,
#header #nav-main a:link:focus,
#header #nav-main a:link:hover,
#header #nav-main a:link:target,
#header #nav-main a:visited:active,
#header #nav-main a:visited:focus,
#header #nav-main a:visited:hover,
#header #nav-main a:visited:target {
  color: #FF8C21;
}

.socials {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 47.9375em) {
  .socials {
    display: block;
    margin-bottom: 1.5625rem;
    text-align: center;
  }
}
.socials svg {
  height: 1em;
  width: auto;
}
.socials li {
  display: inline-block;
  margin-right: 1.5625rem;
}
@media only screen and (max-width: 47.9375em) {
  .socials li {
    margin-right: 0;
  }
  .socials li + li {
    margin-left: 1.25rem;
  }
}
.socials li a,
.socials li a:link,
.socials li a:visited {
  font-size: 1.5rem;
  color: #FF8C21;
}
.socials li a path,
.socials li a:link path,
.socials li a:visited path {
  transition: all 0.3s;
  fill: #FF8C21;
}
.socials li a:active, .socials li a:focus, .socials li a:hover, .socials li a:target,
.socials li a:link:active,
.socials li a:link:focus,
.socials li a:link:hover,
.socials li a:link:target,
.socials li a:visited:active,
.socials li a:visited:focus,
.socials li a:visited:hover,
.socials li a:visited:target {
  color: #fff;
}
.socials li a:active path, .socials li a:focus path, .socials li a:hover path, .socials li a:target path,
.socials li a:link:active path,
.socials li a:link:focus path,
.socials li a:link:hover path,
.socials li a:link:target path,
.socials li a:visited:active path,
.socials li a:visited:focus path,
.socials li a:visited:hover path,
.socials li a:visited:target path {
  fill: #fff;
}

#main #hero img {
  display: block;
  width: 100%;
  max-height: 90vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.popup {
  width: 100%;
  max-width: 40.625rem;
  margin: 1.875rem auto;
  position: relative;
}
.popup .mfp-close {
  color: #fff;
  right: 50%;
  transform: translateX(50%);
  opacity: 1;
}

#music {
  background: #000000 url("../img/bg-music.png") 0 0 no-repeat;
  color: #215733;
  background-size: cover;
  padding: 6.25rem 0;
}
@media only screen and (max-width: 61.9375em) {
  #music {
    padding: 1.875rem 0;
  }
}
#music .container {
  max-width: 79.0625rem;
}
#music h1 {
  color: #215733;
  margin-bottom: 5rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 61.9375em) {
  #music h1 {
    margin-bottom: 1.875rem;
    text-align: center;
  }
}
#music #music-wrap {
  padding: 0 4.375rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  #music #music-wrap {
    padding: 0 1.875rem;
  }
}
#music #music-wrap .swiper-button-prev,
#music #music-wrap .swiper-button-next {
  background: none;
  border: none;
  height: 2.1875rem;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5625rem;
}
#music #music-wrap .swiper-button-prev:before,
#music #music-wrap .swiper-button-next:before {
  bottom: 0;
  color: #215733;
  font-family: icomoon !important;
  font-size: 2.25rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: color 0.3s;
}
#music #music-wrap .swiper-button-prev:active:before, #music #music-wrap .swiper-button-prev:focus:before, #music #music-wrap .swiper-button-prev:hover:before, #music #music-wrap .swiper-button-prev:target:before,
#music #music-wrap .swiper-button-next:active:before,
#music #music-wrap .swiper-button-next:focus:before,
#music #music-wrap .swiper-button-next:hover:before,
#music #music-wrap .swiper-button-next:target:before {
  color: #fff;
}
#music #music-wrap .swiper-button-prev {
  left: 0;
}
#music #music-wrap .swiper-button-prev:before {
  content: "\f053";
}
#music #music-wrap .swiper-button-next {
  right: 0;
}
#music #music-wrap .swiper-button-next:before {
  content: "\f054";
}
#music .cols {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 61.9375em) {
  #music .cols {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 47.9375em) {
  #music .cols {
    flex-direction: column;
  }
}
#music .cols .embed iframe {
  width: 18.75rem;
  height: 10rem;
}
#music .cols > aside {
  flex: 1;
  flex-basis: 50%;
  max-width: 50%;
  min-width: 50%;
  padding-left: 1.25rem;
  width: 50%;
}
@media only screen and (max-width: 47.9375em) {
  #music .cols > aside {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
    text-align: center;
    padding: 1.25rem;
    width: 100%;
  }
}
@media only screen and (max-width: 47.9375em) {
  #music .cols > aside img {
    margin: 0 auto 1.875rem;
    max-width: 100%;
    width: 31.25rem;
  }
}
#music .cols > section {
  flex: 1;
  flex-basis: 50%;
  max-width: 50%;
  min-width: 50%;
  padding-left: 1.875rem;
  text-align: center;
  width: 50%;
}
@media only screen and (max-width: 47.9375em) {
  #music .cols > section {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
    padding-left: 0;
    width: 100%;
  }
}
#music .cols > section h2 {
  color: #215733;
  font-size: 2.875rem;
  letter-spacing: 0.24em;
  margin-bottom: 2.1875rem;
  text-indent: 0.12em;
  text-transform: uppercase;
}
@media only screen and (max-width: 74.9375em) {
  #music .cols > section h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 61.9375em) {
  #music .cols > section h2 {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 29.9375em) {
  #music .cols > section h2 {
    font-size: 1.75rem;
  }
}
#music .cols > section .note {
  text-transform: uppercase;
  color: #fff;
  margin-top: -0.5em;
}
#music .cols > section iframe {
  margin: 0 auto 2.8125rem;
  max-width: 100%;
}
@media only screen and (max-width: 61.9375em) {
  #music .cols > section iframe {
    margin-bottom: 1.875rem;
  }
}
#music .cols > section .buy-links {
  display: flex;
  margin: 0 auto;
  max-width: 33.125rem;
}
@media only screen and (max-width: 29.9375em) {
  #music .cols > section .buy-links {
    display: block;
    margin: 0 auto;
    max-width: 15.625rem;
  }
}
#music .cols > section .buy-links li {
  padding: 0.46875rem;
}
@media only screen and (max-width: 29.9375em) {
  #music .cols > section .buy-links li {
    display: inline-block;
    max-width: 32%;
  }
}
#music .cols > section .buy-links li a,
#music .cols > section .buy-links li a:link,
#music .cols > section .buy-links li a:visited {
  color: #215733;
}
#music .cols > section .buy-links li a svg,
#music .cols > section .buy-links li a:link svg,
#music .cols > section .buy-links li a:visited svg {
  height: auto;
  max-width: 100%;
}
#music .cols > section .buy-links li a svg path,
#music .cols > section .buy-links li a svg polygon,
#music .cols > section .buy-links li a svg circle,
#music .cols > section .buy-links li a svg rect,
#music .cols > section .buy-links li a:link svg path,
#music .cols > section .buy-links li a:link svg polygon,
#music .cols > section .buy-links li a:link svg circle,
#music .cols > section .buy-links li a:link svg rect,
#music .cols > section .buy-links li a:visited svg path,
#music .cols > section .buy-links li a:visited svg polygon,
#music .cols > section .buy-links li a:visited svg circle,
#music .cols > section .buy-links li a:visited svg rect {
  fill: #215733;
  transition: fill 0.3s;
}
#music .cols > section .buy-links li a:active svg path,
#music .cols > section .buy-links li a:active svg polygon,
#music .cols > section .buy-links li a:active svg circle,
#music .cols > section .buy-links li a:active svg rect, #music .cols > section .buy-links li a:focus svg path,
#music .cols > section .buy-links li a:focus svg polygon,
#music .cols > section .buy-links li a:focus svg circle,
#music .cols > section .buy-links li a:focus svg rect, #music .cols > section .buy-links li a:hover svg path,
#music .cols > section .buy-links li a:hover svg polygon,
#music .cols > section .buy-links li a:hover svg circle,
#music .cols > section .buy-links li a:hover svg rect, #music .cols > section .buy-links li a:target svg path,
#music .cols > section .buy-links li a:target svg polygon,
#music .cols > section .buy-links li a:target svg circle,
#music .cols > section .buy-links li a:target svg rect,
#music .cols > section .buy-links li a:link:active svg path,
#music .cols > section .buy-links li a:link:active svg polygon,
#music .cols > section .buy-links li a:link:active svg circle,
#music .cols > section .buy-links li a:link:active svg rect,
#music .cols > section .buy-links li a:link:focus svg path,
#music .cols > section .buy-links li a:link:focus svg polygon,
#music .cols > section .buy-links li a:link:focus svg circle,
#music .cols > section .buy-links li a:link:focus svg rect,
#music .cols > section .buy-links li a:link:hover svg path,
#music .cols > section .buy-links li a:link:hover svg polygon,
#music .cols > section .buy-links li a:link:hover svg circle,
#music .cols > section .buy-links li a:link:hover svg rect,
#music .cols > section .buy-links li a:link:target svg path,
#music .cols > section .buy-links li a:link:target svg polygon,
#music .cols > section .buy-links li a:link:target svg circle,
#music .cols > section .buy-links li a:link:target svg rect,
#music .cols > section .buy-links li a:visited:active svg path,
#music .cols > section .buy-links li a:visited:active svg polygon,
#music .cols > section .buy-links li a:visited:active svg circle,
#music .cols > section .buy-links li a:visited:active svg rect,
#music .cols > section .buy-links li a:visited:focus svg path,
#music .cols > section .buy-links li a:visited:focus svg polygon,
#music .cols > section .buy-links li a:visited:focus svg circle,
#music .cols > section .buy-links li a:visited:focus svg rect,
#music .cols > section .buy-links li a:visited:hover svg path,
#music .cols > section .buy-links li a:visited:hover svg polygon,
#music .cols > section .buy-links li a:visited:hover svg circle,
#music .cols > section .buy-links li a:visited:hover svg rect,
#music .cols > section .buy-links li a:visited:target svg path,
#music .cols > section .buy-links li a:visited:target svg polygon,
#music .cols > section .buy-links li a:visited:target svg circle,
#music .cols > section .buy-links li a:visited:target svg rect {
  fill: #fff;
}

#tour {
  background: #fefcde url("../img/bg-tour.png") right 0 no-repeat;
  background-size: 100% auto;
  min-height: 100vh;
  padding: 8.125rem 0 12.5rem;
}
@media only screen and (max-width: 61.9375em) {
  #tour {
    padding: 1.875rem 0;
  }
}
#tour .container {
  max-width: 101.875rem;
}
#tour h1 {
  color: #FF8C21;
  margin-bottom: 5rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 61.9375em) {
  #tour h1 {
    margin-bottom: 1.875rem;
    text-align: center;
  }
}
#tour #shows {
  color: #fff;
  max-width: 53.125rem;
}
#tour .event {
  align-items: center;
  display: flex;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 1.1875rem;
  background-color: rgba(255, 255, 255, 0.8666666667);
  color: #000000;
  padding: 0.625rem 0.9375rem;
}
@media only screen and (max-width: 47.9375em) {
  #tour .event {
    display: block;
  }
}
#tour .event + .event {
  margin-top: 1.875rem;
}
#tour .event > div.date {
  flex: 1;
}
@media only screen and (max-width: 47.9375em) {
  #tour .event > div.date {
    flex-basis: 100%;
    margin-bottom: 0.9375rem;
    max-width: 100%;
    text-align: center;
    width: 100%;
  }
}
#tour .event > div.location {
  flex: 2;
}
@media only screen and (max-width: 47.9375em) {
  #tour .event > div.location {
    flex-basis: 100%;
    margin-bottom: 0.9375rem;
    max-width: 100%;
    text-align: center;
    width: 100%;
  }
}
#tour .event > div.venue {
  flex: 2;
}
@media only screen and (max-width: 47.9375em) {
  #tour .event > div.venue {
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
    width: 100%;
  }
}
#tour .event > div.tickets {
  flex: 2.2;
  text-align: right;
}
@media only screen and (max-width: 47.9375em) {
  #tour .event > div.tickets {
    text-align: center;
  }
}
#tour .event > div.tickets a,
#tour .event > div.tickets a:link,
#tour .event > div.tickets a:visited {
  background-color: transparent;
  color: #215733;
  display: inline-block;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.625rem;
  margin: 0.3125rem;
  padding: 0.1875rem 0.625rem;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 940px) {
  #tour .event > div.tickets a,
  #tour .event > div.tickets a:link,
  #tour .event > div.tickets a:visited {
    font-size: 1.125rem;
    padding: 0.625rem 0.3125rem;
  }
}
#tour .event > div.tickets a:active, #tour .event > div.tickets a:focus, #tour .event > div.tickets a:hover, #tour .event > div.tickets a:target,
#tour .event > div.tickets a:link:active,
#tour .event > div.tickets a:link:focus,
#tour .event > div.tickets a:link:hover,
#tour .event > div.tickets a:link:target,
#tour .event > div.tickets a:visited:active,
#tour .event > div.tickets a:visited:focus,
#tour .event > div.tickets a:visited:hover,
#tour .event > div.tickets a:visited:target {
  color: #FF8C21;
}
#tour .tour-more {
  margin-top: 6.25rem;
  color: #000000;
  border: none;
  background-color: #FF8C21;
}
#tour .tour-more:hover, #tour .tour-more:target, #tour .tour-more:focus {
  color: #FF8C21;
  background-color: #000000;
}
@media only screen and (max-width: 47.9375em) {
  #tour .tour-more {
    margin-top: 1.875rem;
  }
}

#about {
  background: #fff url("../img/bg-about.png") 0 0 no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 1.875rem 0 0;
}
#about .container {
  max-width: 90.625rem;
  padding: 1.875rem 0.625rem;
  display: flex;
  align-items: center;
}
#about .container > div {
  flex-basis: 50%;
}
@media only screen and (max-width: 47.9375em) {
  #about .container {
    flex-direction: column;
  }
}
#about #about-wrap {
  position: relative;
}
#about #about-wrap > div {
  padding: 1.25rem;
}
#about #about-wrap #about-parallax {
  left: 0;
  position: absolute;
  top: 75%;
}
@media only screen and (max-width: 61.9375em) {
  #about #about-wrap #about-parallax {
    left: -6.25rem;
    top: 100%;
  }
}
@media only screen and (max-width: 47.9375em) {
  #about #about-wrap #about-parallax {
    display: none;
  }
}
#about h1 {
  color: #215733;
  margin-bottom: 3.75rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 61.9375em) {
  #about h1 {
    margin-bottom: 1.875rem;
  }
}
#about p {
  color: #000000;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 1.1875rem;
  line-height: 1.58;
}
#about .btn {
  border: none;
  color: #FF8C21;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  background-color: #215733;
}
#about .btn:hover, #about .btn:target, #about .btn:focus {
  color: #215733;
  background-color: #000000;
}
@media only screen and (max-width: 47.9375em) {
  #about .btn {
    margin-top: 1.875rem;
  }
}

#bio-full h1,
#bio-full h2,
#bio-full h3,
#bio-full h4,
#bio-full h5,
#bio-full h6 {
  color: #fff !important;
  margin-bottom: 1.875rem;
}
#bio-full p {
  color: #fff !important;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 1.1875rem;
  line-height: 1.58;
}
#bio-full span,
#bio-full a,
#bio-full a:link,
#bio-full a:visited {
  color: #fff !important;
}

#videos {
  background: #000000 url("../img/bg-video.png") 0 0 no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: right;
  padding: 8.125rem 0 12.5rem;
}
@media only screen and (max-width: 61.9375em) {
  #videos {
    padding: 1.875rem 0;
  }
}
#videos .container {
  max-width: 78.125rem;
}
#videos #videos-wrap {
  width: 50rem;
  max-width: 100%;
  margin-right: auto;
}
#videos .media-responsive {
  background-color: #000000;
}
#videos h1 {
  color: #FF8C21;
  margin-bottom: 1.875rem;
  text-transform: uppercase;
  transform: translateX(-2.8125rem);
  padding: 0 3.75rem;
}
@media only screen and (max-width: 47.9375em) {
  #videos h1 {
    padding: 0 1.875rem;
  }
}
@media only screen and (max-width: 74.9375em) {
  #videos h1 {
    transform: translateX(-4.375rem);
  }
}
@media only screen and (max-width: 61.9375em) {
  #videos h1 {
    margin-bottom: 1.875rem;
    text-align: center;
    transform: none;
  }
}
#videos .carousel-wrap {
  padding: 0 4.375rem;
  position: relative;
  transform: translateX(-70px);
}
@media only screen and (max-width: 74.9375em) {
  #videos .carousel-wrap {
    transform: none;
  }
}
@media only screen and (max-width: 47.9375em) {
  #videos .carousel-wrap {
    margin: 0 -0.9375rem;
    padding: 0 1.875rem;
  }
}
#videos .carousel-wrap .swiper-button-prev,
#videos .carousel-wrap .swiper-button-next {
  background: none;
  border: none;
  height: 2.1875rem;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5625rem;
}
#videos .carousel-wrap .swiper-button-prev:before,
#videos .carousel-wrap .swiper-button-next:before {
  bottom: 0;
  color: #fff;
  font-family: icomoon !important;
  font-size: 2.25rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: color 0.3s;
}
#videos .carousel-wrap .swiper-button-prev:active:before, #videos .carousel-wrap .swiper-button-prev:focus:before, #videos .carousel-wrap .swiper-button-prev:hover:before, #videos .carousel-wrap .swiper-button-prev:target:before,
#videos .carousel-wrap .swiper-button-next:active:before,
#videos .carousel-wrap .swiper-button-next:focus:before,
#videos .carousel-wrap .swiper-button-next:hover:before,
#videos .carousel-wrap .swiper-button-next:target:before {
  color: #215733;
}
#videos .carousel-wrap .swiper-button-prev {
  left: 0;
}
#videos .carousel-wrap .swiper-button-prev:before {
  content: "\f053";
}
#videos .carousel-wrap .swiper-button-next {
  right: 0;
}
#videos .carousel-wrap .swiper-button-next:before {
  content: "\f054";
}

#gallery {
  background-image: url("../img/bg-music.png");
  background-size: cover;
  padding: 10rem 0 5rem;
  text-align: center;
  min-height: 100vh;
}
#gallery .gallery-selector {
  display: inline-block;
  padding: 0.625rem;
}
#gallery .gallery-selector p {
  font-weight: bold;
  font-size: 1.5rem;
}
#gallery .gallery-selector img {
  width: 28.125rem;
  height: 28.125rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  #gallery .gallery-selector img {
    width: 12.5rem;
    height: 12.5rem;
  }
}
#gallery .btn {
  background-color: #215733;
  border: none;
  color: #fff;
  font-weight: bold;
  padding: 0.625rem 2.5rem;
}
#gallery .btn:hover, #gallery .btn:target, #gallery .btn:focus {
  background-color: #FF8C21;
}
#gallery .gallery-footer {
  padding-top: 3.125rem;
}
#gallery .gallery-footer .btn {
  margin: 0.625rem;
}
#gallery p {
  margin: 0.6em auto;
}
@media only screen and (max-width: 61.9375em) {
  #gallery {
    padding-top: 12.5rem;
  }
}
#gallery .container {
  max-width: 75rem;
}
#gallery .wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#gallery .wrap .item {
  padding: 0.625rem;
  margin-bottom: 1.875rem;
}
#gallery .wrap .item p {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5rem;
}
#gallery .wrap a {
  padding: 0.625rem;
}

#footer {
  background-color: #FF8C21;
  padding: 1.875rem 0;
}
#footer .copyright {
  color: #215733;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 0.6875rem;
  letter-spacing: 0.25em;
  line-height: 1.82;
  margin: 0;
  text-align: center;
  text-indent: 0.125em;
  text-transform: uppercase;
}
#footer .copyright a,
#footer .copyright a:link,
#footer .copyright a:visited {
  color: inherit;
}
#footer .copyright a:active, #footer .copyright a:focus, #footer .copyright a:hover, #footer .copyright a:target,
#footer .copyright a:link:active,
#footer .copyright a:link:focus,
#footer .copyright a:link:hover,
#footer .copyright a:link:target,
#footer .copyright a:visited:active,
#footer .copyright a:visited:focus,
#footer .copyright a:visited:hover,
#footer .copyright a:visited:target {
  color: #fff;
}

#newsletterarea {
  color: #000000;
  background-image: url("../img/bg-newsletter.png");
  background-size: cover;
  padding: 6.25rem 0;
}
#newsletterarea h1 {
  color: #FF8C21;
  margin-bottom: 1.875rem;
}
#newsletterarea h1 span {
  display: inline-block;
}
#newsletterarea .container {
  max-width: 87.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#newsletterarea .container > div:last-child {
  padding: 0.625rem;
}
#newsletterarea .container > div:last-child img {
  max-width: 100%;
  margin-bottom: -1.875rem;
  animation: bounce 3s infinite linear;
}
@media only screen and (max-width: 61.9375em) {
  #newsletterarea .container {
    flex-direction: column;
    align-items: center;
  }
}
#newsletterarea .note {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  margin: 1em 0;
}

.signup-form {
  width: 100%;
  max-width: 50rem;
}
@media only screen and (max-width: 61.9375em) {
  .signup-form {
    margin: 1.25rem 0;
  }
}
.signup-form .inputs-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.signup-form .inputs-wrap input, .signup-form .inputs-wrap select {
  font-size: 1rem;
  margin-bottom: 2%;
  flex-basis: 49%;
  padding: 0.9375rem 0.625rem;
  background-color: #fff;
  color: #000000;
}
.signup-form .inputs-wrap input::-moz-placeholder, .signup-form .inputs-wrap select::-moz-placeholder {
  color: #000000;
}
.signup-form .inputs-wrap input::placeholder, .signup-form .inputs-wrap select::placeholder {
  color: #000000;
}
@media only screen and (max-width: 61.9375em) {
  .signup-form .inputs-wrap input, .signup-form .inputs-wrap select {
    flex-basis: 100%;
    margin-bottom: 0.625rem;
  }
}
.signup-form .inputs-wrap .wide {
  flex-basis: 100%;
}
.signup-form .inputs-wrap #field_city {
  flex-basis: 35%;
}
.signup-form .inputs-wrap #field_state {
  flex-basis: 12%;
}
.signup-form .inputs-wrap .newsletter-submit {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  width: 100%;
  background-color: #FF8C21;
  color: #215733;
  font-size: 2rem;
  padding: 0.375rem;
  letter-spacing: 0.1em;
}
.signup-form .inputs-wrap .newsletter-submit:hover, .signup-form .inputs-wrap .newsletter-submit:focus {
  background-color: #fff;
}
.signup-form .newsletter-thanks {
  text-align: center;
}/*# sourceMappingURL=main.css.map */