.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  height: 100%;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

h2 {
  margin-top: 60px;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  color: #4caf45;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Tenor Sans', sans-serif;
  color: #bcbec0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 900;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

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

p {
  margin-bottom: 10px;
  line-height: 18px;
  font-weight: 300;
}

a {
  color: #a8a8a8;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

a:hover {
  color: #4caf45;
}

.logo-block {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.media-logo {
  position: absolute;
}

.social-media-block {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-content-block {
  z-index: -1;
  height: 100vh;
  margin-left: 10%;
  -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;
}

.right-content-block.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.homepage-slider {
  z-index: 1;
  height: 100vh;
}

.slide {
  background-position: 50% 50%;
  background-size: cover;
}

.slide._1 {
  background-image: url('../images/03.jpg');
}

.slide._2 {
  background-image: url('../images/home_background_image.jpg');
}

.slide.project-1 {
  background-image: url('../images/05.jpg');
}

.slide.clarke-st-1 {
  background-image: url('../images/Verdure_slide_1.jpg');
}

.slide.clarke-st-2 {
  background-image: url('../images/E02_A.jpg');
}

.slide.clarke-st-3 {
  background-image: url('../images/Verdure_slide_3.jpg');
}

.slide.clarke-st-4 {
  background-image: url('../images/Verdure_slide_4.jpg');
}

.slide.clarke-st-5 {
  background-image: url('../images/City-view.jpg');
}

.slide.clarke-st-6 {
  background-image: url('../images/Bay-View.jpg');
  background-position: 50% 30%;
}

.slide.garfield-1 {
  background-image: url('../images/Gardield_slide_1.jpg');
}

.slide.garfield-2 {
  background-image: url('../images/Gardield_slide_2.jpg');
}

.slide.garfield-3 {
  background-image: url('../images/Gardield_slide_3.jpg');
}

.slide.garfield-4 {
  background-image: url('../images/Gardield_slide_4.jpg');
}

.slide.garfield-5 {
  background-image: url('../images/Gardield_slide_5.jpg');
}

.slide.project-2 {
  background-image: url('../images/08.JPG');
}

.slide.project-3 {
  background-image: url('../images/09.jpg');
}

.slide.project-4 {
  background-image: url('../images/other_project_slide_1.jpg');
}

.slide.project-5 {
  background-image: url('../images/other_project_slide_2.jpg');
  background-position: 50% 100%;
}

.slide.project-6 {
  background-image: url('../images/other_project_slide_3.jpg');
  background-position: 50% 100%;
}

.slide.project-7 {
  background-image: url('../images/other_project_slide_4.jpg');
  background-position: 50% 100%;
}

.slide.project-8 {
  background-image: url('../images/other_project_slide_5.jpg');
  background-position: 50% 100%;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slide-nav {
  margin-bottom: 10px;
  font-size: 10px;
}

.text-block-on-right {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100vh;
  margin-left: 10%;
  padding-left: 10%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.homepage-slogan {
  position: relative;
  top: -10%;
  width: 40%;
  max-width: 500px;
  font-family: 'Tenor Sans', sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mobile-navbar {
  display: none;
  margin-bottom: 20%;
  background-color: transparent;
}

.mobile-navbar.content {
  margin-bottom: 10%;
}

.nav-link {
  width: 300px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  text-align: right;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #4caf45;
}

.nav-link.w--current {
  color: #4caf45;
}

.text-container {
  max-width: 1080px;
  margin-right: 15%;
  margin-left: 15%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-container.first {
  max-width: 780px;
  margin-top: 40px;
}

.text-container.project-page {
  padding-top: 120px;
  padding-bottom: 20px;
}

.text-container.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.text-container.small {
  max-width: 450px;
}

.text-container.large {
  max-width: 900px;
}

.content-image {
  height: 80vh;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.content-image.about-1 {
  background-image: url('../images/02.jpg');
}

.content-image.team-1 {
  background-image: url('../images/06.jpg');
}

.footer {
  height: 60px;
  background-color: #f2f2f2;
}

.footer-text {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #bcbec0;
  font-size: 12px;
  text-align: center;
}

.member-image {
  width: 320px;
  height: 320px;
  margin-right: 20px;
  margin-bottom: 30px;
  float: left;
  background-position: 50% 50%;
  background-size: cover;
}

.member-image.michael {
  background-image: url('../images/Micheal_profile_photo.jpg');
}

/*.member-image.shelly {*/
/*  background-image: url('../images/Shelly.jpg');*/
/*}*/

.member-image.js {
  background-image: url('../images/JS_profile_photo.jpg');
}

.member-image.julia {
  background-image: url('../images/Julia_profile_photo.jpg');
}

.member-image.ning {
  background-image: url('../images/Ning.jpg');
}

.member-image.david {
  background-image: url('../images/David.jpg');
}

.member-image.sailing {
    background-image: url('../images/Sailing_profile_photo.jpeg');
}

.member-info {
  width: 120px;
  margin-bottom: 28px;
  float: left;
}

.member-info-container {
  margin-top: 50px;
}

.grid {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.member-item {
  margin-right: 20px;
}

.tel {
  margin-top: 40px;
  margin-bottom: 20px;
}

.form-block {
  margin-top: 36px;
}

.text-field {
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #d6d6d6;
  font-weight: 300;
}

.textarea {
  min-height: 180px;
  border-style: solid;
  border-width: 1px;
  border-color: #d6d6d6;
}

.form-column-left {
  padding-left: 0px;
}

.form-column-right {
  padding-right: 0px;
}

.field-label {
  margin-top: 20px;
  color: #919191;
  font-weight: 300;
}

.button {
  padding-right: 30px;
  padding-left: 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #4caf45;
  background-color: transparent;
  color: #4caf45;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button.contact-form {
  margin-top: 20px;
}

.main-project-item {
  width: 100%;
  margin-bottom: 10%;
  padding-top: 6%;
  border-top: 1px solid #c4c4c4;
}

.project-info {
  width: 15%;
  margin-bottom: 20px;
  padding-right: 30px;
  float: left;
}

.project-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 85%;
  height: 80vh;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-position: 50% 50%;
  background-size: cover;
}

.project-type {
  margin-bottom: 48px;
  color: #c2c2c2;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.project-address {
  margin-top: 4px;
  margin-bottom: 0px;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.completed-projects-sections {
  display: inline-block;
  width: 100%;
  margin-bottom: 10%;
  padding-top: 6%;
  border-top: 1px solid #c4c4c4;
}

.completed-project-slider {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-bottom: 100px;
  float: left;
}

.project-page-slider {
  height: 80vh;
}

.right-arrow-2 {
  display: none;
}

.left-arrow-2 {
  display: none;
}

.project-description {
  width: 50%;
  min-width: 450px;
  margin-top: 40px;
  margin-right: 40px;
  margin-bottom: 40px;
}

.project-description.with-video {
  float: left;
}

.website-link {
  letter-spacing: 0px;
  text-transform: none;
}

.website-link-text {
  display: inline-block;
  margin-right: 5px;
  font-weight: 700;
}

.h5-under-link {
  color: #333;
}

.center-content-block {
  margin-right: 10%;
  margin-left: 10%;
}

.center-content-block.contact {
  min-height: 93%;
}

.logo-in-content {
  position: fixed;
  top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  height: 80px;
  padding-right: 1.8%;
  padding-left: 1.8%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-in-content {
  position: fixed;
  left: auto;
  top: 40px;
  right: 0%;
  bottom: auto;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  height: 80px;
  -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;
  cursor: pointer;
}

.left-arrow-3 {
  display: none;
}

.right-arrow-3 {
  display: none;
}

.project-bg-image {
  width: 100%;
  max-width: none;
  background-position: 50% 50%;
  background-size: cover;
}

.project-bg-image.clarke-st {
  background-image: url('../images/home_background_image.jpg');
}

.project-bg-image.gardield {
  background-image: url('../images/Gardield_slide_1.jpg');
}

.media-link {
  margin-top: 10px;
  margin-bottom: 10px;
}

.font-icon-brand {
  font-family: 'Fa brands 400', sans-serif;
  color: #bcbec0;
  font-size: 18px;
  font-weight: 400;
}

.font-icon-brand:hover {
  color: #4caf45;
}

.menu-image-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -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-position: 50% 50%;
  background-size: cover;
}

.menu-image-block.current-about {
  background-image: url('../images/about_1.jpg');
}

.menu-image-block.current-project {
  background-image: url('../images/index_menu_project_background_image.jpg');
}

.menu-image-block.current-team {
  background-image: url('../images/02.jpg');
}

.menu-image-block.current-contact {
  background-image: url('../images/04.jpg');
}

.menu-image-block.homepage {
  background-image: none;
}

.menu-bg-images {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
}

.menu-bg-images.about {
  background-image: url('../images/about.jpg');
  opacity: 0;
}

.menu-bg-images.about.current {
  opacity: 1;
}

.menu-bg-images.projects {
  background-image: url('../images/index_menu_project_background_image.jpg');
}

.menu-bg-images.team {
  background-image: url('../images/02.jpg');
}

.menu-bg-images.contact {
  background-image: url('../images/contact.jpg');
}

.homepage-copyright {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  margin-right: 45px;
  margin-bottom: 27px;
  color: #a8a8a8;
  font-size: 12px;
  text-align: right;
}

.member-description {
  width: 320px;
}

.font-icon-solid {
  font-family: 'Fa solid 900', sans-serif;
  color: #bcbec0;
  font-size: 18px;
  font-weight: 400;
}

.font-icon-solid:hover {
  color: #4caf45;
}

.team-contact-link {
  margin-top: 10px;
  margin-bottom: 10px;
}

.form {
  width: 100%;
  max-width: 500px;
  padding-top: 60px;
}

.contact-info {
  max-width: 550px;
  margin-right: 60px;
  padding-right: 40px;
}

.video-lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 168px;
  margin-top: 40px;
  -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-image: url('../images/Video-Placeholder.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.video-lightbox-link:hover {
  color: #fff;
  text-decoration: underline;
}

.video-play-text {
  margin-top: 9px;
  font-size: 10px;
}

.burger-icon-bar-1 {
  width: 32px;
  height: 2px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: #4caf45;
}

.menu-bg-in-content {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
}

.menu-bg-images-about {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/about_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
}

.menu-bg-images-about.about {
  background-image: url('../images/about.jpg');
  opacity: 0;
}

.menu-bg-images-about.about.current {
  opacity: 1;
}

.menu-bg-images-about.projects {
  background-image: url('../images/index_menu_project_background_image.jpg');
}

.menu-bg-images-about.team {
  background-image: url('../images/02.jpg');
}

.menu-bg-images-about.contact {
  background-image: url('../images/contact.jpg');
}

.menu-bg-images-project {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/index_menu_project_background_image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
}

.menu-bg-images-project.about {
  background-image: url('../images/about.jpg');
  opacity: 0;
}

.menu-bg-images-project.about.current {
  opacity: 1;
}

.menu-bg-images-project.projects {
  background-image: url('../images/index_menu_project_background_image.jpg');
}

.menu-bg-images-project.team {
  background-image: url('../images/02.jpg');
}

.menu-bg-images-project.contact {
  background-image: url('../images/contact.jpg');
}

.menu-bg-images-team {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
}

.menu-bg-images-team.about {
  background-image: url('../images/about.jpg');
  opacity: 0;
}

.menu-bg-images-team.about.current {
  opacity: 1;
}

.menu-bg-images-team.projects {
  background-image: url('../images/index_menu_project_background_image.jpg');
}

.menu-bg-images-team.team {
  background-image: url('../images/02.jpg');
}

.menu-bg-images-team.contact {
  background-image: url('../images/contact.jpg');
}

.menu-bg-images-contact {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/04.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
}

.menu-bg-images-contact.about {
  background-image: url('../images/about_1.jpg');
  opacity: 0;
}

.menu-bg-images-contact.about.current {
  opacity: 1;
}

.menu-bg-images-contact.projects {
  background-image: url('../images/index_menu_project_background_image.jpg');
}

.menu-bg-images-contact.team {
  background-image: url('../images/02.jpg');
}

.menu-bg-images-contact.contact {
  background-image: url('../images/contact.jpg');
}

.burger-icon-bar-2 {
  width: 32px;
  height: 2px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: #4caf45;
}

.burger-icon-bar-3 {
  width: 32px;
  height: 2px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: #4caf45;
}

.menu-bg-images-current {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/04.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
}

.menu-bg-images-current.about {
  background-image: url('../images/about_1.jpg');
  opacity: 1;
}

.menu-bg-images-current.about.current {
  opacity: 1;
}

.menu-bg-images-current.projects {
  background-image: url('../images/index_menu_project_background_image.jpg');
}

.menu-bg-images-current.team {
  background-image: url('../images/02.jpg');
}

.menu-bg-images-current.contact {
  background-image: url('../images/04.jpg');
}

.menu-bg-images-current.project {
  background-image: url('../images/index_menu_project_background_image.jpg');
}

.menu-logo {
  width: 77px;
}

.nav-menu-bg {
  display: none;
}

.menu-logo-link-block {
  display: none;
}

.navbar {
  display: block;
  margin-bottom: 20%;
  background-color: transparent;
}

.navbar.content {
  display: block;
  margin-bottom: 10%;
}

.thank-you {
  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-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;
}

.thank-you-paragraph {
  margin-bottom: 55px;
  text-align: center;
}

.thank-you-heading {
  margin-bottom: 32px;
}

@media (max-width: 991px) {
  .logo-block {
    display: none;
  }
  .right-content-block {
    margin-left: 0%;
  }
  .text-block-on-right {
    width: 100%;
    margin-left: 0%;
  }
  .homepage-slogan {
    width: 60%;
  }
  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 8;
    padding-top: 100px;
    background-color: #fff;
  }
  .mobile-navbar {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    width: 100%;
    height: 70px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .nav-link {
    z-index: 10;
    color: #4caf45;
    text-align: center;
  }
  .text-container.first {
    margin-top: 0px;
  }
  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .project-info {
    width: 50%;
    margin-left: 15%;
    float: none;
  }
  .project-image {
    width: 100%;
    height: 60vh;
  }
  .logo-in-content {
    top: 0px;
    display: none;
  }
  .menu-in-content {
    top: 0px;
    display: none;
  }
  .menu-logo {
    width: 50px;
  }
  .menu-button {
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    margin-right: 15px;
    -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;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .nav-menu-bg {
    position: relative;
    z-index: 9;
    display: block;
    width: 100%;
    height: 70px;
    background-color: #fff;
  }
  .menu-logo-link-block {
    position: absolute;
    left: 30px;
    top: 10px;
    right: auto;
    bottom: auto;
    z-index: 10;
    display: block;
  }
  .menu-logo-link-block.w--current {
    z-index: 10;
    display: block;
  }
  .zero-space {
    overflow: hidden;
    width: 0px;
    height: 0px;
    margin-bottom: 0px;
  }
  .navbar {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    width: 100%;
    height: 70px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .homepage-slogan {
    display: block;
  }
  .nav-link {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 32px;
  }
  .form-column-left {
    padding-right: 0px;
  }
  .form-column-right {
    padding-left: 0px;
  }
  .project-description.with-video {
    width: 100%;
    min-width: 0px;
  }
  .logo-in-content {
    display: none;
  }
  .menu-in-content {
    display: none;
  }
  .menu-logo-link-block {
    display: block;
  }
}

@media (max-width: 479px) {
  .homepage-slogan {
    width: 90%;
  }
  .nav-menu {
    padding-right: 30px;
    padding-left: 30px;
  }
  .mobile-navbar {
    height: 50px;
  }
  .nav-link {
    width: auto;
    padding: 10px 0px;
    font-size: 28px;
    text-align: left;
  }
  .text-container {
    margin-right: 30px;
    margin-left: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .text-container.first {
    margin-right: 30px;
    margin-left: 30px;
    padding-bottom: 60px;
  }
  .text-container.small {
    margin-right: 30px;
    margin-left: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .text-container.large {
    margin-right: 15px;
    margin-left: 15px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .content-image.about-1 {
    height: 40vh;
    background-position: 100% 50%;
    background-attachment: scroll;
  }
  .content-image.team-1 {
    height: 40vh;
    background-position: 50% 50%;
    background-attachment: scroll;
  }
  .member-image.michael {
    width: 260px;
    height: 260px;
  }
  .member-image.shelly {
    width: 260px;
    height: 260px;
  }
  .member-image.js {
    width: 260px;
    height: 260px;
  }
  .member-image.julia {
    width: 260px;
    height: 260px;
  }
  .member-image.david {
    width: 260px;
    height: 260px;
  }
  .member-image.sailing {
    width: 260px;
    height: 260px;
  }
  .member-info-container {
    width: 260px;
  }
  .button.contact-form {
    width: 100%;
  }
  .project-info {
    width: 80%;
    margin-left: 30px;
  }
  .project-image {
    height: 40vh;
  }
  .project-type {
    margin-bottom: 10px;
  }
  .project-page-slider {
    height: 40vh;
  }
  .project-description {
    width: 100%;
    min-width: 0px;
  }
  .center-content-block {
    margin-right: 0%;
    margin-left: 0%;
  }
  .homepage-copyright {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 24px;
    display: none;
    margin-right: 0px;
    text-align: center;
  }
  .member-description {
    width: 100%;
  }
  .video-lightbox-link {
    width: 100%;
    height: 200px;
  }
  .burger-icon-bar-1 {
    width: 28px;
  }
  .burger-icon-bar-2 {
    width: 28px;
  }
  .burger-icon-bar-3 {
    width: 28px;
  }
  .menu-button {
    margin-right: 10px;
  }
  .navbar {
    height: 50px;
  }
}

@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}