.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 {
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  position: relative;
  z-index: 10;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 45px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 25px;
}

a {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #25ac6a;
  text-decoration: underline;
}

a:hover {
  color: #000;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  color: #666;
  font-size: 20px;
  line-height: 22px;
  font-style: italic;
  font-weight: 300;
}

.hero-section {
  position: relative;
  padding-top: 130px;
  padding-bottom: 145px;
  background-image: url('../images/design-desk.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-section.about-page {
  position: relative;
  padding-top: 394px;
  padding-bottom: 80px;
  background-image: url('../images/mainfoot-copy_1.jpg');
}

.hero-section.blog-hero {
  padding-top: 120px;
  padding-bottom: 80px;
  background-image: url('../images/laptop-desk.jpg');
  background-position: 50% 50%;
}

.hero-section.portfolio-hero {
  padding-top: 120px;
  padding-bottom: 80px;
  background-image: url('../images/design-desk.jpg');
}

.hero-section.blog-post-hero {
  padding-bottom: 150px;
}

.hero-section.home-page-hero {
  position: static;
  padding-bottom: 558px;
  background-image: url('../images/headerimage.jpg');
  background-size: cover;
}

.nav {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #000;
}

.logo-text {
  margin-top: 11px;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
}

.logo-text.footer-logo {
  margin-top: 3px;
}

.nav-link {
  opacity: 0.6;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link:hover {
  opacity: 1;
  color: #fff;
}

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

.nav-link.contact {
  margin-top: 9px;
  margin-left: 30px;
  padding: 10px;
  border-radius: 2px;
  background-color: hsla(0, 0%, 100%, 0.3);
  font-size: 12px;
  line-height: 18px;
}

.nav-link.footer-link {
  margin-top: 0px;
  padding: 10px;
  float: right;
  line-height: 25px;
  text-decoration: none;
}

.section {
  padding-top: 120px;
  padding-bottom: 100px;
  background-color: #03070c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.93)), to(rgba(0, 0, 0, 0.93))), url('../images/Main_Image.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.93), rgba(0, 0, 0, 0.93)), url('../images/Main_Image.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

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

.section.top-section.home-page {
  padding-top: 0px;
  background-color: transparent;
  background-image: none;
  background-position: 0px 0px;
}

.section.gray-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ececec;
}

.hero-container {
  position: relative;
  top: -70px;
  margin-top: 150px;
  padding: 0px;
  background-color: transparent;
}

.hero-container.project-container {
  padding: 10px;
}

._60block {
  width: 60%;
  height: 300px;
  padding: 2px 3px 2px 2px;
  float: left;
}

.hero-tile {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: url('../images/mainfoot-copy.jpg');
  background-size: 756px;
}

.tile-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  -webkit-transition: -webkit-transform 1000ms ease;
  transition: -webkit-transform 1000ms ease;
  transition: transform 1000ms ease;
  transition: transform 1000ms ease, -webkit-transform 1000ms ease;
}

.tile-image:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.tile-image.hire {
  background-image: none;
  background-size: auto;
}

.tile-text {
  position: absolute;
  left: 25px;
  bottom: 24px;
  z-index: 20;
  margin-top: 0px;
  margin-bottom: -15px;
  padding-top: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-shadow: 1px 0 6px #000;
}

._40block {
  position: relative;
  width: 40%;
  height: 300px;
  padding: 2px;
  float: left;
}

._33block {
  width: 50%;
  height: 300px;
  padding: 2px;
  float: left;
}

.social-block {
  width: 50%;
  height: 145px;
  float: left;
  background-color: #55acee;
  background-image: url('../images/twitter.svg');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.social-block:hover {
  background-color: #3d90cf;
}

.social-block.facebook {
  background-color: #3765a3;
  background-image: url('../images/facebook.svg');
  background-size: 50px;
}

.social-block.facebook:hover {
  background-color: #23528f;
}

.social-block.pinterest {
  background-color: #c92228;
  background-image: url('../images/pinterest.svg');
  background-size: 50px;
}

.social-block.pinterest:hover {
  background-color: #aa1217;
}

.social-block.dribbble {
  display: inline-block;
  background-color: #e04c86;
  background-image: url('../images/dribbble.svg');
  background-size: 50px;
}

.social-block.dribbble:hover {
  background-color: #c02c67;
}

.footer-section {
  margin-top: 0px;
  padding-top: 23px;
  padding-bottom: 23px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  opacity: 1;
  font-size: 12px;
}

.nav-menu {
  margin-top: 17px;
}

.footer-link-col {
  position: relative;
  left: -46px;
  right: 0px;
  padding-top: 46px;
  padding-left: 60px;
}

.tile-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

.contact-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-align: center;
}

.close-link {
  display: block;
  margin-bottom: 20px;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.close-link:hover {
  opacity: 1;
  color: #fff;
}

.text-field {
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.1);
  font-size: 16px;
}

.text-field:focus {
  border-color: hsla(0, 0%, 100%, 0.3);
  color: #fff;
}

.text-field.text-area {
  height: 120px;
}

.form-wrapper {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.submit-button {
  display: block;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 3px;
  background-color: #55acee;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 17px;
}

.submit-button:hover {
  background-color: #3765a3;
}

.contact-heading {
  color: #fff;
  font-size: 30px;
  line-height: 32px;
}

.small-divider {
  display: block;
  width: 80px;
  height: 2px;
  margin: 10px auto;
  background-color: #fff;
  opacity: 0.2;
}

.small-divider.dark-divider {
  background-color: #000;
}

.contact-text {
  margin-bottom: 20px;
  opacity: 0.7;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}

.success-message {
  background-color: #2bab68;
}

.success-text {
  margin-bottom: 0px;
  color: #fff;
}

.hero-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  margin-top: 549px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: rgba(80, 76, 76, 0.27);
}

.cta-section {
  margin-top: 51px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #323335;
  text-align: center;
}

.cta-heading {
  margin-bottom: 18px;
  color: #fff;
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
}

.button {
  padding: 15px 40px;
  background-color: #19975a;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 14px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #088347;
  color: #fff;
}

.project-image {
  height: 250px;
  border-radius: 3px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: -webkit-transform 700ms ease;
  transition: -webkit-transform 700ms ease;
  transition: transform 700ms ease;
  transition: transform 700ms ease, -webkit-transform 700ms ease;
}

.project-image:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.project-block {
  padding: 8px;
}

.project-title {
  position: absolute;
  left: 25px;
  bottom: 25px;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}

.project-tag {
  position: absolute;
  top: 25px;
  right: 25px;
  padding: 9px 10px 8px;
  border-radius: 3px;
  opacity: 1;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}

.project-link {
  display: block;
  overflow: hidden;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #333;
  text-decoration: none;
}

.project-link:hover {
  color: #55acee;
}

.project-link.blog-link {
  height: 340px;
}

.project-link.blog-link:hover {
  color: #333;
}

.alternate-image {
  height: 360px;
  margin-bottom: 15px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.project-text {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.center {
  text-align: center;
}

.blog-block {
  position: relative;
  padding: 10px;
}

.blog-image {
  position: relative;
  height: 100%;
  margin-bottom: 10px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-title {
  margin-bottom: 5px;
  padding-right: 5px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

.blog-description {
  margin-bottom: 10px;
  color: #666;
}

.blog-date {
  position: absolute;
  left: 10px;
  top: 13px;
  z-index: 10;
  color: #fff;
}

.blog-author {
  display: inline-block;
  margin-right: 3px;
  color: #888;
  font-style: italic;
}

.blog-category {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  padding: 7px 8px;
  border-radius: 3px;
  opacity: 1;
  color: #fff;
  line-height: 14px;
}

.blog-post-wrapper {
  padding-top: 30px;
}

.blog-details {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
  opacity: 0.7;
  color: #fff;
  font-size: 16px;
}

.hero-text-wrapper {
  position: relative;
  z-index: 10;
  text-align: center;
}

.author-wrapper {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  text-align: center;
}

.author-image {
  width: 150px;
  margin-bottom: 5px;
  border-radius: 200px;
}

.author-name {
  color: #444;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}

.author-bio {
  color: #666;
  font-size: 17px;
  line-height: 23px;
}

.home-page-heading {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 460px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Satisfy, sans-serif;
  font-size: 68px;
  line-height: 60px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
  text-shadow: 1px 1px 6px #000;
}

.tile-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.blog-image-wrapper {
  position: relative;
  overflow: hidden;
  height: 180px;
  margin-bottom: 10px;
}

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

.paragraph {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  margin-top: 527px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 10px #000;
}

.body {
  margin-top: 0px;
  background-color: #03070c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.86)), to(rgba(0, 0, 0, 0.86))), url('../images/backiemain.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.86)), url('../images/backiemain.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  text-align: center;
}

.paragraph-2 {
  margin-top: 35px;
  color: #fff;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.container {
  margin-top: 75px;
}

.heading {
  letter-spacing: 0px;
}

.hollow-button {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 11px 20px;
  border: 2px solid #1db0fc;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #1db0fc;
  line-height: 21px;
  text-decoration: none;
}

.hollow-button:hover {
  border-color: #000;
  color: #000;
}

.hollow-button.red {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0px none #cf404d;
  background-color: #800005;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
}

.hollow-button.red:hover {
  background-color: transparent;
  color: #3b99d9;
}

.div-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 200px;
  margin-top: 558px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
}

.image-2 {
  margin-left: 53px;
  padding-left: 0px;
}

.container-2 {
  height: 0.5px;
  margin-top: 35px;
  background-color: #fff;
}

.grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
}

.grid-2 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
}

.grid-3 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-areas: "." "Area";
  -ms-grid-columns: 1.5fr 1px 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-4 {
  display: -ms-grid;
  display: grid;
  margin-top: 63px;
  grid-auto-columns: 1fr;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-5 {
  grid-auto-flow: row;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-areas: ".";
  -ms-grid-columns: 0.5fr 1px 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-2 {
  position: static;
  display: block;
  margin-top: -270px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 300;
  letter-spacing: 0px;
}

.rich-text-block {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  text-transform: none;
}

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

.paragraph-3 {
  margin-top: 33px;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.grid-7 {
  margin-top: 60px;
  grid-auto-flow: row;
  grid-column-gap: 2px;
  grid-row-gap: 12px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-3 {
  margin-top: -55px;
  letter-spacing: 0px;
}

.heading-4 {
  position: absolute;
  margin-top: 290px;
  margin-left: 23px;
  letter-spacing: 0px;
}

.heading-5 {
  position: absolute;
  margin-top: 290px;
  margin-left: 500px;
  letter-spacing: -1px;
  text-shadow: 1px 1px 6px #000;
}

.container-3 {
  height: 1px;
  margin-top: 30px;
  background-color: #fff;
}

.heading-6 {
  position: absolute;
  margin-top: 337px;
  margin-right: auto;
  margin-left: auto;
  font-family: Satisfy, sans-serif;
  font-size: 68px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
  text-shadow: 1px 1px 7px #000;
}

.div-block-2 {
  position: absolute;
  width: 100%;
  margin-top: 313px;
  text-shadow: 1px 1px 6px #000;
}

.heading-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Satisfy, sans-serif;
  font-size: 75px;
  line-height: 75px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.image-3 {
  position: static;
  margin-right: auto;
  margin-left: 20px;
  padding-left: 5px;
  text-align: center;
}

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

.container-5 {
  margin-top: 150px;
}

.paragraph-4 {
  font-family: Satisfy, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.container-6 {
  margin-top: 20px;
  margin-bottom: 145px;
}

.grid-8 {
  margin-top: 100px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-8 {
  letter-spacing: 0px;
}

.paragraph-5 {
  color: #fff;
  font-weight: 300;
}

.slider {
  margin-bottom: 120px;
  background-color: hsla(0, 0%, 86.7%, 0.06);
}

.slide-nav {
  font-size: 7px;
}

.paragraph-6 {
  width: 700px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #fdfeff;
  font-weight: 300;
  text-align: center;
}

.heading-9 {
  font-family: Satisfy, sans-serif;
  letter-spacing: 0px;
  text-transform: none;
}

.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;
}

.section-gallery {
  padding-top: 120px;
  padding-bottom: 100px;
  background-color: #03070c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.93)), to(rgba(0, 0, 0, 0.93))), url('../images/Main_Image_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.93), rgba(0, 0, 0, 0.93)), url('../images/Main_Image_1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.section-gallery.top-section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-gallery.top-section.home-page {
  padding-top: 0px;
  background-color: transparent;
}

.section-gallery.gray-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ececec;
}

.hero-section-gallery {
  position: relative;
  padding-top: 130px;
  padding-bottom: 145px;
  background-image: url('../images/design-desk.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-section-gallery.about-page {
  position: relative;
  padding-top: 394px;
  padding-bottom: 80px;
  background-image: url('../images/mainfootgallerycopy.jpg');
}

.hero-section-gallery.blog-hero {
  padding-top: 120px;
  padding-bottom: 80px;
  background-image: url('../images/laptop-desk.jpg');
  background-position: 50% 50%;
}

.hero-section-gallery.portfolio-hero {
  padding-top: 120px;
  padding-bottom: 80px;
  background-image: url('../images/design-desk.jpg');
}

.hero-section-gallery.blog-post-hero {
  padding-bottom: 150px;
}

.hero-section-gallery.home-page-hero {
  position: static;
  padding-bottom: 558px;
  background-image: url('../images/headerimage.jpg');
  background-size: cover;
}

.grid-9 {
  margin-top: 35px;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 2px 1fr 2px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 2px auto 2px auto 2px auto 2px auto 2px auto 2px auto 2px auto 2px auto 2px auto 2px auto 2px auto 2px auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
}

.hero-section-contact {
  position: relative;
  padding-top: 130px;
  padding-bottom: 145px;
  background-image: url('../images/design-desk.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-section-contact.about-page {
  position: relative;
  padding-top: 394px;
  padding-bottom: 80px;
  background-image: url('../images/mainfootcontactcopy.jpg');
}

.hero-section-contact.blog-hero {
  padding-top: 120px;
  padding-bottom: 80px;
  background-image: url('../images/laptop-desk.jpg');
  background-position: 50% 50%;
}

.hero-section-contact.portfolio-hero {
  padding-top: 120px;
  padding-bottom: 80px;
  background-image: url('../images/design-desk.jpg');
}

.hero-section-contact.blog-post-hero {
  padding-bottom: 150px;
}

.hero-section-contact.home-page-hero {
  position: static;
  padding-bottom: 558px;
  background-image: url('../images/headerimage.jpg');
  background-size: cover;
}

.section-contact {
  padding-top: 120px;
  padding-bottom: 100px;
  background-color: #03070c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.93)), to(rgba(0, 0, 0, 0.93))), url('../images/Main_Image.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.93), rgba(0, 0, 0, 0.93)), url('../images/Main_Image.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.section-contact.top-section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-contact.top-section.home-page {
  padding-top: 0px;
  background-color: transparent;
}

.section-contact.gray-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ececec;
}

.section-home {
  padding-top: 120px;
  padding-bottom: 100px;
  background-color: #03070c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.93)), to(rgba(0, 0, 0, 0.93))), url('../images/Main_Image.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.93), rgba(0, 0, 0, 0.93)), url('../images/Main_Image.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.section-home.top-section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-home.top-section.home-page {
  padding-top: 0px;
  background-color: transparent;
  background-image: none;
  background-position: 0px 0px;
}

.section-home.gray-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ececec;
}

.heading-3-contact {
  margin-top: -55px;
  letter-spacing: 0px;
}

.container-5-copy {
  margin-top: 80px;
}

.field-label {
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
}

.field-label-2 {
  color: #fff;
  font-weight: 300;
}

.field-label-3 {
  color: #fff;
  font-weight: 300;
}

.text-field-2 {
  opacity: 0.7;
}

.text-field-3 {
  opacity: 0.7;
}

.textarea {
  opacity: 0.7;
}

.submit-button-2 {
  width: 200px;
  margin-top: 21px;
  border-top: 1px none #000;
  border-radius: 4px;
  background-color: #800005;
  font-weight: 300;
  text-transform: uppercase;
}

.paragraph-7 {
  margin-top: 71px;
  margin-bottom: 54px;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.link {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.paragraph-8 {
  color: #fff;
  font-weight: 300;
}

.container-7 {
  margin-top: 140px;
}

.container-7-testimonials {
  margin-top: 90px;
}

.container-7-testimonialstablet {
  margin-top: 90px;
}

.grid-10 {
  justify-items: center;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.paragraph-9 {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.image-4 {
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}

.image-4:hover {
  opacity: 0.5;
}

.heading-10 {
  position: absolute;
  margin-top: -60px;
  margin-bottom: 0px;
  margin-left: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 25px;
  letter-spacing: 0px;
  text-shadow: 1px 1px 6px #000;
}

.heading-11 {
  position: absolute;
  margin-top: -60px;
  margin-bottom: 0px;
  margin-left: 15px;
  font-size: 25px;
  letter-spacing: 0px;
  text-shadow: 1px 1px 6px #000;
}

.link-block-2 {
  color: transparent;
}

.link-block-3 {
  color: transparent;
}

.hero-tile-copy {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: url('../images/homepanelpiping.jpg');
  background-size: 756px;
}

.grid-11 {
  grid-column-gap: 2px;
  grid-row-gap: 16px;
}

.container-9 {
  margin-top: 50px;
}

.grid-12 {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  opacity: 1;
}

.image-5 {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.heading-12 {
  position: absolute;
  margin-top: 261px;
  margin-left: 19px;
  font-size: 24px;
  letter-spacing: 0px;
}

.heading-13 {
  position: absolute;
  margin-top: 261px;
  margin-left: 19px;
  font-size: 24px;
  letter-spacing: 0px;
}

.heading-14 {
  position: absolute;
  margin-top: 261px;
  margin-left: 19px;
  font-size: 24px;
  letter-spacing: 0px;
}

.heading-15 {
  position: absolute;
  margin-top: 261px;
  margin-left: 19px;
  font-size: 24px;
  letter-spacing: 0px;
}

.image-6 {
  opacity: 1;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}

.image-6:hover {
  opacity: 0.5;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image-7 {
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}

.image-7:hover {
  opacity: 0.5;
}

.image-8 {
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}

.image-8:hover {
  opacity: 0.5;
}

.image-9 {
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}

.image-9:hover {
  opacity: 0.5;
}

.image-10 {
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}

.image-10:hover {
  opacity: 0.5;
}

html.w-mod-js *[data-ix="tile-1"] {
  opacity: 0;
  -webkit-transform: scale(0.96, 0.96);
  -ms-transform: scale(0.96, 0.96);
  transform: scale(0.96, 0.96);
}

html.w-mod-js *[data-ix="tile-2"] {
  opacity: 0;
  -webkit-transform: scale(0.96, 0.96);
  -ms-transform: scale(0.96, 0.96);
  transform: scale(0.96, 0.96);
}

html.w-mod-js *[data-ix="tile-3"] {
  opacity: 0;
  -webkit-transform: scale(0.96, 0.96);
  -ms-transform: scale(0.96, 0.96);
  transform: scale(0.96, 0.96);
}

html.w-mod-js *[data-ix="tile-4"] {
  opacity: 0;
  -webkit-transform: scale(0.96, 0.96);
  -ms-transform: scale(0.96, 0.96);
  transform: scale(0.96, 0.96);
}

html.w-mod-js *[data-ix="hero-text"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 30px;
    line-height: 38px;
  }
  .hero-section {
    padding-top: 88px;
  }
  .hero-section.about-page {
    padding-bottom: 0px;
  }
  .hero-section.home-page-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 110px 114px 641px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .nav {
    padding-top: 10px;
  }
  .nav-link {
    text-align: center;
  }
  .nav-link.w--current {
    text-align: center;
  }
  .nav-link.contact {
    margin-bottom: 11px;
    background-color: hsla(0, 0%, 100%, 0);
  }
  .nav-link.footer-link {
    width: 700px;
    margin-top: 9px;
  }
  .section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.85))), url('../images/Main_Image.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url('../images/Main_Image.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
  }
  .section.top-section {
    padding-bottom: 0px;
  }
  .tile-image {
    margin-right: 0px;
    padding-right: 0px;
  }
  .tile-text {
    left: 22px;
    bottom: 22px;
    margin-top: 0px;
    margin-bottom: -15px;
    padding-top: 0px;
    font-size: 22px;
    line-height: 33px;
  }
  .menu-button {
    color: #fff;
  }
  .menu-button.w--open {
    background-color: #55acee;
  }
  .nav-menu {
    margin-top: 0px;
    background-color: #242424;
    text-align: left;
  }
  .contact-overlay {
    display: none;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .form-wrapper {
    width: 70%;
  }
  .project-text {
    width: 90%;
  }
  .blog-block {
    padding: 4px;
  }
  .blog-image-wrapper {
    height: 170px;
    margin-bottom: 10px;
  }
  .image {
    margin-top: -30px;
    padding-top: 10px;
  }
  .body {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.85))), url('../images/backiemain.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url('../images/backiemain.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, 1152px;
  }
  .image-2 {
    display: inline-block;
  }
  .heading-4 {
    margin-top: 230px;
    font-size: 20px;
  }
  .heading-5 {
    margin-top: 230px;
    margin-left: 401px;
    font-size: 20px;
  }
  .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;
  }
  .heading-7 {
    position: relative;
    display: block;
    margin-right: 20px;
    margin-left: 20px;
  }
  .container-5 {
    margin-top: 62px;
  }
  .paragraph-4 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .paragraph-6 {
    padding-top: 20px;
    padding-right: 60px;
    padding-left: 60px;
  }
  .section-gallery.top-section {
    padding-bottom: 0px;
  }
  .hero-section-gallery {
    padding-top: 88px;
  }
  .hero-section-gallery.about-page {
    padding-bottom: 0px;
  }
  .hero-section-gallery.home-page-hero {
    padding-top: 110px;
    padding-right: 114px;
    padding-left: 114px;
  }
  .hero-section-contact {
    padding-top: 88px;
  }
  .hero-section-contact.about-page {
    padding-bottom: 0px;
  }
  .hero-section-contact.home-page-hero {
    padding-top: 110px;
    padding-right: 114px;
    padding-left: 114px;
  }
  .section-contact {
    padding-bottom: 50px;
  }
  .section-contact.top-section {
    padding-bottom: 0px;
  }
  .section-home.top-section {
    padding-bottom: 0px;
  }
  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .image-4 {
    width: auto;
  }
  .heading-10 {
    margin-top: -50px;
    font-size: 22px;
    line-height: 20px;
  }
  .heading-11 {
    margin-top: -50px;
    font-size: 22px;
    line-height: 20px;
  }
  .link-block-2 {
    color: transparent;
  }
  .link-block-3 {
    color: transparent;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 41px;
  }
  .hero-section {
    padding-bottom: 25px;
  }
  .hero-section.about-page {
    padding-bottom: 0px;
  }
  .hero-section.blog-post-hero {
    padding-bottom: 70px;
  }
  .hero-section.home-page-hero {
    padding: 0px 46px 461px;
  }
  .logo-text {
    margin-bottom: 19px;
  }
  .nav-link.contact {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 20px;
  }
  .nav-link.footer-link {
    float: none;
  }
  .nav-link.footer-link.contact {
    float: none;
  }
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section.top-section.home-page {
    padding-right: 5px;
    padding-left: 5px;
  }
  .hero-container {
    top: auto;
    padding: 5px 0px;
  }
  .hero-tile {
    margin-left: 0px;
  }
  .tile-image {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }
  .tile-image.hire {
    height: 100%;
    margin-left: -100px;
    padding-left: 0px;
  }
  .tile-text {
    left: 17px;
    bottom: 14px;
    margin-bottom: 0px;
    font-size: 17px;
    line-height: 32px;
  }
  .social-block {
    background-size: 40px;
  }
  .social-block.facebook {
    background-size: 40px;
  }
  .social-block.pinterest {
    background-size: 40px;
  }
  .social-block.dribbble {
    background-size: 40px;
  }
  .logo-footer {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .footer-link-col {
    text-align: center;
  }
  .form-wrapper {
    width: 80%;
  }
  .project-title {
    font-size: 25px;
    line-height: 28px;
  }
  .project-link.blog-link {
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 15px;
  }
  .project-text {
    width: 100%;
  }
  .blog-post-wrapper {
    padding-top: 0px;
  }
  .author-wrapper {
    width: 90%;
    margin-bottom: 39px;
  }
  .tile-overlay {
    width: 100%;
  }
  .paragraph-2 {
    margin-top: 20px;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 15px;
  }
  .container {
    margin-top: 120px;
  }
  .heading {
    margin-top: 40px;
  }
  .paragraph-3 {
    font-size: 15px;
    line-height: 27px;
  }
  .grid-7 {
    grid-auto-flow: row;
  }
  .heading-3 {
    margin-top: -70px;
  }
  .heading-7 {
    margin-top: 164px;
    padding-right: 60px;
    padding-left: 60px;
    font-size: 45px;
    line-height: 50px;
  }
  .container-6 {
    margin-bottom: 0px;
  }
  .slider {
    margin-top: -27px;
    margin-bottom: 60px;
  }
  .paragraph-6 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 16px;
    padding-top: 0px;
    padding-right: 60px;
    padding-left: 60px;
    font-size: 13px;
    line-height: 23px;
  }
  .heading-9 {
    margin-top: 30px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .section-gallery {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-gallery.top-section.home-page {
    padding-right: 5px;
    padding-left: 5px;
  }
  .hero-section-gallery {
    padding-bottom: 25px;
  }
  .hero-section-gallery.about-page {
    padding-bottom: 0px;
  }
  .hero-section-gallery.blog-post-hero {
    padding-bottom: 70px;
  }
  .hero-section-gallery.home-page-hero {
    padding-right: 46px;
    padding-bottom: 60px;
    padding-left: 46px;
  }
  .hero-section-contact {
    padding-bottom: 25px;
  }
  .hero-section-contact.about-page {
    padding-bottom: 0px;
  }
  .hero-section-contact.blog-post-hero {
    padding-bottom: 70px;
  }
  .hero-section-contact.home-page-hero {
    padding-right: 46px;
    padding-bottom: 60px;
    padding-left: 46px;
  }
  .section-contact {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-contact.top-section.home-page {
    padding-right: 5px;
    padding-left: 5px;
  }
  .section-home {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-home.top-section.home-page {
    padding-right: 5px;
    padding-left: 5px;
  }
  .heading-3-contact {
    margin-top: -70px;
  }
  .paragraph-7 {
    margin-top: 9px;
  }
  .paragraph-8 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 15px;
    line-height: 30px;
  }
  .container-7-testimonialstablet {
    margin-top: 0px;
  }
  .div-block-3 {
    margin-top: -60px;
  }
  .collection-item {
    margin-left: 0px;
    padding-left: 0px;
  }
  .heading-10 {
    margin-top: -40px;
    font-size: 20px;
    line-height: 21px;
  }
  .heading-11 {
    margin-top: -40px;
    font-size: 20px;
    line-height: 21px;
  }
  .link-block-2 {
    line-height: 21px;
  }
  .link-block-3 {
    line-height: 21px;
  }
  .hero-tile-copy {
    margin-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 24px;
    line-height: 32px;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.38);
  }
  .hero-section.about-page {
    padding-top: 300px;
    padding-bottom: 0px;
  }
  .hero-section.blog-hero {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .hero-section.portfolio-hero {
    padding: 80px 20px 40px;
  }
  .hero-section.blog-post-hero {
    padding-bottom: 60px;
  }
  .hero-section.home-page-hero {
    margin: 110px 0px 0px;
    padding: 243px 10px 63px;
  }
  .logo-text {
    font-size: 26px;
  }
  .nav-link.footer-link {
    display: block;
    font-size: 13px;
  }
  .nav-link.footer-link.contact {
    padding: 9px;
    font-size: 13px;
  }
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  ._60block {
    width: 100%;
  }
  .tile-text {
    left: 30px;
    bottom: 30px;
    margin-top: 0px;
    margin-bottom: -30px;
    margin-left: -13px;
    padding-top: 0px;
    font-size: 20px;
    line-height: 35px;
  }
  ._40block {
    width: 100%;
  }
  ._33block {
    width: 100%;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .close-link:hover {
    color: #fff;
  }
  .form-wrapper {
    width: 90%;
  }
  .cta-heading {
    font-size: 28px;
  }
  .project-block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .project-title {
    left: 15px;
    bottom: 25px;
    font-size: 20px;
    line-height: 25px;
  }
  .project-tag {
    right: 18px;
  }
  .project-link.blog-link {
    margin-bottom: 15px;
  }
  .blog-block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .blog-details {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 14px;
  }
  .author-wrapper {
    width: 100%;
  }
  .home-page-heading {
    font-size: 45px;
    line-height: 50px;
  }
  .image {
    margin-top: -10px;
  }
  .paragraph-2 {
    margin-top: 9px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 15px;
    line-height: 25px;
  }
  .container {
    position: relative;
    bottom: 2px;
    margin-top: 110px;
  }
  .heading {
    position: relative;
    bottom: 0px;
    margin-top: 0px;
  }
  .container-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .paragraph-3 {
    margin-top: 9px;
    font-size: 15px;
    line-height: 25px;
  }
  .grid-7 {
    position: relative;
    grid-row-gap: 2px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .heading-3 {
    margin-top: 0px;
  }
  .heading-4 {
    position: absolute;
    margin-top: 255px;
    margin-left: 17px;
  }
  .heading-5 {
    margin-top: 555px;
    margin-left: 17px;
  }
  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .heading-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -235px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 30px;
    line-height: 35px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.82);
  }
  .paragraph-4 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .container-6 {
    margin-bottom: 0px;
  }
  .slider {
    width: auto;
    height: 400px;
    margin-bottom: 51px;
  }
  .slide-nav {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .paragraph-6 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 65px;
    padding-left: 65px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
  }
  .heading-9 {
    width: 100%;
    margin-top: 46px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-gallery {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .hero-section-gallery.about-page {
    padding-top: 300px;
    padding-bottom: 0px;
  }
  .hero-section-gallery.blog-hero {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .hero-section-gallery.portfolio-hero {
    padding: 80px 20px 40px;
  }
  .hero-section-gallery.blog-post-hero {
    padding-bottom: 60px;
  }
  .hero-section-gallery.home-page-hero {
    padding-right: 10px;
    padding-left: 10px;
  }
  .hero-section-contact.blog-hero {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .hero-section-contact.portfolio-hero {
    padding: 80px 20px 40px;
  }
  .hero-section-contact.blog-post-hero {
    padding-bottom: 60px;
  }
  .hero-section-contact.home-page-hero {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section-contact {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-home {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .heading-3-contact {
    margin-top: 0px;
  }
  .paragraph-7 {
    margin-top: 9px;
    font-size: 15px;
    line-height: 27px;
  }
  .paragraph-8 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 15px;
    line-height: 25px;
  }
  .container-7-testimonialstablet {
    margin-top: -50px;
  }
  .paragraph-9 {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 12px;
  }
  .brand {
    width: 200px;
  }
  .brand.w--current {
    width: 150px;
  }
  .div-block-3 {
    margin-top: -107px;
  }
  .slide {
    width: auto;
  }
  .mask {
    margin-top: 0px;
    padding-top: 0px;
  }
  .slide-2 {
    margin-top: -21px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .left-arrow {
    height: 400px;
  }
  .right-arrow {
    height: 400px;
  }
  .image-4 {
    width: 100%;
    max-width: none;
    padding-bottom: 1px;
  }
  .link-block {
    width: 100%;
    color: transparent;
  }
  .container-8 {
    margin-top: -20px;
  }
  .heading-10 {
    position: absolute;
    right: auto;
    bottom: auto;
    z-index: 10;
    margin-top: 0px;
    line-height: 20px;
    text-align: left;
  }
  .heading-11 {
    margin-top: -33px;
    line-height: 20px;
  }
  .grid-12 {
    display: block;
    padding-top: 0px;
    padding-bottom: 2px;
    grid-auto-columns: 1fr;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .image-6 {
    padding-bottom: 4px;
  }
  .image-7 {
    padding-top: 0px;
    padding-bottom: 4px;
  }
  .image-8 {
    padding-bottom: 4px;
  }
}

