body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: rgba(0, 0, 0, 0.74);
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}
h1-1 {
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  max-width: 210px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

.navigation-link {
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Lato, sans-serif;
  color: silver;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.navigation-link:hover {
  color: #333;
}

.navigation-link.w--current {
  color: #333;
  text-transform: capitalize;
}

.navigation-link-sub-page {
  color: #333;
}

.navigation-bar {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
  text-transform: uppercase;
}

.navigation-menu {
  margin-top: 31px;
  padding-left: 108px;
}

.brand-text {
  margin-top: 24px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 45px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
  text-transform: capitalize;
}

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

.brand-link.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section {
  position: relative;
  padding-top: 87px;
  padding-bottom: 63px;
  border-bottom: 1px none #555;
  background-color: #fff;
}

.sub-section {
  position: relative;
  padding-top: 0px;
  padding-bottom: 20px;
  border-bottom: 1px none #555;
  background-color: #fff;
}

.social-icon-link {
  margin-right: 2px;
  margin-left: 2px;
  padding: 3px;
  opacity: 0.87;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon-link:hover {
  opacity: 0.3;
}

.footer {
  margin-top: auto;
  padding-top: 48px;
  padding-bottom: 48px;
  text-align: center;
}

.footer-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 67px;
  margin-bottom: 5px;
  padding-right: 0px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  color: #cacaca;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.photo-link-block {
  width: 100%;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
  color: #333;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.photo-link-block:hover {
  opacity: 0.8;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  color: #333;
  text-decoration: none;
}

.blog-title {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
}

.byline {
  margin-bottom: 20px;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
}

.sidebar-title {
  margin-bottom: 29px;
}

.blog-link {
  display: block;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #333;
  text-decoration: none;
}

.blog-link:hover {
  text-decoration: none;
}

.sidebar-divider {
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
  border-top: 1px solid #ccc;
}

.about-photo {
  padding-right: 30px;
}

.title {
  display: block;
  margin-top: 13px;
  margin-bottom: 33px;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

.project-title {
  display: block;
  margin-top: 5px;
  margin-bottom: 33px;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 17px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
}

.photo-page-title {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
}

.photo-page-title.center {
  text-align: center;
}

.photo-info-text {
  margin-bottom: 18px;
  font-family: Montserrat, sans-serif;
  color: #969696;
  font-size: 11px;
  line-height: 17px;
  text-transform: uppercase;
}

.gallery-wrapper {
  margin-top: 56px;
}

.blog-list-item {
  min-height: 100px;
}

.blog-info-text {
  color: silver;
  font-size: 12px;
  text-transform: uppercase;
}

.small-blog-title {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.small-blog-link {
  margin-bottom: 21px;
  color: #333;
}

.small-blog-link:hover {
  text-decoration: none;
}

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

.photo-row {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.17);
}

.description-text {
  margin-bottom: 23px;
  font-family: Lato, sans-serif;
}

.columns {
  padding-top: 52px;
}

.columns-2 {
  padding-top: 54px;
}

.rich-text-block {
  line-height: 0px;
}

.rich-text-block-2 {
  line-height: 30px;
}

.rich-text-block-3 {
  line-height: 30px;
}

.columns-3 {
  padding-top: 58px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.rich-text-block-4 {
  margin-bottom: 0px;
  border: 0px solid #000;
  font-family: Lato, sans-serif;
  color: #000;
  text-align: justify;
  font-weight: 300;
}

.rich-text-block-4-left {
  margin-bottom: 0px;
  border: 0px solid #000;
  font-family: Lato, sans-serif;
  color: #000;
  text-align: left;
  font-weight: 300;
}

.rich-text-block-4 a {
  color: #000;
}

.rich-text-block-4-left a {
  color: #000;
}

.container {
  margin-bottom: 34px;
  padding-bottom: 14px;
  border-bottom: 1px solid #afafaf;
}

.sub-container {

}

.div-block {
  margin-top: -8px;
  padding-top: 0px;
  padding-bottom: 0px;
}

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

.image {
  padding-bottom: 0px;
}

.link-block {
  display: block;
}

.link-block-2 {
  display: block;
}

.link-block-3 {
  display: block;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rich-text-block-5 {
  padding-top: 15px;
  font-family: Lato, sans-serif;
  font-size: 12px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.image-2 {
  padding-top: 11px;
}

.image-2-2 {
  padding-top: 0px;
  
}

.image-opacity {
  opacity: 0.5;
}

.image-opacity:hover {
  opacity: 1.0;
}
.project-img-hidden {
    visibility: hidden !important;
}
.project-img {
transition-duration: 1s;
  opacity: 1;

}
.project-img:hover {
opacity: 1;

}


@media screen and (max-width: 991px) {

h1-1 {
  max-width: 165px;
}

  .navigation-link {
    padding: 9px 0px;
    color: #C3C3C3;
    text-align: center;
  }

  .navigation-link:hover {
    color: #fff;
  }

  .navigation-link.w--current {
    color: white;
    text-transform: capitalize;
    text-decoration: underline
  }

  .hamburger-button {
    padding: 7px;
  }

  .hamburger-button.w--open {
    color: white;
    background-color: #608476;
    opacity: 0.95;
  }

  .navigation-menu {
    margin-top: 0px;
    padding-top: 26px;
    padding-bottom: 26px;
    background-color: #608476;
    opacity: 0.95;
    padding-left: 0px;
  }

  .section {
    padding-bottom: 0px;
  }

  .container-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .icon {
    padding-top: 26px;
  }
}

@media screen and (max-width: 767px) {
h1-1 {
  max-width: 695px;
}

  .navigation-bar {
    z-index: 1000;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hamburger-button {
    padding: 10px;
  }

  .brand-text {
    margin-top: 5px;
  }

  .footer {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .about-photo {
    margin-bottom: 32px;
    padding-right: 0px;
  }

  .blog-list-item {
    margin-bottom: 26px;
  }

  .blog-info-text {
    margin-bottom: 7px;
  }

  .small-list {
    margin-top: 56px;
    text-align: center;
  }

  .blog-title-wrapper {
    text-align: center;
  }

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

.sub-container {
    padding-right: 10px;
    padding-left: 10px;

}

  .icon {
    padding-top: 5px;
  }
}

@media screen and (max-width: 479px) {
  a {
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    color: #000;
  }

  .section {
    padding-right: 0px;
  }

  .photo-link-block {
    margin-bottom: 0px;
  }

  .photo-page-title {
    padding-right: 10px;
    padding-left: 10px;
  }

  .photo-row {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .rich-text-block-4 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block {
    padding-left: 10px;
  }

  .image {
    padding-top: 21px;
  }
}

