body {
  background-color: #303030;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #fff;
  text-decoration: none;
}

.section {
  position: static;
  max-width: none;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.footer {
  background-color: #fff;
}

.section.work {
  padding-top: 0px;
}

.section.header {
  position: fixed;
  left: auto;
  bottom: auto;
  z-index: 10;
  margin-left: 0px;
  background-color: #fff;
}

.section.cta {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 3%;
  max-height: 200px;
  max-width: none;
  min-height: 0px;
  min-width: 200px;
  padding-top: 0px;
  padding-bottom: 28px;
  background-color: #fff;
  -o-object-fit: contain;
  object-fit: contain;
}

.heading {
  position: static;
  max-width: 1000px;
  margin-top: -1px;
  margin-bottom: -4px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #585555;
  font-size: 50px;
}

.text-block {
  color: hsla(0, 0%, 100%, 0.7);
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.container {
  max-width: 1500px;
  padding-right: 20px;
  padding-left: 20px;
}

.container.cta {
  padding: 26px 0px 0px 21px;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 75px;
  background-color: #fff;
}

.brand {
  padding-top: 16px;
  padding-bottom: 16px;
}

.nav-link {
  padding-top: 30px;
  padding-right: 12px;
  padding-left: 12px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #555252;
  font-size: 16px;
  font-weight: 300;
}

.nav-link.button {
  margin-top: 22px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 7px;
  background-color: hsla(0, 0%, 100%, 0.22);
}

.secondary-heading {
  max-width: 1000px;
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'DM Serif Display', sans-serif;
  color: #585858;
  font-size: 28px;
}

.paragraph {
  max-width: 450px;
  color: rgba(49, 47, 47, 0.82);
}

.collection-item {
  display: -ms-grid;
  display: grid;
  margin-bottom: 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.2fr 0.8fr;
  grid-template-columns: 1.2fr 0.8fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.button-text {
  margin-top: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.project-name-preview {
  font-family: 'DM Serif Display', sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.project-paragraph-preview {
  color: hsla(0, 0%, 100%, 0.84);
}

.field-label {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-block {
  padding: 30px;
  background-color: #c2c2c2;
  color: #070707;
}

.dark-paragraph {
  margin-bottom: 30px;
  color: rgba(7, 7, 7, 0.77);
}

.grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.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;
  -o-object-fit: fill;
  object-fit: fill;
}

.submit-button {
  margin: 15px 14px 14px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-radius: 5px;
  background-color: #6057c3;
}

.footer-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  -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;
}

.paragraph-2 {
  max-width: 600px;
  text-align: center;
}

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

.collection-list-2 {
  display: -ms-grid;
  display: grid;
  margin-top: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.social-wrapper {
  margin-top: 30px;
}

.social-link {
  margin-right: 10px;
  margin-left: 10px;
}

.image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.body {
  background-color: #fff;
}

.collection-list-wrapper {
  min-height: 400px;
  min-width: 400px;
}

.image-3 {
  margin-right: 0px;
  padding-right: 3px;
  padding-left: 3px;
  -o-object-fit: cover;
  object-fit: cover;
}

.collection-item-2 {
  padding: 6px;
}

.image-4 {
  background-color: transparent;
  opacity: 0.95;
  -o-object-fit: cover;
  object-fit: cover;
}

.collection-list-3 {
  padding-right: 0px;
}

.image-5 {
  padding-top: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block-2 {
  color: #8d8d8d;
}

.div-block {
  position: relative;
  z-index: auto;
}

.home-gallery-overlay {
  position: absolute;
  top: auto;
  right: auto;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  min-height: 399px;
  min-width: 481px;
  padding-top: 20px;
  float: right;
  clear: left;
  -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: rgba(41, 41, 41, 0.52);
  opacity: 0;
  color: #fff;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
  transition: opacity cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
}

.text-block-3 {
  position: static;
  color: #000;
}

.link-block {
  position: relative;
}

.grid-2 {
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: minmax(148px, 1fr) auto;
  grid-template-rows: minmax(148px, 1fr) auto;
}

.title-wrapper {
  min-width: 100px;
  padding: 11px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.title-wrapper.materials-wrapper {
  margin-top: 16px;
}

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

.bio-paragraph {
  display: block;
  float: none;
  color: #2a2a2a;
  text-align: center;
}

.about-main2 {
  margin: 82px 26px 26px 2px;
}

.image-6 {
  max-width: 60%;
  float: left;
}

.about-image-wrapper {
  float: none;
  clear: none;
}

.div-block-2 {
  float: left;
  clear: none;
}

.container-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 35px;
  grid-template-areas: "Area"
    "Area";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 35px auto;
  grid-template-rows: 1fr auto;
}

.about-text-wrapper {
  width: 100%;
  height: 50%;
  max-height: none;
  margin-top: 60px;
  background-color: hsla(0, 0%, 100%, 0.74);
}

.paragraph-3 {
  display: block;
  min-height: 100px;
  margin-left: -1px;
  padding: 0px 52px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #5a5a5a;
  font-size: 15px;
  font-style: normal;
  text-align: center;
}

.image-7 {
  width: 100%;
  margin-top: 40px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
  max-width: 100%;
  min-height: 566px;
  min-width: 500px;
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -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;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  background-image: url('../images/ABOUT-portrait-davetennent.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  opacity: 0.82;
}

.container-3 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

@media screen and (min-width: 1920px) {
  .section {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .heading {
    margin-bottom: 20px;
  }

  .container {
    max-width: 1600px;
    padding-left: 20px;
  }

  .collection-item-2 {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    background-color: #000;
    color: #fff;
  }

  .nav-link.button {
    margin-top: 0px;
    border-radius: 0px;
    background-color: #000;
  }

  .project-details {
    min-height: 300px;
  }

  .menu-button {
    background-color: #5a5353;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .image-4 {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .heading {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 1.1;
  }

  .secondary-heading {
    font-size: 22px;
  }

  .paragraph {
    font-size: 13px;
  }

  .collection-item {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .collection-item-2 {
    padding-bottom: 19px;
  }

  .collection-list-3 {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 479px) {
  .section.header {
    margin-top: 7px;
    margin-left: -6px;
    padding-left: 3px;
  }

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

  .collection-item {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .project-details {
    min-height: 100px;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image {
    min-height: 200px;
  }

  .image-2 {
    width: 130px;
  }

  .paragraph-3 {
    margin-left: 15px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .div-block-3 {
    min-height: 418px;
  }
}

