@font-face {
  font-family: 'Monad ExtraLight';
  src: url("../fonts/Monad-ExtraLight.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

.body {
  font-family: 'Monad regular', sans-serif;
}

body.about-us {
  padding-top: 0;
  background-image: none;
}

#header_navbar {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 300;
}

.about-image {
  position: absolute;
}

.header-style-light.fixed-position {
  background: rgba(0, 0, 0, 0.5);
}

.header-style-light .section-top-nav,
.header-style-light .section-main-nav {
  box-shadow: none;
  background: none;
  color: white;
  position: static;
  margin-top: 0;
}

.header-style-light .top-nav-name,
.header-style-light .top-nav-link {
  color: white;
}

.section-visual {
  height: 100vh;
  overflow: hidden;
  position: relative;
  padding: 120px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-visual:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}

.section-visual.we-believe {
  background-image: url("../images/image-visual1.jpg");
  background-repeat: no-repeat;
  background-position: 75% 50%;
  background-size: cover;
}

.section-visual.how-began {
  background-image: url("../images/image-visual2.jpg");
  background-repeat: no-repeat;
  background-position: 36% 50%;
  background-size: cover;
}

.section-visual.our-photographers {
  background-image: url("../images/image-visual3.jpg");
  background-repeat: no-repeat;
  background-position: 43% 50%;
  background-size: cover;
}

.section-visual .w-container {
  position: relative;
  z-index: 2;
}

.section-visual .arrow-down {
  background-image: url("../images/arrow-down.png");
  background-repeat: no-repeat;
  width: 61px;
  height: 61px;
  display: block;
  margin: 0 auto;
}

.heading-block {
  text-align: center;
  margin: 0 auto;
  max-width: 768px;
}

.heading-block .h1-heading {
  color: white;
  font-size: 55px;
  font-weight: 400;
  line-height: 1.2em;
  text-transform: uppercase;
  font-family: 'Monad ExtraLight', sans-serif;
  margin: 0 0 60px;
}

span.section {
  display: block;
  height: 142px;
  margin-top: -142px;
  visibility: hidden;
}

.section-about-content {
  padding: 50px 15px;
  overflow: hidden;
  position: relative;
  color: #4d4d4d;
}

.about-watermark:before {
  background: url("../images/bg-icon.png") no-repeat;
  width: 412px;
  height: 412px;
  top: 10%;
  right: -6%;
}

.about-watermark:after {
  background: url("../images/bg-icon2.png") no-repeat;
  width: 491px;
  height: 491px;
  bottom: -3%;
  left: -6%;
}

.about-content-watermark:after {
  background: url("../images/bg-icon.png") no-repeat;
  width: 412px;
  height: 412px;
  top: 10%;
  left: -6%;
}

.about-content-watermark:before {
  background: url("../images/bg-icon2.png") no-repeat;
  width: 491px;
  height: 491px;
  bottom: -3%;
  right: -6%;
}

.section-about-content:after, .section-about-content:before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  z-index: -1;
  background-size: 100% 100%;
}

.content-block {
  max-width: 768px;
  margin: 0 auto;
  font-size: 27px;
  line-height: 1.5em;
}

.content-block.text-center {
  text-align: center;
  max-width: 600px;
  font-size: 27px;
  line-height: 1.5em;
}

.content-block p {
  margin: 0 0 40px;
}

.content-block .button {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
}

.h2-heading {
  color: #65a184;
  font-size: 95px;
  line-height: 1.2em;
  margin: 0 0 10px;
  font-weight: 400;
  font-family: 'Monad light', sans-serif;
}

.title-info {
  display: block;
  color: #65a184;
  font-size: 40px;
  line-height: 1.2em;
  margin: 0 0 15px;
  font-family: 'Monad light', sans-serif;
  font-weight: 400;
}

.button-light {
  background: #a7cba4;
}

.button-large {
  padding: 20px 30px;
  font-size: 18px;
  font-family: 'Monad bold', sans-serif;
}

.edit-info {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  background-color: #669f84;
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.edit-info:hover {
  background-color: #375c4e;
}

@media screen and (max-width: 479px) {
  .top-nav-block.edit-info {
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .heading-block .h1-heading {
    font-size: 25px;
    margin: 0 0 10px;
  }

  .section-visual.we-believe {
    padding-bottom: 15px;
  }

  .section-visual .arrow-down {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }

  .section-about-content {
    padding: 30px 15px;
  }

  .section-about-content:before {
    width: 200px;
    height: 200px;
  }

  .section-about-content:after {
    width: 200px;
    height: 200px;
    background-position: 100% 100%;
  }

  .content-block {
    font-size: 16px;
    padding: 0 15px;
  }

  .content-block p {
    margin: 0 0 20px;
  }

  .h2-heading {
    font-size: 25px;
  }

  .content-block.text-center {
    font-size: 16px;
    line-height: 1.5em;
  }

  .button-large {
    font-size: 14px;
    padding: 10px 20px;
  }

  .title-info {
    font-size: 22px;
  }

  .content-block {
    font-size: 16px;
    line-height: 1.5em;
  }
}

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

  .heading-block .h1-heading {
    font-size: 45px;
    margin: 0 0 30px;
  }

  span.section {
    height: auto;
    margin-top: 0;
  }

  .section-visual {
    padding: 50px 15px;
  }

  #header_navbar {
    position: absolute;
  }

  .h2-heading {
    font-size: 30px;
  }

  .content-block {
    font-size: 20px;
  }

  .content-block.text-center {
    font-size: 20px;
  }

  .title-info {
    font-size: 30px;
  }
}

@media (max-width: 991px)  {
  .header-style-light.fixed-position {
    position: absolute !important;
    background: none;
  }

  .header-style-light .menu-button.w--open {
    color: white;
  }
  .header-style-light  .nav-menu-open,
  .header-style-light.menu-opened {
    background: rgba(0,0,0,.5);
  }
}
