body {
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 52px;
  line-height: 1.2;
  font-weight: 700;
}

h2 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
}

h3 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
}

h4 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
}

h5 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
}

h6 {
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}

p {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.6;
}

a {
  color: #000;
  text-decoration: underline;
}

.nav-link {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 5px solid transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #444;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link:hover {
  border-bottom-color: #999;
}

.nav-link.w--current {
  border-bottom: 5px solid #999;
  color: #444;
}

.navbar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.header-background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 40vh;
  margin-bottom: 50px;
  padding-top: 0vh;
  padding-bottom: 0vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
  color: #000;
}

.headline-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 12vh;
  padding-bottom: 12vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  margin-top: 96px;
  margin-right: 2vw;
  margin-bottom: 15px;
  padding: 15px 30px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 4px;
  background-color: #444;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.button:hover {
  background-color: #222;
}

.subhead {
  max-width: 800px;
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Crimson Text', sans-serif;
  color: #555;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}

.subhead.white {
  color: #fff;
}

.brand-link {
  display: block;
  max-height: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #444;
}

.brand-link.w--current {
  display: block;
  font-weight: 400;
}

.site-title {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
}

.body-container {
  padding-top: 0px;
}

.footer {
  position: fixed;
  width: 100%;
  min-height: 250px;
  margin-top: 100px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #ddd;
  background-color: transparent;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.hero {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 50%;
  color: #fff;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.site-navigation {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #fff;
}

.heading {
  margin-bottom: 8px;
  color: #444;
  font-size: 90px;
  line-height: 120px;
  font-weight: 400;
  text-align: center;
}

.heading.white {
  color: #fff;
}

.navbar-container {
  margin-right: auto;
  margin-left: auto;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 200px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  padding-bottom: 200px;
  background-color: #f2f2f2;
  font-family: 'Crimson Text', sans-serif;
  color: #444;
  font-size: 18px;
}

.section-1 {
  margin-top: 80px;
  margin-right: 100px;
  margin-bottom: 200px;
  padding-right: 0px;
  padding-left: 100px;
  background-color: transparent;
  color: #1c2426;
}

.offset-thumb {
  width: 90%;
  margin-top: 0px;
  margin-bottom: -70px;
  margin-left: 0px;
  border-radius: 8px;
}

.section-2 {
  margin-bottom: 200px;
  margin-left: 100px;
  background-color: #dccfdd;
  color: #262426;
}

.tiled-bg {
  min-height: 200px;
  background-image: url('../images/ziggy-played-chart.png');
  background-position: 0px 0px;
  background-size: contain;
}

.paragraph {
  margin-bottom: 0px;
  font-size: 20px;
}

.work-details-col {
  padding: 0px 75px 50px 0px;
}

.big-paragraph {
  color: #444;
  font-size: 24px;
  line-height: 32px;
}

.work-image-col {
  padding-right: 0px;
  padding-left: 0px;
}

.rectangle {
  position: absolute;
  width: 80%;
  height: 60vh;
  margin-top: -40px;
  margin-left: -40px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  border-radius: 8px;
}

.text-pill {
  display: inline-block;
  padding: 2px 10px;
  background-color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.heading-2 {
  margin-top: 16px;
  margin-bottom: 16px;
  color: #444;
  line-height: 48px;
  font-weight: 600;
}

.doormats {
  min-height: auto;
  margin-right: 5vw;
  margin-bottom: 0px;
  margin-left: 5vw;
}

.doormat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 160px;
  padding: 12px 40px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  color: #444;
  text-align: center;
  text-decoration: none;
}

.doormat:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.24);
}

.doormat:focus {
  border: 2px solid #444;
}

.heading-3 {
  padding-bottom: 6px;
  border-bottom: 2px solid #ddd;
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
}

.social-link {
  width: 40px;
  height: 40px;
}

.social-link.instagram {
  display: block;
  width: 24px;
  height: 24px;
  margin-top: 24px;
  margin-left: 0px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background-color: transparent;
  background-image: url('../images/instagram-167.png');
  background-position: 8px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  text-decoration: none;
}

.social-link.instagram:hover {
  border-radius: 8px;
  background-color: transparent;
}

.social-link.instagram.footer {
  position: relative;
  display: block;
  height: 24px;
  min-height: auto;
  margin: 0px auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  float: left;
  border-top-style: none;
  background-position: 50% 50%;
}

.text-block {
  border-bottom: 2px solid #ddd;
  color: #444;
  text-decoration: none;
}

.thumbnail-card {
  width: 100%;
  min-height: 300px;
  margin-bottom: 50px;
  padding: 0px 0px 40px;
  border-radius: 8px;
  background-color: #fff;
  color: #444;
  font-size: 18px;
  text-decoration: none;
}

.thumbnail-card:hover {
  box-shadow: 0 1px 16px 0 #bfbfbf;
}

.thumbnail-image {
  width: 100%;
  min-height: 250px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-image: url('../images/IMG_7390_croppy_medium.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.thumbnail-image.fana {
  background-image: url('../images/fana.jpeg');
  background-position: 50% 50%;
}

.thumbnail-image.liath {
  background-image: url('../images/liath-pattern.jpeg');
  background-position: 50% 50%;
}

.thumbnail-image.cuar {
  background-image: url('../images/cuar-pattern.jpeg');
  background-position: 50% 50%;
}

.thumbnail-image.solas {
  background-image: url('../images/solas-pattern.jpeg');
  background-position: 50% 50%;
}

.thumbnail-image.stua {
  background-image: url('../images/stua-pattern.jpeg');
  background-position: 50% 0%;
}

.thumbnail-image.taispeantais {
  background-image: url('../images/taispeantais-pattern.jpeg');
  background-position: 50% 100%;
}

.thumbnail-image.cranra {
  background-image: url('../images/cranra-pattern.jpeg');
  background-position: 50% 50%;
}

.thumbnail-image.gotha {
  background-image: url('../images/gotha-pattern.jpeg');
}

.thumbnail-image.moin {
  background-image: url('../images/moin-pattern.jpeg');
  background-position: 50% 50%;
}

.thumbnail-image.ardcrony-shawlette {
  background-image: url('../images/ardcrony-shawlette-pattern.jpeg');
  background-position: 50% 100%;
}

.thumbnail-image.outlander {
  background-image: url('../images/outlander-book.jpeg');
  background-position: 50% 0%;
}

.thumbnail-image.blackwood {
  background-image: url('../images/blackwood-book.jpeg');
  background-position: 50% 50%;
}

.thumbnail-image.coggalbeg-cowl {
  background-image: url('../images/coggalbeg-cowl-pattern.jpeg');
  background-position: 50% 100%;
}

.thumbnail-image.ziggy {
  background-image: url('../images/ziggy-pattern.jpeg');
  background-position: 50% 50%;
}

.thumbnail-image.cas {
  background-image: url('../images/cas-pattern.jpeg');
  background-position: 50% 50%;
}

.thumbnail-image.sos {
  background-image: url('../images/sos-pattern.jpeg');
  background-position: 50% 50%;
}

.thumbnail-image.roinn {
  background-image: url('../images/roinn-pattern.jpeg');
  background-position: 50% 50%;
}

.thumbnail-image.kaboom {
  background-image: url('../images/kaboom-pattern.jpeg');
  background-position: 50% 50%;
}

.thumbnail-details {
  padding-right: 32px;
  padding-left: 32px;
  font-size: 16px;
}

.work-col {
  padding-right: 16px;
  padding-left: 16px;
}

.footer-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-4 {
  margin-top: 16px;
  color: #444;
  font-weight: 600;
}

.bg-photo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(transparent)), url('../images/IMG_7390_croppy_medium.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), transparent), url('../images/IMG_7390_croppy_medium.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.sticky-footer {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  width: 100%;
  height: 80px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.text-block-2 {
  margin-top: 32px;
  margin-right: 200px;
  float: right;
}

.image-slider {
  min-height: 75vh;
}

.div-block {
  position: absolute;
}

.link {
  display: inline-block;
  margin-top: 20px;
  padding-bottom: 8px;
  border-bottom: 3px solid #000;
  color: #444;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.link:hover {
  border-bottom-color: #999;
}

.link:active {
  color: #999;
}

.link:focus {
  border: 3px solid #000;
}

.under-construction-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.hero-section {
  position: relative;
  display: block;
  min-height: 60vh;
  margin-bottom: 0px;
  padding: 15vh 5vw 20vh;
  float: none;
}

.heading-1 {
  margin-top: 0vh;
  margin-bottom: 16px;
  font-size: 80px;
  line-height: 9vw;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.text-col {
  padding-right: 0px;
  padding-left: 0px;
}

.hero-subheading {
  max-width: 700px;
  margin-bottom: 40px;
  padding-right: 50px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

.divider-block {
  width: 50px;
  height: 3px;
  margin-top: 50px;
  margin-bottom: 40px;
  background-color: #ccc;
}

.paragraph-2 {
  max-width: 650px;
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

.twitter {
  width: 24px;
  height: 24px;
  margin-top: 24px;
  margin-right: 0px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background-image: url('../images/twitter-154.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.twitter.footer-padding {
  margin-top: 0px;
  margin-bottom: 24px;
  margin-left: 24px;
}

.div-block-2 {
  display: inline-block;
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

html.w-mod-js *[data-ix="fade-up-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="fade-up-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="fade-up-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

@media screen and (min-width: 1440px) {
  .hero-section {
    padding-bottom: 15vh;
  }

  .heading-1 {
    max-width: 1400px;
    font-size: 7vw;
    line-height: 8vw;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    width: 100%;
    border-left: 5px solid transparent;
    border-bottom-style: none;
    color: #444;
  }

  .nav-link:hover {
    border-left: 5px solid #999;
    border-bottom-style: none;
  }

  .nav-link.w--current {
    border-left: 5px solid #000;
    border-bottom-width: 0px;
  }

  .nav-link.w--current:hover {
    border-left-color: #999;
  }

  .navbar {
    display: block;
    padding: 10px 2vw;
  }

  .header-background {
    height: auto;
    min-height: auto;
    padding-top: 12vh;
    padding-bottom: 6vh;
  }

  .brand-link {
    padding-left: 10px;
  }

  .brand-link.w--current {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .menu-button {
    z-index: 1;
    display: block;
    margin-right: 0px;
    float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .menu-button.w--open {
    background-color: #444;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading {
    font-size: 80px;
  }

  .navbar-container {
    width: 100%;
    min-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-menu {
    margin-right: auto;
    padding-right: 50px;
    padding-bottom: 50px;
    background-color: #ebebeb;
    color: #fff;
  }

  .section-1 {
    margin-right: 80px;
    padding-left: 80px;
  }

  .section-2 {
    margin-left: 60px;
    padding-left: 40px;
  }

  .work-details-col {
    padding-top: 120px;
    padding-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .rectangle {
    margin-left: 100px;
  }

  .columns {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .social-link.instagram {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: 16px;
    padding-top: 5px;
    float: right;
  }

  .social-link.instagram.footer {
    position: static;
    float: left;
  }

  .work-col {
    padding-right: 8px;
    padding-left: 8px;
  }

  .hero-section {
    margin-top: 0px;
    padding-top: 0vh;
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .heading-1 {
    font-size: 12vw;
    line-height: 12vw;
  }

  .hero-subheading {
    font-size: 28px;
    line-height: 42px;
  }

  .paragraph-2 {
    font-size: 20px;
  }

  .twitter {
    margin-top: 16px;
    margin-right: 24px;
    margin-left: 16px;
    float: right;
  }

  .div-block-2 {
    display: inline-block;
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 1.2;
  }

  h2 {
    font-size: 28px;
    line-height: 1.2;
  }

  h3 {
    font-size: 24px;
    line-height: 1.4;
  }

  h4 {
    font-size: 20px;
    line-height: 1.4;
  }

  h5 {
    font-size: 16px;
    line-height: 1.4;
  }

  h6 {
    font-size: 14px;
    line-height: 1.4;
  }

  p {
    font-size: 16px;
  }

  .navbar {
    padding-top: 10px;
  }

  .header-background {
    height: auto;
    padding: 5vh 5vw 40px;
  }

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

  .button {
    padding: 15px 20px;
    font-size: 18px;
  }

  .subhead {
    font-size: 24px;
    line-height: 1.2;
  }

  .subhead.white {
    font-size: 32px;
  }

  .brand-link {
    margin-left: -40px;
    padding-left: 0px;
  }

  .site-title {
    position: relative;
    margin-left: 40px;
    float: left;
  }

  .body-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .menu-button.w--open {
    float: left;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .hero {
    padding: 40px 20px;
  }

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

  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .hero-overlay {
    padding: 40px 20px;
  }

  .heading {
    font-size: 80px;
    line-height: 80px;
  }

  .heading.white {
    font-size: 60px;
  }

  .nav-menu {
    display: block;
    width: auto;
    margin-right: 0px;
  }

  .doormat {
    min-height: 120px;
    margin-bottom: 30px;
  }

  .hero-section {
    min-height: 50vh;
    padding: 0vh 0vw;
  }

  .heading-1 {
    margin-bottom: 3vh;
    line-height: 15vw;
  }

  .hero-subheading {
    padding-right: 0px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 1.1;
  }

  h2 {
    line-height: 1.2;
  }

  h3 {
    line-height: 1.3;
  }

  h4 {
    line-height: 1.4;
  }

  h5 {
    line-height: 1.4;
  }

  .nav-link {
    width: 100%;
    background-color: transparent;
    color: #444;
  }

  .nav-link.w--current {
    width: 100%;
  }

  .navbar {
    position: relative;
    min-height: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .header-background {
    display: block;
    height: auto;
    padding: 0vh 0px 30px;
  }

  .headline-container {
    padding: 6vh 10px 0vh;
  }

  .button {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 90%;
    margin-right: 0vw;
    margin-left: 16px;
    text-align: center;
  }

  .brand-link {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    max-height: 60px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .brand-link.w--current {
    margin-top: 0px;
  }

  .site-title {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 40px;
    line-height: 60px;
  }

  .menu-button {
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .icon {
    color: #000;
  }

  .menu-button-2 {
    background-color: #000;
  }

  .menu-button-2.w--open {
    color: #fff;
  }

  .menu-button {
    position: relative;
    height: 60px;
    margin-top: 0px;
    float: left;
  }

  .menu-button.w--open {
    position: absolute;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

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

  .heading {
    font-size: 60px;
  }

  .heading.white {
    font-size: 60px;
    line-height: 72px;
  }

  .nav-menu {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .doormat {
    margin-bottom: 20px;
  }

  .social-link.instagram {
    display: block;
    width: 40px;
    height: 60px;
    margin-top: 0px;
    margin-left: 4px;
    padding-left: 0px;
    float: right;
    background-position: 50% 50%;
  }

  .social-link.instagram.footer {
    height: 40px;
  }

  .text-block {
    display: none;
  }

  .thumbnail-details {
    padding-right: 24px;
    padding-left: 24px;
  }

  .bg-photo {
    height: 80vh;
  }

  .sticky-footer {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .hero-section {
    padding-top: 0vh;
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .heading-1 {
    margin-top: 10vh;
    font-size: 16vw;
    line-height: 18vw;
  }

  .hero-subheading {
    padding-right: 0px;
    font-size: 24px;
    line-height: 40px;
  }

  .divider-block {
    margin-top: 20px;
  }

  .twitter {
    height: 60px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .twitter.footer-padding {
    height: 40px;
    margin-top: 0px;
    margin-left: 16px;
    float: right;
  }

  .div-block-2 {
    display: block;
    width: 112px;
    float: none;
  }
}

