/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

html {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}

body {
  background-color: #000;
  height: 100%;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

.clickable:hover,
a:hover {
  opacity: 0.7;
}

.video-thumbnail-inner-wrapper.clickable:hover {
  opacity: 1;
}

.clickable {
  cursor: pointer;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

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

.group:after {
  content: "";
  display: table;
  clear: both;
}

.header {
  color: white;
  background-color: #2a3d45;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  transition: background-color 0.2s linear;
  display: flex;
  justify-content: space-between;
  padding: 1.875rem 3.125rem;
}

.extropic-logo {
  max-width: 17.8125rem;
  display: flex;
  align-items: center;
}
.extropic-logo a {
  display: flex;
}
.extropic-logo a img.wordmark {
  width: 100%;
  align-self: center;
}

nav {
  align-self: center;
}

nav li {
  display: inline-block;
  font-weight: 700;
  font-size: 1.25rem;
  margin-left: 1.875rem;
  text-transform: uppercase;
}
nav li a {
  color: #c17c74;
}
nav li.instagram-header-icon {
  max-width: 3.75rem;
}

nav li.active a {
  opacity: 0.7;
}

nav ul {
  text-align: center;
  display: flex;
  align-items: center;
}

nav ul ul {
  display: none;
}

.submenu {
  background-color: #333;
  padding: 0.875rem 0;
  margin: 0;
}

.button {
  border: 1px solid;
  border-radius: 0.625rem;
  padding: 1.875rem;
  text-decoration: underline;
  cursor: pointer;
  font-size: 1.875rem;
  font-weight: 700;
}

.button.blue {
  border-color: #2a3d45;
  background-color: #2a3d45;
  color: #c17c74;
}
.button.blue:hover {
  border-color: #c17c74;
  background-color: #c17c74;
  color: #2a3d45;
  opacity: 1;
}

.button.blue.outline {
  background-color: transparent;
  color: #2a3d45;
}
.button.blue.outline:hover {
  background-color: #2a3d45;
  color: #c17c74;
}

.button.pink {
  border-color: #c17c74;
  background-color: #c17c74;
  color: #2a3d45;
}
.button.pink:hover {
  border-color: #2a3d45;
  background-color: #2a3d45;
  color: #c17c74;
  opacity: 1;
}
.button.pink.hover-outline:hover {
  border-color: #c17c74;
}

.button.pink.outline {
  background-color: transparent;
  color: #c17c74;
}
.button.pink.outline:hover {
  background-color: #c17c74;
  color: #2a3d45;
}

.button.latte {
  border-color: #DDC9B4;
  background-color: #DDC9B4;
  color: #2a3d45;
}
.button.latte:hover {
  border-color: #2a3d45;
  background-color: #2a3d45;
  color: #DDC9B4;
  opacity: 1;
}

.button.latte.outline {
  background-color: transparent;
  color: #DDC9B4;
}
.button.latte.outline:hover {
  background-color: #DDC9B4;
  color: #2a3d45;
}

video#bgvid {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 1080px) {
  video#bgvid {
    display: none;
  }
}
.home {
  background-color: #000;
}
.home main {
  background-color: #FFF;
}

.big-video-container {
  position: relative;
  top: 7.5rem;
}

.big-video-container,
.featured-image-container {
  height: 43.75rem;
  width: 100%;
  overflow: hidden;
  background: no-repeat center center;
  background-size: cover;
}

.featured-image-container {
  z-index: 10;
}

#big-video-vid {
  position: relative !important;
}
#big-video-vid .vjs-control-bar {
  display: none;
}

.background-video-overlay,
.featured-image-overlay {
  position: absolute;
  color: #c17c74;
  display: inline-block;
  text-align: center;
}
.background-video-overlay .slogan,
.featured-image-overlay .slogan {
  font-size: 4.25rem;
  font-weight: 400;
  margin: 2rem 0 6.25rem;
}
.background-video-overlay .pineapple-icon,
.featured-image-overlay .pineapple-icon {
  height: 11.25rem;
  width: auto;
  margin: 0 auto;
}
.background-video-overlay .play-icon,
.featured-image-overlay .play-icon {
  width: 5rem;
  margin: 1.25rem auto;
  opacity: 0.7;
}

.featured-image-overlay {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: 40%;
}

.background-video-overlay {
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  top: 50%;
}

.featured-work-title {
  background-color: #2a3d45;
  padding: 2.375rem 0;
}
.featured-work-title h2 {
  font-size: 3.125rem;
  color: #c17c74;
}

.portfolio-title,
.page-title {
  background-color: #c17c74;
  padding: 2.375rem 0;
}
.portfolio-title h2,
.page-title h2 {
  font-size: 3.125rem;
  color: #2a3d45;
}

.portfolio-button {
  background-color: #2a3d45;
  padding: 4.6875rem 0;
}

.background-video-overlay {
  max-width: 55rem;
  width: 100%;
  padding: 0 2rem;
}

.about .featured-image-overlay {
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.featured-image-container {
  position: relative;
  top: 157px;
}

.about .featured-image-container {
  top: 109px;
}

.intro,
.what-we-do,
.our-clients,
.contacts {
  background-color: #000;
  padding: 9.375rem 5.125rem;
  position: relative;
}
.intro .inner,
.what-we-do .inner,
.our-clients .inner,
.contacts .inner {
  max-width: 70rem;
  margin: 0 auto;
}
.intro h2,
.what-we-do h2,
.our-clients h2,
.contacts h2 {
  font-weight: 700;
  font-size: 3.125rem;
  color: #c17c74;
}
.intro h3,
.what-we-do h3,
.our-clients h3,
.contacts h3 {
  font-weight: 300;
  font-size: 3.125rem;
  color: #c17c74;
  margin-bottom: 3.75rem;
}
.intro .intro-text,
.what-we-do .intro-text,
.our-clients .intro-text,
.contacts .intro-text {
  color: #DDC9B4;
  font-size: 1.875rem;
  font-weight: 300;
  margin-bottom: 7.625rem;
  padding: 0 2.5rem;
}
.intro .intro-logos,
.what-we-do .intro-logos,
.our-clients .intro-logos,
.contacts .intro-logos {
  margin-top: 9.375rem;
}

.intro,
.what-we-do,
.booking-section,
.contact-form-section,
.about-section,
.contacts {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 120px);
  position: relative;
}

.what-we-do .subtitles {
  display: flex;
  justify-content: center;
  margin-top: 3.75rem;
}
.what-we-do .subtitles > h3 {
  font-weight: 700;
}
.what-we-do .subtitles > span {
  color: #2a3d45;
}
.what-we-do .subtitles > h3,
.what-we-do .subtitles > span {
  padding: 0 1.25rem;
  font-size: 1.875rem;
}
.what-we-do .intro-text {
  margin-bottom: 0;
  padding: 0 2.5rem;
}

.our-clients h2 {
  color: #DDC9B4;
}
.our-clients p {
  color: #DDC9B4;
  font-size: 1.875rem;
  font-weight: 300;
  margin: 3.75rem auto 5.625rem;
}

.booking-section {
  background-color: #2a3d45;
  padding: 9.375rem 5.125rem 12.375rem;
}
.booking-section .inner {
  max-width: 70rem;
  margin: 0 auto;
}
.booking-section h2 {
  font-weight: 700;
  font-size: 3.125rem;
  color: #c17c74;
  margin-bottom: 1.875rem;
}
.booking-section h3 {
  font-weight: 300;
  font-size: 1.875rem;
  color: #c17c74;
  margin-bottom: 1.875rem;
}
.booking-section h4 {
  font-size: 1.5625rem;
  margin-bottom: 1.875rem;
}
.booking-section p {
  margin: 0;
  font-size: 1.5625rem;
  color: #c17c74;
  margin-bottom: 1.875rem;
}
.booking-section .inner-wrapper {
  display: flex;
}
.booking-section .inner-wrapper .booking-info {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  color: #c17c74;
  padding-right: 20px;
}
.booking-section .inner-wrapper .booking {
  width: 50%;
  display: flex;
  text-align: left;
  flex-direction: column;
}
.booking-section .inner-wrapper .booking a {
  text-align: center;
}

.about .booking-section,
.portfolio .booking-section {
  background-color: #2a3d45;
}
.about .booking-section h2,
.portfolio .booking-section h2 {
  color: #c17c74;
}
.about .booking-section h3,
.portfolio .booking-section h3 {
  color: #c17c74;
}
.about .booking-section p,
.portfolio .booking-section p {
  color: #c17c74;
}
.about .booking-section .inner-wrapper .booking-info,
.portfolio .booking-section .inner-wrapper .booking-info {
  color: #c17c74;
}

.contact-form-section {
  background-color: #2a3d45;
  padding: 9.375rem 5.125rem;
}
.contact-form-section .inner {
  max-width: 70rem;
  margin: 0 auto;
  width: 100%;
}
.contact-form-section h2 {
  font-weight: 700;
  font-size: 3.125rem;
  color: #c17c74;
  margin-bottom: 1.875rem;
}
.contact-form-section h3 {
  font-weight: 300;
  font-size: 1.875rem;
  color: #c17c74;
  margin-bottom: 1.875rem;
}
.contact-form-section p {
  margin: 0;
  font-size: 1.5625rem;
}
.contact-form-section .inner-wrapper {
  display: flex;
}
.contact-form-section .inner-wrapper .contact-form-info {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #c17c74;
  padding-right: 6.25rem;
  text-align: left;
}
.contact-form-section .inner-wrapper .contact-form-info img {
  width: 6.25rem;
  align-self: center;
  margin-top: 2.5rem;
}
.contact-form-section .inner-wrapper .contact-form {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.contact-form-section .inner-wrapper .contact-form input[type=text],
.contact-form-section .inner-wrapper .contact-form input[type=email] {
  background-color: #ddc9b4;
  padding: 0 1.25rem;
  border: none;
  margin-bottom: 1.875rem;
  height: 2.5rem;
}
.contact-form-section .inner-wrapper .contact-form textarea {
  background-color: #ddc9b4;
  border: none;
  padding: 0.625rem 1.25rem;
  margin-bottom: 1.875rem;
}
.contact-form-section .inner-wrapper .contact-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
}
.contact-form-section .inner-wrapper .contact-form ::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
}
.contact-form-section .inner-wrapper .contact-form :-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
}
.contact-form-section .inner-wrapper .contact-form :-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
}

.home .contact-form-section {
  background-color: #c17c74;
}
.home .contact-form-section h2, .home .contact-form-section h3, .home .contact-form-section p, .home .contact-form-section .contact-form-info {
  color: #2a3d45;
}

.contacts {
  padding-bottom: 18.75rem;
}
.contacts h2 {
  color: #DDC9B4;
  padding-bottom: 5rem;
}
.contacts .contact-items {
  display: flex;
  justify-content: center;
  align-content: center;
}
.contacts .contact-items a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 21.875rem;
  margin-top: 3.75rem;
}
.contacts .contact-items a .wrapper {
  height: 5.625rem;
  width: 5.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contacts .contact-items a .text {
  font-size: 1.25rem;
  text-align: center;
  color: #DDC9B4;
  padding-top: 1.25rem;
}
.contacts .contact-items a:last-of-type .wrapper {
  width: 4rem;
}
.contacts .contact-items .email-item img {
  width: 5.25rem;
  height: auto;
}
.contacts .contact-items .phone-item img {
  width: 3.75rem;
  height: auto;
}
.contacts .contact-items .insta-item img {
  width: 3.75rem;
  height: 3.75rem;
}

@media (max-width: 920px) {
  .contacts .contact-items {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;
  }
  .contacts .contact-items a {
    padding-top: 1.5rem;
  }
}
.about-section {
  background-color: #000;
  padding: 9.375rem 5.125rem 4.6875rem;
}
.about-section .inner {
  max-width: 70rem;
  margin: 0 auto;
}
.about-section h1 {
  font-weight: 700;
  font-size: 3.125rem;
  color: #DDC9B4;
  margin-bottom: 1.875rem;
}
.about-section .inner > img {
  width: 8.25rem;
  margin: 5.5rem auto;
}
.about-section .intro-text {
  color: #DDC9B4;
  font-size: 1.875rem;
  font-weight: 300;
  margin-bottom: 5.625rem;
}

.about .what-we-do h2 {
  font-weight: 700;
  font-size: 3.125rem;
  color: #DDC9B4;
  margin-bottom: 1.875rem;
}

.project-overview,
.project-credits {
  background-color: #000;
}
.project-overview .inner,
.project-credits .inner {
  max-width: 70rem;
  margin: 0 auto;
}
.project-overview h2,
.project-credits h2 {
  font-weight: 700;
  font-size: 3.125rem;
  color: #DDC9B4;
  margin-bottom: 1.875rem;
  text-transform: uppercase;
}
.project-overview ul,
.project-credits ul {
  margin: 1em;
}
.project-overview ul li,
.project-credits ul li {
  color: #DDC9B4;
  margin: 0.25em;
  font-size: 1.5625rem;
}
.project-overview p,
.project-credits p {
  color: #DDC9B4;
  font-size: 1.875rem;
  font-weight: 300;
}

.project-overview {
  padding: 9.375rem 5.125rem 4.6875rem;
}

.project-credits {
  padding: 0 3.125rem 9.375rem;
}

.thanks main {
  background-color: #000;
  padding-top: 60px;
}
.thanks .thanks-section {
  background-color: #000;
  padding: 9.375rem 5.125rem 9.375rem;
  min-height: 60vh;
  display: flex;
  align-items: center;
}
.thanks .thanks-section .inner {
  max-width: 70rem;
  margin: 0 auto;
}
.thanks .thanks-section h1 {
  font-weight: 700;
  font-size: 3.75rem;
  color: #DDC9B4;
  margin-bottom: 3.125rem;
}
.thanks .thanks-section p {
  font-weight: 300;
  color: #DDC9B4;
  margin: 0;
  font-size: 1.875rem;
}
.thanks .contacts {
  background-color: #2a3d45;
  padding-bottom: 4.6875rem;
  padding-top: 4.6875rem;
}
.thanks .contacts .inner {
  max-width: 80rem;
}
.thanks .contacts h4 {
  color: #DDC9B4;
  padding-bottom: 1.875rem;
  font-size: 1.875rem;
}
.thanks .contacts .contact-items {
  display: flex;
  justify-content: center;
  align-content: center;
}
.thanks .contacts .contact-items a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 24.875rem;
  margin-top: 1.875rem;
}
.thanks .contacts .contact-items a .wrapper {
  height: 5.625rem;
  width: 5.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.thanks .contacts .contact-items a .text {
  font-size: 1.875rem;
  text-align: center;
  color: #DDC9B4;
  padding-top: 1.25rem;
}
.thanks .contacts .contact-items a:last-of-type .wrapper {
  width: 4.5rem;
}
.thanks .contacts .contact-items .email-item img {
  width: 5.25rem;
  height: auto;
}
.thanks .contacts .contact-items .phone-item img {
  width: 3.75rem;
  height: auto;
}
.thanks .contacts .contact-items .insta-item img {
  width: 3.75rem;
  height: 3.75rem;
}

.page-title {
  position: relative;
}

.down-arrow {
  width: 6.25rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 5rem;
}

.big-video-container .down-arrow {
  z-index: 10;
  position: absolute;
  bottom: 10rem;
}

.our-clients .down-arrow {
  margin-top: 0;
}

main {
  text-align: center;
  position: relative;
  padding-top: 120px;
}
main h2 {
  text-transform: uppercase;
  font-weight: 700;
}
main .intro h2 {
  text-transform: initial;
}

.about main {
  padding-top: 7.5rem;
}

.project main.no-submenu,
.portfolio main.no-submenu {
  padding-top: 7.5rem;
}

.home main {
  padding-top: 0;
}
.home main .text-content {
  margin-top: 0;
}

.text-content {
  width: 100%;
  max-width: 35em;
  margin: 2.5rem auto;
  font-weight: 300;
  line-height: 1.35rem;
}
.text-content h3 {
  text-transform: uppercase;
}

#about {
  padding-top: 2.5rem;
}
#about .about-logo {
  height: 18.75rem;
  width: auto;
  margin: 0px auto 1.5625rem;
}
#about .about-extropic {
  margin-top: 0;
}

.nav-arrow-left,
.nav-arrow-right {
  width: auto;
  height: 0.8rem;
  display: inline-block;
}

.nav-arrow-left {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  margin: 0 0.625rem 0 1.25rem;
}

.nav-arrow-right {
  margin: 0 1.25rem 0 0.625rem;
}

.footer-nav {
  position: relative;
  padding: 4.375rem 0;
  font-size: 1.875rem;
  font-weight: 700;
  color: #2a3d45;
  background-color: #c17c74;
  text-transform: uppercase;
}
.footer-nav a {
  text-decoration: underline;
}

.previous-project,
.next-project,
.back-to-work,
.back-to-top,
.next-posts,
.previous-posts {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.back-to-top {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  text-transform: uppercase;
  text-decoration: underline;
}

.back-to-work {
  text-transform: uppercase;
  text-decoration: underline;
}

.previous-project,
.back-to-work,
.previous-posts {
  left: 3.125rem;
}

.next-project,
.next-posts {
  right: 3.125rem;
}

.featured-image-slide {
  background: no-repeat center center;
  background-size: cover;
}

.about-text {
  position: relative;
}

.client-logos {
  background: black;
  padding: 2.5rem;
}
.client-logos .client-logos-inner-wrapper {
  max-width: 70rem;
  margin: 0 auto;
}

.logo {
  width: 33.33%;
  max-width: 18.75rem;
  display: inline-block;
  padding: 6%;
  vertical-align: middle;
}

.main-video-container {
  position: relative;
}
.main-video-container .video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.main-video-container .active {
  z-index: 10;
}

.video-thumbnails {
  background-color: #333;
}

.project .video-thumbnail-wrapper {
  width: 33.333%;
  display: inline-block;
  position: relative;
  vertical-align: bottom;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}
.project .video-thumbnail-wrapper .video-title {
  position: absolute;
  color: #FFF;
  top: 0;
  left: 0;
  right: 0;
  z-index: 22;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
}
.project .video-thumbnail-wrapper .video-title h3 {
  padding: 0.625rem;
}
.project .video-thumbnail-wrapper .video-thumbnail-inner-wrapper {
  position: relative;
}
.project .video-thumbnail-wrapper.active,
.project .video-thumbnail-wrapper:hover {
  -webkit-filter: none;
  -moz-filter: none;
  filter: none;
}
.project .video-thumbnail-wrapper.active .video-title,
.project .video-thumbnail-wrapper:hover .video-title {
  visibility: visible;
}
.project .video-thumbnail-wrapper.active .video-thumbnail-icon,
.project .video-thumbnail-wrapper:hover .video-thumbnail-icon {
  visibility: visible;
}
.project .video-thumbnail-wrapper.active .video-thumbnail-inner-wrapper.playing .play-icon,
.project .video-thumbnail-wrapper:hover .video-thumbnail-inner-wrapper.playing .play-icon {
  display: none;
}
.project .video-thumbnail-wrapper.active .video-thumbnail-inner-wrapper.playing .pause-icon,
.project .video-thumbnail-wrapper:hover .video-thumbnail-inner-wrapper.playing .pause-icon {
  display: block;
}

.project .one-large,
.project .two-large {
  width: 50%;
}

.project .video-thumbnail-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.75rem;
  height: auto;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  opacity: 0.7;
  visibility: hidden;
}
.project .video-thumbnail-icon .pause-icon {
  display: none;
  height: 3.75rem;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.mfp-bg {
  opacity: 1;
}

.mfp-iframe-holder .mfp-content {
  max-width: 90%;
  font-weight: 300;
}

.mfp-close-btn-in .mfp-close {
  color: #FFF;
  position: fixed;
  top: 0.625rem;
  right: 1.25rem;
  height: auto;
  width: auto;
  font-size: 1rem;
  opacity: 1;
}

.mfp-close-btn-in .mfp-close:hover {
  opacity: 0.7;
}

.footer {
  width: 100%;
  background: black;
  color: #c17c74;
  display: flex;
  justify-content: space-between;
  padding: 1.875rem 3.125rem;
  position: relative;
  z-index: 10;
}
.footer .copyright-notice {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .copyright-notice span {
  color: #c17c74;
  font-size: 1.875rem;
  max-height: 1.875rem;
}
.footer .copyright-notice .copyright-symbol {
  font-size: 3.25rem;
  max-height: 3.25rem;
  padding-right: 1rem;
}
.footer .footer-logo {
  display: flex;
  align-items: center;
}
.footer .footer-logo .wordmark {
  width: auto;
  height: 1.875rem;
}

.spacer {
  font-size: 1.5rem;
  position: relative;
  margin: 0 0.5rem;
}

.featured-project,
.other-project {
  position: relative;
  color: white;
  background: no-repeat center center;
  background-size: cover;
}
.featured-project .overlay,
.other-project .overlay {
  text-align: left;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin: 0 4.375rem;
}
.featured-project .overlay a,
.other-project .overlay a {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  border-bottom: 1px solid;
}
.featured-project .overlay h3,
.other-project .overlay h3 {
  font-size: 3.125rem;
}
.featured-project .overlay p,
.other-project .overlay p {
  font-size: 1.875rem;
  font-weight: 400;
  margin: 1rem 0 3.125rem;
  max-width: 35rem;
}

.featured-work .flexslider .overlay {
  color: #fff;
  text-align: left;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin: 0 4.375rem;
  z-index: 10;
}
.featured-work .flexslider .overlay a {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  border-bottom: 1px solid;
}
.featured-work .flexslider .overlay h3 {
  font-size: 3.125rem;
}
.featured-work .flexslider .overlay p {
  font-size: 1.875rem;
  font-weight: 400;
  margin: 1rem 0 3.125rem;
  max-width: 35rem;
}

.portfolio .featured-project,
.portfolio .other-project {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}

.featured-project:hover,
.other-project:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}

.mobile .featured-project,
.mobile .other-project {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}
.mobile .portfolio .featured-project,
.mobile .portfolio .other-project {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}

.other-project:not(.wide) {
  width: 50%;
  display: inline-block;
  vertical-align: bottom;
}

.flexslider {
  position: relative;
}

.flex-direction-nav {
  display: none;
}

.flex-control-nav {
  position: absolute;
  bottom: 1.25rem;
  width: 100%;
}

.flex-control-nav a {
  text-indent: -9999px;
  display: block;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 2px solid #ddc9b4;
  z-index: 10;
  cursor: pointer;
}

.flex-control-nav a:hover,
.flex-control-nav a.flex-active {
  background: #ddc9b4;
}

.flex-control-nav li {
  display: inline-block;
  margin: 0 6px;
}

.wysiwyg a {
  text-decoration: underline;
}

@media (max-width: 1500px) {
  html {
    font-size: 8px;
  }

  nav li {
    font-size: 1.75rem;
  }

  input[type=text],
input[type=email],
textarea {
    font-size: 1.5rem;
  }

  .contacts .contact-items a .text {
    font-size: 1.65rem;
    height: 2rem;
  }

  .about main,
.portfolio main,
.portfolio main.no-submenu,
.project main,
.project main.no-submenu {
    padding-top: 7.5rem;
  }

  .video-title h3 {
    font-size: 1.75rem;
  }

  .big-video-container {
    position: relative;
    top: 7.5rem;
  }

  .intro,
.what-we-do,
.booking-section,
.contact-form-section,
.about-section,
.contacts {
    display: flex;
    align-items: center;
    min-height: calc(100vh - 90px);
    position: relative;
  }
}
@media (max-width: 900px) {
  main {
    padding-top: 151px;
  }

  .featured-image-container {
    top: 151px;
  }

  .footer .social-icons {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
  }
  .footer .social-icons img {
    width: auto;
    display: inline-block;
    margin: 0 2px;
  }
  .footer .social-icons .vimeo-icon,
.footer .social-icons .instagram-icon {
    height: 1.25rem;
  }
  .footer .social-icons .facebook-icon,
.footer .social-icons .linked-in-icon {
    height: 1.875rem;
  }

  .nav-arrow-right {
    margin: 0 1.25rem 0 5px;
  }

  .nav-arrow-left {
    margin: 0 5px 0 1.25rem;
  }

  .project .video-thumbnail-icon {
    width: 3.125rem;
  }
  .project .video-thumbnail-icon .pause-icon {
    height: 3.125rem;
  }
}
@media (max-width: 800px) {
  main {
    padding-top: 147px;
  }

  .featured-image-container {
    top: 147px;
  }

  .wordmark-scroll {
    display: none;
  }

  .background-video-overlay .slogan,
.featured-image-overlay .slogan {
    margin: -10rem 0 6.25rem;
  }
}
@media (max-width: 768px) {
  .blog .sidebar {
    display: none;
  }
  .blog .content {
    width: 100%;
    padding: 2.5rem 1.25rem;
  }

  .featured-project,
.other-project {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
  }

  .portfolio .featured-project,
.portfolio .other-project {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
  }
}
@media (max-width: 650px) {
  html {
    font-size: 8px;
  }

  .header {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    grid-template-areas: "logo" "menu";
    justify-content: center;
    justify-items: center;
  }

  .home .header.transparent {
    background-color: #2a3d45;
  }

  .header > nav {
    margin-top: 1.5rem;
  }

  .header > .extropic-logo {
    max-width: 22rem;
  }

  nav > ul li {
    margin: 0 0.6rem;
    font-size: 1.5rem;
  }

  nav > ul .instagram-header-icon {
    max-width: 2rem;
  }

  .about main, .portfolio main, .portfolio main.no-submenu, .project main, .project main.no-submenu {
    padding-top: 80px;
  }

  .project .back-to-work {
    display: none;
  }
  .project .page-title h2 {
    width: 100%;
  }
  .project .video-thumbnail-icon {
    width: 3.125rem;
  }
  .project .video-thumbnail-wrapper {
    width: 100%;
  }
  .project .video-thumbnail-wrapper .video-title {
    visibility: visible;
  }
  .project .video-thumbnail-wrapper .video-thumbnail-icon {
    visibility: visible;
  }
  .project .video-thumbnail-wrapper .video-thumbnail-inner-wrapper.playing .play-icon {
    display: none;
  }
  .project .video-thumbnail-wrapper .video-thumbnail-inner-wrapper.playing .pause-icon {
    display: block;
  }

  .text-content {
    padding: 0 1.25rem;
  }

  .featured-project .overlay,
.other-project .overlay {
    margin: 0 1.25rem;
  }

  .flex-control-nav a {
    width: 0.875rem;
    height: 0.875rem;
  }

  .blog .blog-post .blog-post-author,
.blog .blog-post .blog-post-date {
    font-size: 0.8rem;
  }

  .service-list .service-columns {
    -webkit-columns: 5rem 1;
  }

  .what-we-do .subtitles {
    flex-direction: column;
    position: relative;
  }
  .what-we-do .subtitles::before {
    content: "";
    position: absolute;
    top: 25%;
    bottom: calc(25% + 3.75rem);
    left: 4rem;
    width: 2px;
    background-color: #2a3d45;
  }
  .what-we-do .subtitles::after {
    content: "";
    position: absolute;
    top: 25%;
    bottom: calc(25% + 3.75rem);
    right: 4rem;
    width: 2px;
    background-color: #2a3d45;
  }
  .what-we-do .subtitles > h3 {
    font-size: 2.25rem;
  }
  .what-we-do .subtitles span {
    display: none;
  }

  .contact-form-section .inner-wrapper {
    display: flex;
    flex-direction: column;
  }
  .contact-form-section .inner-wrapper .contact-form-info {
    width: 100%;
    padding-right: 0;
    text-align: center;
    align-items: center;
  }
  .contact-form-section .inner-wrapper .contact-form {
    width: 100%;
    padding-right: 0;
    margin-top: 6.25rem;
  }

  .booking-section .inner-wrapper {
    display: flex;
    flex-direction: column;
  }
  .booking-section .inner-wrapper .booking-info {
    width: 100%;
    padding-right: 0;
    padding-top: 0;
    text-align: center;
    align-items: center;
  }
  .booking-section .inner-wrapper .booking {
    width: 100%;
    padding-right: 0;
  }
  .booking-section .inner-wrapper p {
    text-align: center;
  }

  .project-overview,
.thanks .thanks-section,
.intro,
.what-we-do,
.our-clients,
.booking-section,
.contact-form-section,
.about-section {
    padding-top: 9.375rem;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}
@media (max-width: 560px) {
  .contacts .contact-items {
    flex-direction: column;
    align-items: center;
  }
}

/*# sourceMappingURL=styles.css.map */
