.logo-text {
  color: #666;
  text-transform: uppercase;
  font-family: Source Sans Pro, sans-serif;
  font-size: 36px;
  font-weight: 200;
  line-height: 36px;
  display: inline-block;
}

.logo-text.dark {
  color: #666;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 200;
}

.logo-text.home {
  color: #fff;
  font-size: 38px;
}

.home-slider {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

.home-slider-cover {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.home-slide-arrows {
  background-image: url('../images/fw_frontpage_arrows_detail_900x1200.jpeg');
  background-position: 50%;
  background-size: cover;
}

.home-slide-bluebar {
  background-image: url('../images/fw_frontpage_bluebar_900x1200.jpeg');
  background-position: 50%;
  background-size: cover;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.navbar.work {
  height: 72px;
  color: #666;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
}

.navbar.about {
  height: 72px;
  color: #666;
  position: absolute;
}

.navbar.work-page {
  height: 72px;
  color: #666;
  background-color: #f5f4f0;
  position: fixed;
}

.navbar-link {
  color: #666;
  text-transform: uppercase;
  margin-top: 16px;
  padding: 19px 16px 2px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 24px;
  font-weight: 200;
  right: -14px;
}

.navbar-link.w--current {
  color: #004356;
}

.navbar-link.dark {
  color: #666;
  font-size: 24px;
  right: -14px;
}

.navbar-link.dark.w--current {
  color: #004356;
}

.navbar-link.home {
  color: #fff;
}

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

.brand {
  margin-top: 22px;
  display: block;
}

.navbar-wrapper {
  height: 72px;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.home-slide-ghosts {
  background-image: url('../images/fw_frontpage_ghosts_detail_900x1200.jpg');
  background-position: 50%;
  background-size: cover;
}

.home-slide-irishman {
  background-image: url('../images/fw_frontpage_irishman_detail_900x1200.jpeg');
  background-position: 50%;
  background-size: cover;
}

.home-slide-lowland {
  background-image: url('../images/fw_frontpage_lowland_900x1200.jpeg');
  background-position: 50%;
  background-size: cover;
}

.home-slide-lowland-june {
  background-image: url('../images/fw_frontpage_lowland_june_900x1200.jpeg');
  background-position: 50%;
  background-size: cover;
}

.home-slide-lowland-view {
  background-image: url('../images/fw_frontpage_lowland_view_900x1200.jpeg');
  background-position: 50%;
  background-size: cover;
}

.home-slide-men-arrows {
  background-image: url('../images/fw_frontpage_men_arrows_detail_900x1200.jpeg');
  background-position: 50%;
  background-size: cover;
}

.home-slide-outback {
  background-image: url('../images/fw_frontpage_outback_detail_900x1200.jpeg');
  background-position: 50%;
  background-size: cover;
}

.home-slide-no429 {
  background-image: url('../images/fw_frontpage_no429_detail_900x1200.jpeg');
  background-position: 50%;
  background-size: cover;
}

.home-slide-the-moore {
  background-image: url('../images/fw_frontpage_the_moor_detail_900x1200.jpeg');
  background-position: 50%;
  background-size: cover;
}

.home-slide-twilight {
  background-image: url('../images/fw_frontpage_twilight_900x1200.jpeg');
  background-position: 50%;
  background-size: cover;
}

.home-slide-woodsman {
  background-image: url('../images/fw_frontpage_woodsman1_detail_900x1200.jpeg');
  background-position: 50%;
  background-size: cover;
}

.work-grid {
  flex-flow: wrap;
  flex: 1;
  align-content: space-around;
  justify-content: space-between;
  display: flex;
  position: absolute;
  top: 72px;
  bottom: 40px;
  left: 16px;
  right: 16px;
}

.work-item {
  width: 33.3333%;
  height: 33.333%;
  flex: 0 auto;
  position: relative;
}

.work-item-title {
  z-index: 10;
  opacity: .8;
  cursor: pointer;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 16px;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 8px;
  right: 8px;
}

.work-item-title:hover {
  opacity: 0;
}

.work-item-title-name {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 300;
  text-decoration: none;
}

.work-item-image {
  position: absolute;
  top: 8px;
  left: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  object-fit: cover;
  object-position: center center;
  overflow: hidden;
}

.text-block {
  color: #fff;
  letter-spacing: 1px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.work-slider {
  background-color: rgba(0, 0, 0, 0);
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.work-slide {
  position: static;
}

.work-slide-image {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  object-fit: contain;
}

.body {
  background-color: #f5f4f0;
}

.work-slider-container {
  background-color: #e8e8e8;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: absolute;
  top: 76px;
  bottom: 40px;
  left: 24px;
  right: 24px;
}

.slide-text {
  height: 20px;
  text-align: center;
  background-color: #f5f4f0;
  justify-content: center;
  padding-top: 2px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.slide-text span {
  display: inline-block;
  margin: 0 8px;
}

.work-arrow {
  width: 52px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
}

.bio-container {
  min-height: 100vh;
  background-image: linear-gradient(to right, rgba(255, 255, 255, .8), rgba(255, 255, 255, .6));
  flex: 1;
  justify-content: space-between;
  padding: 124px 24px 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.row {
  flex: 1;
  padding-left: 46px;
  padding-right: 46px;
}

.bio-heading-text {
  color: #333;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.bio-heading-box {
  height: 72px;
}

.bio-text {
  color: #333;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.about-container {
  flex-wrap: nowrap;
  flex: 1 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-left: 70px;
  padding-right: 24px;
  display: block;
  position: static;
}

.paragraph {
  color: #333;
  margin-bottom: 16px;
  padding-bottom: 16px;
  font-family: Source Sans Pro, sans-serif;
}

.copyright {
  z-index: 2;
  color: #fff;
  padding: 8px 24px;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;

  display: flex;
  justify-content: space-between;
}

.copyright.dark, 
.copyright.dark a {
  color: #666;
}

.text-block-2 {
  color: #777;
  font-family: Source Sans Pro, sans-serif;
  font-size: 11px;
  font-weight: 300;
}

.about-content {
  max-width: 600px;
  color: #444;
  flex: 0 auto;
  padding-top: 16px;
  padding-bottom: 50px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.button {
  color: #444;
  text-transform: uppercase;
  border: 2px solid rgba(68, 68, 68, .75);
  padding: 8px 24px;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 200;
  text-decoration: none;
  transition: background-color .2s, color .2s;
}

.button:hover {
  color: #fff;
  background-color: #004356;
  border-color: #004356;
}

.text-block-3 {
  letter-spacing: 2px;
  font-weight: 300;
}

.paragraph-2, .paragraph-3 {
  color: #333;
  padding-bottom: 16px;
}

.paragraph-4 {
  color: #333;
  padding-bottom: 40px;
}

.bio-column {
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

.bio-background {
  background-image: url('../images/fw_bio_background_1200x900px.jpeg');
  background-position: 50%;
  background-size: cover;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.body-about {
  background-color: #f5f4f0;
}

.about-background {
  background-image: url('../images/fw_about_background_1200x900px_8823.jpeg');
  background-position: 0 0;
  background-size: cover;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.about-gradient {
  background-image: linear-gradient(108deg, rgba(255, 255, 255, .94), rgba(255, 255, 255, .8) 42%, rgba(255, 255, 255, .18));
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 30px 40px 120px;
  transition: border .2s, background-color .2s, color .2s;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.about-wrapper {
  flex-direction: column;
  padding-top: 124px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.home-slide-night-figures {
  background-image: url('../images/fw_frontpage_night_figures_detail_900x1200.jpg');
  background-position: 50%;
  background-size: cover;
}

.home-slide-return {
  background-image: url('../images/fw_frontpage_return_detail_900x1200.jpeg');
  background-position: 50%;
  background-size: cover;
}

.home-slide-spring {
  background-image: url('../images/fw_frontpage_spring_detail_900x1200.jpeg');
  background-position: 50%;
  background-size: cover;
}

.porches-13 {
  background-image: url('../images/fw_porches_13_approach_12x16_2008_1200×895px.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 20px;
  left: 0;
  right: 0;
}

.home-slide-night-arrangement {
  background-image: url('../images/fw_frontpage_night_arrangement_detail_900x1200._102417.jpg');
  background-position: 50%;
  background-size: cover;
}

.bio-container-2 {
  flex-wrap: nowrap;
  flex: 1 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: static;
}

.bio-wrapper {
  background-image: linear-gradient(to right, rgba(255, 255, 255, .8), rgba(255, 255, 255, .6));
  flex-direction: column;
  padding-top: 124px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.bio-column-2 {
  flex: 1;
}

.body-bio {
  background-image: url('../images/fw_bio_background_1200x900px.jpeg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.bio-body {
  font-size: 0;
}

.new-2 {
  background-image: url('../images/fw_new_work_02_silent_noon_january_30x46_2019_796×1200px.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 20px;
  left: 0;
  right: 0;
}

.new-1 {
  background-image: url('../images/fw_new_work_01_silent_noon_june_30x50_2019_724×1200px.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 20px;
  left: 0;
  right: 0;
}

.new-3 {
  background-image: url('../images/fw_new_work_03_doorway_48x32_2018_806×1200px.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 20px;
  left: 0;
  right: 0;
}

.new-4 {
  background-image: url('../images/fw_new_work_04_visitor_36x24_2018_805×1200px.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 20px;
  left: 0;
  right: 0;
}

.new-5 {
  background-image: url('../images/fw_new_work_05_small_interior_8x5_2018_750×1200px.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 20px;
  left: 0;
  right: 0;
}

.new-7 {
  background-image: url('../images/fw_new_work_07_nocturne_12x17_2018_850×1200px.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 20px;
  left: 0;
  right: 0;
}

.new-8 {
  background-image: url('../images/fw_frontpage_man_drinking_detail_900x1200.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 20px;
  left: 0;
  right: 0;
}

.new-6 {
  background-image: url('../images/fw_new_work_06_small_interior_2_8x5_2019_751×1200px.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 20px;
  left: 0;
  right: 0;
}

.ghosts-13 {
  background-image: url('../images/fw_ghosts_13_timothy_4x6_2018_802×1200px.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 20px;
  left: 0;
  right: 0;
}

.ghosts-12 {
  background-image: url('../images/fw_ghosts_12_in_bed_7x16_2018_533×1200px.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 20px;
  left: 0;
  right: 0;
}

.ghosts-11 {
  background-image: url('../images/fw_ghosts_11_man_in_bed_2_4.25x7_2018_731×1200px.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 20px;
  left: 0;
  right: 0;
}

.ghosts-10 {
  background-image: url('../images/fw_ghosts_10_man_in_bed_4.25x7_2017_731×1200px.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 20px;
  left: 0;
  right: 0;
}

.ghosts-7 {
  background-image: url('../images/fw_ghosts_07_ghost_story_6x4_2017_805×1200px.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 20px;
  left: 0;
  right: 0;
}

.ghosts-5 {
  background-image: url('../images/fw_ghosts_05_evening_the_kings_chamber_32x44_2018_875×1200px.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 20px;
  left: 0;
  right: 0;
}

.ghosts-2 {
  background-image: url('../images/fw_ghosts_02_night_room_30x54_2018_668×1200px.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 20px;
  left: 0;
  right: 0;
}

.home-slide-doorway {
  background-image: url('../images/fw_frontpage_doorway_detail_900x1200.jpeg');
  background-position: 50%;
  background-size: cover;
}

.home-slide-mandrinking {
  background-image: url('../images/fw_frontpage_man_drinking_detail_900x1200.jpeg');
  background-position: 50%;
  background-size: cover;
}

.home-slide-nocturne {
  background-image: url('../images/fw_frontpage_nocturne_detail_900x1200.jpeg');
  background-position: 50%;
  background-size: cover;
}

.home-slide-silentnoonjan {
  background-image: url('../images/fw_frontpage_silent_noon_january_detail_900x1200.jpeg');
  background-position: 50%;
  background-size: cover;
}

.home-slide-smallinterior {
  background-image: url('../images/fw_frontpage_small_interior_detail_900x1200.jpeg');
  background-position: 50%;
  background-size: cover;
}

.home-slide-timothy {
  background-image: url('../images/fw_frontpage_timothy_detail_900x1200.jpeg');
  background-position: 50%;
  background-size: cover;
}

.work-download {
  width: 16px;
  height: 16px;
  opacity: .5;
  background-image: url('../images/download.png');
  background-position: 50%;
  background-size: contain;
  margin-top: 2px;
  margin-left: 16px;
}

.work-download:hover {
  opacity: 1;
}

.home-slide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-slide-arrival {
  background-image: url('../images/fw_frontpage_arrival_detail_900x1200.jpeg');
  background-position: 50%;
  background-size: cover;
}

.home-slide-evening {
  background-image: url('../images/fw_frontpage_evening_detail_900x1200.jpeg');
  background-position: 50%;
  background-size: cover;
}

.home-slide-night-bar {
  background-image: url('../images/fw_frontpage_night_bar_detail_900x1200.jpeg');
  background-position: 50%;
  background-size: cover;
}

.home-slide-silentnoonjun {
  background-image: url('../images/fw_frontpage_silent_noon_june_detail_900x1200.jpeg');
  background-position: 50%;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .navbar.work {
    position: absolute;
  }

  .navbar.work-page {
    position: fixed;
  }

  .navbar-link {
    color: #fff;
    margin-top: 2px;
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 12px;
    padding-bottom: 10px;
    font-size: 32px;
    line-height: 40px;
    display: block;
  }

  .navbar-link.w--current {
    color: #fff;
    font-size: 32px;
  }

  .navbar-link.dark, .navbar-link.dark.w--current {
    color: #fff;
    font-size: 32px;
    line-height: 40px;
  }

  .navbar-link.home {
    font-size: 32px;
    line-height: 40px;
  }

  .hamburger {
    color: #fff;
    padding-top: 6px;
    font-size: 30px;
    line-height: 30px;
  }

  .hamburger.dark {
    color: #766a63;
  }

  .navbar-menu {
    z-index: 100;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgba(0, 67, 86, .9), rgba(0, 67, 86, .9));
    padding-top: 21px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .brand {
    margin-top: 18px;
  }

  .navbar-wrapper {
    padding-right: 5px;
  }

  .work-grid {
    align-content: flex-start;
    align-items: stretch;
    margin-bottom: 40px;
    bottom: auto;
  }

  .work-item {
    width: 50%;
    height: 400px;
  }

  .work-item-title {
    opacity: 1;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .work-item-title-name {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-block {
    font-size: 12px;
  }

  .row {
    padding-left: 0;
    padding-right: 0;
  }

  .about-container {
    justify-content: flex-start;
    padding-left: 24px;
    padding-right: 24px;
    top: 0;
  }

  .copyright.dark {
    display: none;
    position: absolute;
  }

  .about-content {
    margin-right: 0;
    padding-top: 0;
  }

  .bio-container-2 {
    justify-content: flex-start;
    padding-left: 24px;
    padding-right: 24px;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    padding-left: 0;
  }

  .navbar-wrapper {
    height: 60px;
  }

  .work-grid {
    flex-direction: column;
    display: block;
  }

  .work-item {
    width: 100%;
    height: 400px;
  }

  .work-item-title:hover {
    opacity: 1;
  }

  .work-slider-container {
    flex-direction: column;
    display: block;
  }

  .bio-container {
    flex-direction: column;
  }

  .bio-heading-text {
    margin-bottom: 16px;
  }

  .bio-heading-box {
    height: auto;
  }

  .about-container {
    background-image: none;
    flex-direction: column;
    display: block;
  }

  .bio-column {
    padding-bottom: 60px;
  }

  .about-gradient {
    flex-direction: column;
    display: block;
  }

  .bio-container-2 {
    background-image: none;
    flex-direction: column;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .logo-text {
    font-size: 26px;
    display: block;
  }

  .logo-text.dark, .logo-text.home {
    font-size: 26px;
  }

  .navbar {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar.work, .navbar.about, .navbar.work-page {
    height: 60px;
  }

  .hamburger {
    padding-top: 0;
  }

  .brand {
    margin-top: 13px;
  }

  .work-item {
    height: 250px;
  }

  .work-slider-container {
    top: 63px;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .work-arrow {
    display: none;
  }

  .bio-container {
    background-image: none;
    padding-left: 24px;
    padding-right: 24px;
  }

  .bio-heading-text {
    color: #444;
    margin-bottom: 16px;
    font-family: Source Sans Pro, sans-serif;
    font-weight: 200;
  }

  .bio-heading-box {
    height: auto;
  }

  .about-container {
    background-image: none;
    padding-bottom: 40px;
    position: static;
  }

  .bio-column {
    padding-bottom: 60px;
  }

  .bio-background {
    display: none;
  }

  .body-about {
    background-color: #ddd;
    background-image: none;
  }

  .about-background {
    display: none;
  }

  .about-gradient {
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
    position: fixed;
  }

  .bio-container-2 {
    background-image: none;
    padding-bottom: 40px;
    position: static;
  }
}


