h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  line-height: 44px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-right: 70px;
  padding-left: 70px;
  font-size: 24px;
  line-height: 37px;
  font-weight: 400;
  text-align: left;
}

p {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
}

.body {
  background-color: #dedbdd;
}

.navbar {
  background-color: transparent;
}

.container {
  height: 100%;
  padding-top: 40px;
  padding-bottom: 10px;
}

.nav-link {
  margin-right: 20px;
  margin-left: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.nav-link:hover {
  color: #ae975d;
}

.nav-link-2 {
  margin-right: 20px;
  margin-left: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.nav-link-2:hover {
  color: #ae975d;
}

.nav-link-2.w--current {
  color: #fff;
}

.nav-link-3 {
  margin-right: 20px;
  margin-left: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.nav-link-3:hover {
  color: #ae975d;
}

.nav-link-3.w--current {
  color: #fff;
}

.nav-link-3.w--current:hover {
  color: #ae975d;
}

.nav-div {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: transparent;
}

.hero-img {
  width: 100%;
  height: auto;
}

.overlay {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 74%;
  background-color: rgba(79, 73, 85, .35);
}

.overlay-div {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.hero-overlay {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.logo {
  max-width: 90%;
}

.gallery {
  padding-top: 40px;
  padding-bottom: 80px;
}

.h1 {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #4f4955;
  font-size: 48px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.lanscape-btn {
  width: 250px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f2f0ed;
  box-shadow: 1px 1px 3px 0 rgba(79, 73, 85, .5);
  font-family: 'Open Sans', sans-serif;
  color: #4f4955;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}

.lanscape-btn:hover {
  background-color: #ae975d;
}

.column {
  text-align: center;
}

.column-2 {
  text-align: center;
}

.column-3 {
  text-align: center;
}

.column-4 {
  text-align: center;
}

.portraits-btn {
  width: 250px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f2f0ed;
  box-shadow: 1px 1px 3px 0 rgba(79, 73, 85, .5);
  font-family: 'Open Sans', sans-serif;
  color: #4f4955;
  font-size: 18px;
  text-transform: uppercase;
}

.portraits-btn:hover {
  background-color: #ae975d;
}

.fashion-btn {
  width: 250px;
  padding: 9px 20px;
  background-color: #f2f0ed;
  box-shadow: 1px 1px 3px 0 rgba(79, 73, 85, .5);
  font-family: 'Open Sans', sans-serif;
  color: #4f4955;
  font-size: 18px;
  text-transform: uppercase;
}

.fashion-btn:hover {
  background-color: #ae975d;
}

.lifestyle-btn {
  width: 250px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f2f0ed;
  box-shadow: 1px 1px 3px 0 rgba(79, 73, 85, .5);
  font-family: 'Open Sans', sans-serif;
  color: #4f4955;
  font-size: 18px;
  text-transform: uppercase;
}

.lifestyle-btn:hover {
  background-color: #ae975d;
}

.row {
  margin: 80px 100px 20px;
}

.lightbox-link {
  width: 100%;
}

.lightbox-link-2 {
  width: 100%;
}

.maisonry-container {
  text-align: center;
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-rule-color: #000;
  column-rule-color: #000;
  -webkit-column-rule-style: none;
  column-rule-style: none;
}

.image {
  width: 100%;
  -webkit-column-span: all;
  column-span: all;
}

.image-2 {
  width: 100%;
  -webkit-column-span: all;
  column-span: all;
}

.container-2 {
  display: inline-block;
}

.maisonry-div {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-right: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.maisonry-grid {
  position: relative;
  margin-top: 40px;
  -webkit-column-count: 3;
  column-count: 3;
}

.lightbox-link-3 {
  width: 100%;
  max-width: 100%;
}

.grid-image {
  width: 100%;
}

.lightbox-link-4 {
  position: relative;
}

.image-link {
  width: 100%;
  max-width: 100%;
}

.lightbox-link-6 {
  width: 100%;
  max-width: 100%;
}

.dropdown-link {
  font-family: 'Open Sans', sans-serif;
  color: #4f4955;
  font-size: 16px;
}

.dropdown-link:hover {
  color: #ae975d;
}

.dropdown-link.w--current {
  color: #4f4955;
}

.dropdown-link.w--current:hover {
  color: #ae975d;
}

.icon {
  opacity: 0;
  color: #fff;
}

.text-block {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
}

.text-block:hover {
  color: #ae975d;
}

.dropdown-toggle {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 20px;
}

.dropdown-list.w--open {
  background-color: #dedbdd;
}

.dropdown-link-2 {
  font-family: 'Open Sans', sans-serif;
  color: #4f4955;
  font-size: 16px;
}

.dropdown-link-2:hover {
  color: #ae975d;
}

.dropdown-link-2.w--current {
  color: #4f4955;
}

.dropdown-link-2.w--current:hover {
  color: #ae975d;
}

.dropdown-link-3 {
  font-family: 'Open Sans', sans-serif;
  color: #4f4955;
  font-size: 16px;
}

.dropdown-link-3:hover {
  color: #ae975d;
  font-size: 16px;
}

.dropdown-link-4 {
  font-family: 'Open Sans', sans-serif;
  color: #4f4955;
  font-size: 16px;
}

.dropdown-link-4:hover {
  color: #ae975d;
}

.body-2 {
  background-color: #dedbdd;
}

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

.image-3 {
  width: 100%;
}

.column-5 {
  text-align: center;
}

.column-6 {
  text-align: center;
}

.column-7 {
  text-align: center;
}

.row-2 {
  margin-right: 270px;
  margin-left: 270px;
  padding-top: 40px;
  padding-bottom: 20px;
}

.contact-img {
  width: 100%;
}

.contact-div {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.form-block {
  position: absolute;
  margin-top: 170px;
  margin-left: 170px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.field-label {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.text-field {
  width: 400px;
  margin-bottom: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  border: 2px solid #fff;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
}

.text-field:hover {
  border-color: #ae975d;
}

.text-field:focus {
  border-color: #ae975d;
}

.field-label-2 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.text-field-2 {
  margin-bottom: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
}

.text-field-2:hover {
  border-color: #ae975d;
}

.text-field-2:focus {
  border-color: #ae975d;
}

.textarea {
  width: 350px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 20px;
  border: 2px solid #fff;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
}

.textarea:hover {
  border-color: #ae975d;
}

.textarea:focus {
  border-color: #ae975d;
}

.textarea::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, .7);
}

.textarea:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, .7);
}

.textarea::placeholder {
  color: hsla(0, 0%, 100%, .7);
}

.send-btn {
  width: 140px;
  padding: 11px 20px;
  background-color: #ae975d;
  box-shadow: 1px 1px 3px 0 rgba(79, 73, 85, .5);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}

.send-btn:hover {
  background-image: -webkit-linear-gradient(270deg, #856f39, #856f39);
  background-image: linear-gradient(180deg, #856f39, #856f39);
}

.body-3 {
  background-color: #dedbdd;
}

.about-h1 {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #4f4955;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.about-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.about-p {
  padding: 0px 20px 40px 170px;
  font-family: 'Open Sans', sans-serif;
  color: #4f4955;
  font-size: 20px;
  line-height: 36px;
  text-align: left;
}

.column-8 {
  text-align: center;
}

.row-3 {
  margin-top: 60px;
  margin-bottom: 40px;
}

.my-photo {
  margin-right: 170px;
}

.column-9 {
  text-align: center;
}

.heading {
  text-align: center;
}

.body-5 {
  background-color: #dedbdd;
}

.landscapenature-btn {
  width: 250px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f2f0ed;
  box-shadow: 1px 1px 3px 0 rgba(79, 73, 85, .5);
  font-family: 'Open Sans', sans-serif;
  color: #4f4955;
  font-size: 18px;
  text-transform: uppercase;
}

.landscapenature-btn:hover {
  background-color: #ae975d;
}

.body-6 {
  background-color: #dedbdd;
}

.div-block-3 {
  position: relative;
  left: 376px;
  text-align: center;
}

.contact-h1 {
  position: absolute;
  top: 70px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.heading-2 {
  position: absolute;
  text-align: center;
}

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

.text-block-2 {
  font-family: 'Open Sans', sans-serif;
  color: #4f4955;
  text-align: center;
}

.text-block-3 {
  padding-top: 20px;
  padding-left: 170px;
  font-family: 'Open Sans', sans-serif;
  color: #4f4955;
  text-align: left;
}

.logo-footer {
  max-width: 90%;
  padding-bottom: 10px;
}

.column-10 {
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: center;
}

.column-11 {
  padding-top: 10px;
  text-align: center;
}

.column-12 {
  padding-top: 10px;
}

.field-label-3 {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 44px;
  font-weight: 400;
  text-transform: uppercase;
}

.heading-3 {
  position: absolute;
  top: 184px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 72px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.text-block-4 {
  position: absolute;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 37px;
}

.div-block-4 {
  position: absolute;
}

.hero-rich-text {
  position: absolute;
  top: 184px;
  padding-right: 120px;
  padding-left: 120px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 37px;
}

.row-4 {
  position: absolute;
  margin-top: 150px;
}

.field-label-4 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.field-label-5 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.text-field-3 {
  width: 300px;
  margin-bottom: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  border: 2px solid #fff;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
}

.text-field-3:hover {
  border-color: #856f39;
}

.text-field-3:focus {
  border-color: #856f39;
}

.text-field-3::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, .7);
}

.text-field-3:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, .7);
}

.text-field-3::placeholder {
  color: hsla(0, 0%, 100%, .7);
}

.text-field-4 {
  width: 300px;
  margin-bottom: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  border: 2px solid #fff;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
}

.text-field-4:hover {
  border-color: #856f39;
}

.text-field-4:focus {
  border-color: #856f39;
}

.text-field-4::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, .7);
}

.text-field-4:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, .7);
}

.text-field-4::placeholder {
  color: hsla(0, 0%, 100%, .7);
}

.submit-button {
  width: 140px;
  padding: 11px 20px;
  background-color: #ae975d;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #856f39;
}

.field-label-6 {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
}

.textarea-2 {
  width: 350px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 12px;
  border: 2px solid #fff;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
}

.textarea-2:hover {
  border-color: #856f39;
}

.textarea-2:focus {
  border-color: #856f39;
}

.textarea-2::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, .7);
}

.textarea-2:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, .7);
}

.textarea-2::placeholder {
  color: hsla(0, 0%, 100%, .7);
}

.column-13 {
  opacity: 0;
}

.image-4 {
  width: 100%;
}

.div-block-5 {
  position: absolute;
}

.column-14 {
  text-align: center;
}

.heading-4 {
  color: #fff;
}

.heading-5 {
  color: #fff;
}

@media (max-width: 991px) {
  h1 {
    font-size: 38px;
    line-height: 40px;
  }
  h4 {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 13px;
    line-height: 24px;
  }
  .navbar {
    height: 65px;
  }
  .container {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .nav-link {
    font-size: 15px;
  }
  .nav-link:hover {
    color: #ae975d;
  }
  .nav-link-2 {
    color: #4f4955;
    font-size: 15px;
  }
  .nav-link-2:hover {
    color: #ae975d;
  }
  .nav-link-2.w--current {
    color: #4f4955;
  }
  .nav-link-2.w--current:hover {
    color: #ae975d;
  }
  .nav-link-3 {
    color: #4f4955;
    font-size: 15px;
  }
  .nav-link-3:hover {
    color: #ae975d;
  }
  .nav-link-3.w--current {
    color: #4f4955;
  }
  .overlay {
    position: absolute;
  }
  .logo {
    max-width: 50%;
    margin-top: -10px;
    margin-bottom: 5px;
    margin-left: 20px;
  }
  .menu-button {
    margin-top: -10px;
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .menu-button.w--open:active {
    background-color: #4f4955;
  }
  .hamburger-icon {
    color: #fff;
  }
  .nav-menu {
    background-color: #dedbdd;
  }
  .gallery {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .h1 {
    font-size: 32px;
  }
  .lanscape-btn {
    width: 170px;
    margin-right: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
  }
  .portraits-btn {
    width: 170px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
  }
  .fashion-btn {
    width: 170px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
  }
  .lifestyle-btn {
    width: 170px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
  }
  .row {
    margin-top: 30px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .dropdown-link {
    color: #4f4955;
    font-size: 16px;
  }
  .dropdown-link:hover {
    color: #ae975d;
  }
  .dropdown-link.w--current {
    color: #4f4955;
  }
  .dropdown-link.w--current:hover {
    color: #ae975d;
  }
  .icon {
    color: #fff;
  }
  .text-block {
    font-family: 'Open Sans', sans-serif;
    color: #4f4955;
    font-size: 15px;
  }
  .dropdown-toggle {
    margin-right: 0px;
    margin-left: 0px;
    background-color: transparent;
    font-size: 15px;
  }
  .dropdown-list {
    background-color: transparent;
  }
  .dropdown-link-2 {
    font-family: 'Open Sans', sans-serif;
    color: #4f4955;
    font-size: 16px;
  }
  .dropdown-link-2:hover {
    color: #ae975d;
  }
  .dropdown-link-2.w--current {
    color: #4f4955;
  }
  .dropdown-link-2.w--current:hover {
    color: #ae975d;
  }
  .dropdown-link-3 {
    font-family: 'Open Sans', sans-serif;
    color: #4f4955;
    font-size: 16px;
  }
  .dropdown-link-3:hover {
    color: #ae975d;
  }
  .dropdown-link-4 {
    font-family: 'Open Sans', sans-serif;
    color: #4f4955;
    font-size: 16px;
  }
  .dropdown-link-4:hover {
    color: #ae975d;
  }
  .row-2 {
    margin-right: 100px;
    margin-left: 100px;
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .contact-img {
    opacity: 1;
  }
  .form-block {
    position: static;
    margin: 0px 50px;
  }
  .field-label {
    color: #4f4955;
    font-size: 14px;
  }
  .text-field {
    width: 250px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-color: #4f4955;
    color: #4f4955;
    font-size: 14px;
  }
  .field-label-2 {
    color: #4f4955;
    font-size: 14px;
  }
  .text-field-2 {
    width: 250px;
    margin-bottom: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-color: #4f4955;
    font-family: 'Open Sans', sans-serif;
    color: #4f4955;
    font-size: 14px;
  }
  .textarea {
    width: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 30px;
    border-color: #4f4955;
    color: #4f4955;
    font-size: 14px;
  }
  .send-btn {
    width: 100px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
  }
  .about-h1 {
    font-size: 24px;
    line-height: 35px;
  }
  .about-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about-p {
    padding: 0px 10px;
    font-size: 16px;
    line-height: 25px;
  }
  .row-3 {
    margin-top: 40px;
  }
  .my-photo {
    padding-right: 10px;
  }
  .body-4 {
    background-color: #dedbdd;
  }
  .contact-section.contact-section-other {
    background-color: #dedbdd;
  }
  .brand {
    margin-top: 10px;
  }
  .landscapenature-btn {
    width: 170px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
  }
  .form-2 {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .footer {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .text-block-3 {
    padding-top: 10px;
    padding-left: 70px;
    font-size: 12px;
  }
  .logo-footer {
    max-width: 70%;
  }
  .field-label-3 {
    margin-bottom: 20px;
    color: #4f4955;
    font-size: 24px;
    text-align: left;
  }
  .heading-3 {
    top: 60px;
    font-size: 38px;
  }
  .text-block-4 {
    position: absolute;
    bottom: 0px;
    margin-bottom: 260px;
    font-size: 13px;
    line-height: 22px;
  }
  .hero-rich-text {
    top: 61px;
  }
  .row-4 {
    margin-top: 30px;
  }
  .field-label-4 {
    font-size: 14px;
  }
  .field-label-5 {
    font-size: 14px;
  }
  .text-field-3 {
    width: 200px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }
  .text-field-4 {
    width: 200px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }
  .submit-button {
    width: 100px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
  }
  .field-label-6 {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 24px;
  }
  .textarea-2 {
    width: 250px;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 14px;
  }
  .column-15 {
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 34px;
  }
  h4 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 9px;
    line-height: 14px;
  }
  .navbar {
    height: 60px;
  }
  .container {
    padding-top: 10px;
  }
  .nav-link {
    font-size: 14px;
  }
  .nav-link-2 {
    font-size: 16px;
  }
  .nav-link-2.w--current {
    font-size: 16px;
  }
  .nav-link-3 {
    font-size: 16px;
  }
  .logo {
    max-width: 40%;
  }
  .nav-menu {
    background-color: #dedbdd;
  }
  .gallery {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .h1 {
    font-size: 24px;
  }
  .lanscape-btn {
    width: 155px;
    margin-bottom: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 11px;
  }
  .column {
    margin-bottom: 10px;
  }
  .column-2 {
    margin-bottom: 10px;
  }
  .column-3 {
    margin-bottom: 10px;
  }
  .column-4 {
    margin-bottom: 10px;
  }
  .portraits-btn {
    width: 155px;
    margin-bottom: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 11px;
  }
  .fashion-btn {
    width: 155px;
    margin-bottom: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 11px;
  }
  .lifestyle-btn {
    width: 155px;
    margin-bottom: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 11px;
  }
  .row {
    margin-top: 20px;
  }
  .maisonry-grid {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-column-count: 2;
    column-count: 2;
  }
  .text-block {
    font-size: 16px;
  }
  .dropdown-toggle {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 16px;
  }
  .row-2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 10px;
  }
  .contact-section-main {
    padding-bottom: 0px;
  }
  .contact-img {
    opacity: 1;
  }
  .form-block {
    margin: 0px 20px;
  }
  .field-label {
    font-size: 14px;
  }
  .text-field {
    width: 190px;
    height: 8%;
    margin-bottom: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
    line-height: 20px;
  }
  .field-label-2 {
    font-size: 14px;
  }
  .text-field-2 {
    width: 190px;
    height: 8%;
    margin-bottom: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
  }
  .textarea {
    width: 240px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 14px;
  }
  .send-btn {
    width: 80px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
  }
  .about-h1 {
    font-size: 20px;
    line-height: 24px;
  }
  .about-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .about-p {
    margin-bottom: 20px;
    padding-top: 0px;
    font-size: 14px;
    line-height: 24px;
  }
  .row-3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .my-photo {
    margin-right: 0px;
    padding-right: 0px;
  }
  .body-4 {
    background-color: #dedbdd;
  }
  .contact-section.contact-section-other {
    padding-bottom: 40px;
  }
  .landscapenature-btn {
    width: 155px;
    margin-bottom: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 11px;
  }
  .form-2 {
    padding-top: 0px;
  }
  .footer {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .text-block-3 {
    padding-left: 0px;
    font-size: 12px;
    text-align: center;
  }
  .logo-footer {
    max-width: 65%;
  }
  .column-11 {
    padding-top: 5px;
  }
  .column-12 {
    padding-top: 5px;
  }
  .field-label-3 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .heading-3 {
    top: 43px;
    font-size: 32px;
  }
  .text-block-4 {
    margin-bottom: 190px;
    font-size: 9px;
    line-height: 14px;
  }
  .hero-rich-text {
    top: 43px;
  }
  .row-4 {
    position: static;
  }
  .field-label-4 {
    color: #4f4955;
  }
  .field-label-5 {
    color: #4f4955;
  }
  .text-field-3 {
    width: 200px;
    border-color: #4f4955;
    color: #4f4955;
  }
  .text-field-3:hover {
    color: #856f39;
  }
  .text-field-3::-webkit-input-placeholder {
    color: rgba(79, 73, 85, .7);
  }
  .text-field-3:-ms-input-placeholder {
    color: rgba(79, 73, 85, .7);
  }
  .text-field-3::placeholder {
    color: rgba(79, 73, 85, .7);
  }
  .text-field-4 {
    width: 200px;
    border-color: #4f4955;
    color: #4f4955;
  }
  .text-field-4::-webkit-input-placeholder {
    color: rgba(79, 73, 85, .7);
  }
  .text-field-4:-ms-input-placeholder {
    color: rgba(79, 73, 85, .7);
  }
  .text-field-4::placeholder {
    color: rgba(79, 73, 85, .7);
  }
  .submit-button {
    width: 80px;
  }
  .field-label-6 {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #4f4955;
    font-size: 20px;
  }
  .textarea-2 {
    border-color: #4f4955;
    color: #4f4955;
  }
  .textarea-2::-webkit-input-placeholder {
    color: rgba(79, 73, 85, .7);
  }
  .textarea-2:-ms-input-placeholder {
    color: rgba(79, 73, 85, .7);
  }
  .textarea-2::placeholder {
    color: rgba(79, 73, 85, .7);
  }
  .form-3 {
    padding-bottom: 20px;
  }
  .column-15 {
    padding-left: 20px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 18px;
    line-height: 18px;
  }
  h4 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 8px;
  }
  .navbar {
    height: 60px;
  }
  .container {
    height: 100%;
    padding-top: 40px;
  }
  .nav-link {
    font-size: 14px;
  }
  .nav-link-2 {
    font-size: 16px;
  }
  .nav-link-3 {
    font-size: 16px;
  }
  .logo {
    max-width: 30%;
    margin-top: -60px;
  }
  .menu-button {
    margin-top: -40px;
  }
  .gallery {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .h1 {
    font-size: 20px;
  }
  .lanscape-btn {
    width: 145px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 10px;
  }
  .portraits-btn {
    width: 145px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 10px;
  }
  .fashion-btn {
    width: 145px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 10px;
  }
  .lifestyle-btn {
    width: 145px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 10px;
  }
  .row {
    margin-top: 10px;
  }
  .maisonry-grid {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .text-block {
    font-size: 16px;
  }
  .contact-img {
    position: relative;
    opacity: 1;
  }
  .form-block {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .field-label {
    font-size: 13px;
  }
  .text-field {
    width: 190px;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .field-label-2 {
    font-size: 13px;
  }
  .text-field-2 {
    width: 190px;
    margin-bottom: 20px;
    font-size: 13px;
  }
  .textarea {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 13px;
    line-height: 24px;
  }
  .send-btn {
    width: 70px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 13px;
  }
  .about-h1 {
    font-size: 18px;
    line-height: 24px;
  }
  .about-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .about-p {
    font-size: 14px;
    line-height: 24px;
  }
  .body-4 {
    background-color: #dedbdd;
  }
  .contact-section.contact-section-other {
    padding-bottom: 150px;
  }
  .landscapenature-btn {
    width: 145px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 10px;
  }
  .text-block-3 {
    font-size: 10px;
  }
  .logo-footer {
    max-width: 50%;
  }
  .field-label-3 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .heading-3 {
    top: 20px;
    font-size: 18px;
  }
  .text-block-4 {
    margin-bottom: 33px;
    padding-right: 80px;
    padding-left: 80px;
    font-size: 8px;
  }
  .hero-rich-text {
    top: -10px;
  }
  .field-label-6 {
    font-size: 18px;
  }
  .textarea-2 {
    margin-bottom: 20px;
  }
  .form-3 {
    padding-bottom: 20px;
  }
}