body {
  height: 100%;
  padding-top: 156px;
  background-color: #524237;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(109, 163, 173, 0.4)), to(rgba(64, 48, 38, 0.9))), url('../images/beach2jpg');
  background-image: linear-gradient(180deg, rgba(109, 163, 173, 0.4), rgba(64, 48, 38, 0.9)), url('../images/beach2jpg');
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

h1 {
  margin: 10px 0px;
  font-size: 68px;
  line-height: 44px;
}

h2 {
  margin: 10px 0px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-shadow: none;
}

h3 {
  margin: 5px 0px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-shadow: none;
}

h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
  letter-spacing: 0px;
  text-shadow: none;
}

.button {
  display: block;
  width: 35%;
  height: 54px;
  padding: 4px 29px;
  float: left;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #77b2c9;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #2da1cf;
}

.subtitle {
  margin-bottom: 41px;
  font-size: 20px;
  line-height: 28px;
  text-shadow: none;
}

.field {
  width: 65%;
  height: 54px;
  float: left;
  border: 0px solid #000;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #ebe8e4;
  box-shadow: inset 0 0 8px 0 transparent;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  color: #262c46;
  font-size: 16px;
}

.field:focus {
  box-shadow: inset 0 0 0 1px #77b2c9, 0 0 12px 1px #77b2c9;
  color: #000;
}

.sign-up-form {
  margin-bottom: 111px;
}

.share-text {
  margin-bottom: 12px;
  color: rgba(241, 235, 247, 0.4);
  text-shadow: 0 1px 0 transparent;
}

.social-widget {
  width: 104px;
  float: left;
  opacity: 0.81;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-widget:hover {
  opacity: 1;
}

.social-widget.full-opacity {
  opacity: 1;
}

.social-widget-wrapper {
  margin-bottom: 17px;
}

.success-message {
  padding: 20px;
  border-radius: 2px;
  background-color: #2da1cf;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.spread-word {
  margin-top: 12px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: hsla(0, 0%, 100%, 0.63);
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-shadow: none;
}

.error-message {
  padding-bottom: 5px;
  border-radius: 2px;
  background-color: #5c3245;
}

.content-wrapper {
  display: inline-block;
  width: 60%;
}

.header-section {
  height: 100%;
  padding-top: 194px;
  padding-bottom: 194px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(64, 48, 38, 0.4)), to(rgba(64, 48, 38, 0.9))), url('../images/beach2jpg');
  background-image: linear-gradient(180deg, rgba(64, 48, 38, 0.4), rgba(64, 48, 38, 0.9)), url('../images/beach2jpg');
  background-size: auto, cover;
}

.footer-section {
  color: #7e7c87;
}

.copyright {
  color: hsla(0, 0%, 100%, 0.38);
}

.content-section {
  padding-top: 49px;
  padding-bottom: 49px;
  background-color: #ebe8e4;
  color: rgba(49, 43, 61, 0.89);
  text-shadow: none;
}

.logo-text {
  margin-bottom: 33px;
  font-family: 'Lily Script One', sans-serif;
  font-size: 69px;
  line-height: 55px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
}

.iphone-image {
  position: fixed;
  max-width: 95px;
  margin-top: 50px;
  margin-bottom: 0px;
}

.color-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #6a7473;
  text-align: center;
}

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

.body {
  padding-top: 0px;
  background-color: #fff;
  background-image: none;
}

.nav-link {
  background-image: url('../images/facebook-house.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/background-tile.png');
  background-position: 0px 0px;
  background-size: 32px;
}

.slide {
  height: 500px;
  background-image: url('../images/beach-dwellings-slider-image.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider {
  height: 700px;
}

.subtitle-under-slider {
  color: hsla(0, 0%, 100%, 0.38);
}

.italic-text {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #bedbd4;
  font-size: 40px;
  text-align: center;
}

.image {
  position: static;
  overflow: visible;
  margin-top: 33px;
  margin-right: 2px;
  margin-left: 2px;
}

.container {
  position: static;
  display: block;
  width: 100%;
  height: auto;
  max-width: 80%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.nav-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: right;
}

.image-2 {
  display: block;
  margin-top: 18px;
}

.container-2 {
  width: auto;
  max-width: 80%;
  text-align: center;
}

.nav-menu-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  float: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-roll {
  margin-right: 0px;
  margin-left: 0px;
  padding: 30px 40px;
  font-family: Merriweather, serif;
  color: #636363;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
}

.nav-roll:hover {
  background-color: #e5f1ee;
}

.nav-roll.w--current {
  background-color: #e5f1ee;
  color: #636363;
}

.navbar-2 {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 4px 0 #bebcbc;
}

.nav-roll-active {
  margin-right: 0px;
  margin-left: 0px;
  padding: 30px 40px;
  background-color: #fff;
  font-family: Merriweather, serif;
  color: #636363;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
}

.nav-roll-active:hover {
  background-color: #e5f1ee;
}

.slide-2 {
  height: auto;
  background-image: url('../images/beach-dwellings-slider-image.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider-2 {
  height: 600px;
}

.slider-3 {
  height: 600px;
}

.slide-3 {
  background-image: url('../images/beach-dwellings-slider-image.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.hgtv {
  position: static;
  overflow: visible;
  margin-top: 33px;
  margin-right: 2px;
  margin-left: 10px;
}

.slide-4 {
  background-image: url('../images/beach-dwellings-slider-image-2.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.columns {
  max-width: 85%;
  text-align: left;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block {
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Merriweather, serif;
  color: #746f6f;
  font-size: 14px;
  line-height: 1.7em;
  font-weight: 300;
  text-align: left;
  text-shadow: none;
}

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

.column {
  text-align: center;
}

.button-2 {
  margin-top: 10px;
  background-color: #a4ccc4;
  font-family: Merriweather, serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.section-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url('../images/background-tile.png');
  background-position: 0px 0px;
  background-size: 32px;
  box-shadow: 0 0 4px 0 #ddd;
}

.container-3 {
  max-width: 85%;
}

.container-4 {
  max-width: 85%;
  margin-top: 0px;
  border-bottom: 1px solid #d9d3cb;
  text-align: center;
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/background-tile.png');
  background-position: 0px 0px;
  background-size: 32px;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-address {
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Merriweather, serif;
  color: #746f6f;
  font-size: 11px;
  line-height: 1.7em;
  font-weight: 300;
  text-align: left;
  text-shadow: none;
}

.footer-copyright {
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Merriweather, serif;
  color: #746f6f;
  font-size: 11px;
  line-height: 1.7em;
  font-weight: 300;
  text-align: right;
  text-shadow: none;
}

.container-5 {
  max-width: 85%;
}

.image-4 {
  padding-top: 10px;
}

.italic-text-2 {
  color: #a4ccc4;
  font-weight: 400;
  text-align: center;
}

.body-2 {
  padding-top: 0px;
  background-color: #fff;
  background-image: none;
}

.container-6 {
  max-width: 85%;
}

.text-block-2 {
  margin-top: 0px;
  font-family: Merriweather, serif;
  color: #6f6969;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: none;
}

.portfolio-header {
  margin-top: 40px;
  font-family: Merriweather, serif;
  color: #6f6969;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 2px;
  text-shadow: none;
}

.portfolio-sub-header {
  max-width: 85%;
}

.section-3 {
  padding-bottom: 40px;
  background-color: #eef6fa;
  box-shadow: 0 0 3px 0 #908f8f;
}

.grid {
  grid-template-areas: "Area Area-2 Area-3";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.portfolio-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding-top: 40px;
  padding-bottom: 20px;
  -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;
  text-align: center;
}

.text-block-3 {
  margin-top: 10px;
  text-align: center;
}

.link {
  color: #a4ccc4;
  text-decoration: none;
  text-shadow: none;
}

.image-5 {
  width: 100%;
  max-width: none;
  border-style: solid;
  border-width: 5px;
  border-color: #fffefe;
  box-shadow: 1px 1px 3px 0 #ccc7c7;
}

.columns-2 {
  width: 95%;
  max-width: none;
  min-width: auto;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 85%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.portfolio-section-repeat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -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/background-tile.png');
  background-position: 0px 0px;
  background-size: 32px;
  text-align: center;
}

.portfolio-footer-sub {
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url('../images/background-tile.png');
  background-position: 0px 0px;
  background-size: 32px;
  box-shadow: 1px 1px 4px 0 #949393;
}

.bold-text {
  font-weight: 300;
}

.body-3 {
  padding-top: 0px;
  background-color: #fff;
  background-image: none;
}

.body3 {
  padding-top: 0px;
  background-color: #fff;
  background-image: none;
}

.portfolio-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  min-width: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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/background-tile.png');
  background-position: 0px 0px;
  background-size: 32px;
  text-align: center;
}

.portfolio-section-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  min-width: 0px;
  padding-top: 60px;
  padding-bottom: 20px;
  -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/background-tile.png');
  background-position: 0px 0px;
  background-size: 32px;
  box-shadow: 0 0 4px 0 #ddd;
  text-align: center;
}

.body-4 {
  background-color: #fff;
  background-image: none;
}

.hover-port:hover {
  box-shadow: 0 1px 9px 0 #367881;
}

.section-4 {
  padding-top: 40px;
  background-image: url('../images/background-tile.png');
  background-position: 0px 0px;
  background-size: 32px;
}

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

.body-5 {
  padding-top: 0px;
  background-color: #fff;
  background-image: none;
}

.container-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.section-5 {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.image-6 {
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  box-shadow: -1px -1px 3px 0 #a29f9f;
}

.image-6:hover {
  box-shadow: -1px -1px 3px 3px rgba(37, 184, 204, 0.26);
}

.text-block-home {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Merriweather, serif;
  color: #746f6f;
  font-size: 14px;
  line-height: 1.7em;
  font-style: italic;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
  text-shadow: none;
}

.text-block-about {
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 20px;
  font-family: Merriweather, serif;
  color: #746f6f;
  font-size: 14px;
  line-height: 1.7em;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  text-shadow: none;
}

.heading {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Merriweather, serif;
  color: #746f6f;
  font-size: 35px;
  font-weight: 300;
  text-align: center;
  text-shadow: none;
}

.section-6 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #d9eaf1;
}

.button-about {
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #feffff;
  font-family: Merriweather, serif;
  color: #9c9a9a;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 1px;
}

.italic-text-3 {
  font-family: Merriweather, serif;
  color: #7a7a7a;
  font-size: 20px;
  text-shadow: none;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/background-tile.png');
  background-position: 0px 0px;
  background-size: 32px;
  text-align: center;
}

.columns-4 {
  width: 85%;
  min-width: auto;
  text-align: center;
}

.process-points {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Merriweather, serif;
  color: #746f6f;
  font-size: 25px;
  font-weight: 300;
  text-shadow: none;
}

.text-block-process {
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Merriweather, serif;
  color: #746f6f;
  font-size: 14px;
  line-height: 1.7em;
  font-weight: 300;
  text-align: center;
  text-shadow: none;
}

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

.column-2 {
  background-image: url('../images/process_paint.jpg');
  background-position: 0% 0%;
  background-size: cover;
}

.container-11 {
  margin-top: 40px;
  padding: 0px 40px 80px;
  text-align: left;
}

.text-block-process-why {
  margin-right: auto;
  margin-left: auto;
  padding: 0px 10px 10px;
  font-family: Merriweather, serif;
  color: #746f6f;
  font-size: 14px;
  line-height: 1.7em;
  font-weight: 300;
  text-align: left;
  text-shadow: none;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.process-why {
  margin-top: 40px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Merriweather, serif;
  color: #746f6f;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  text-shadow: none;
}

.button-process {
  margin-top: 10px;
  background-color: #a4ccc4;
  font-family: Merriweather, serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.container-12 {
  margin-top: 80px;
  margin-bottom: 0px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #ebe7e7;
  background-color: #faf7f2;
  color: #faf7f2;
}

.process-unique {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Merriweather, serif;
  color: #746f6f;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  text-shadow: none;
}

.bold-text-2 {
  font-weight: 300;
}

.column-3 {
  padding-right: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bold-text-3 {
  font-weight: 300;
}

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

.section-contact-2 {
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: inset 0 0 4px 0 #bebcbc;
  text-align: center;
  text-shadow: none;
}

.text-block-contact {
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Merriweather, serif;
  color: #746f6f;
  font-size: 14px;
  line-height: 1.7em;
  font-weight: 300;
  text-align: left;
  text-shadow: none;
}

.praise {
  padding-top: 40px;
  padding-bottom: 60px;
  background-image: url('../images/background-tile.png');
  background-position: 0px 0px;
  background-size: 32px;
  box-shadow: 0 0 4px 0 #ddd;
}

.praise-container {
  max-width: 85%;
}

.columns-6 {
  width: auto;
  min-width: auto;
}

.image-7 {
  padding-top: 20px;
}

.html-embed {
  text-align: left;
}

.column-4 {
  padding-right: 40px;
}

.awards-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.award-heading {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Merriweather, serif;
  color: #746f6f;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
  text-shadow: none;
}

.text-block-awards {
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Merriweather, serif;
  color: #464545;
  font-size: 14px;
  line-height: 1.7em;
  font-weight: 300;
  text-align: left;
  text-shadow: none;
}

.text-block-awards-2 {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Merriweather, serif;
  color: #746f6f;
  font-size: 14px;
  line-height: 1.7em;
  font-style: italic;
  font-weight: 300;
  text-align: left;
  text-shadow: none;
}

.button-houzz {
  margin-top: 0px;
  background-color: #a4ccc4;
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.text-block-awards-follow {
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Merriweather, serif;
  color: #746f6f;
  font-size: 14px;
  line-height: 1.7em;
  font-weight: 300;
  text-align: center;
  text-shadow: none;
}

.columns-7 {
  width: 85%;
}

.award {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url('../images/background-tile.png');
  background-position: 0px 0px;
  background-size: 32px;
  box-shadow: 0 0 4px 0 #ddd;
}

.block-quote {
  margin-top: 0px;
  margin-bottom: 60px;
  background-color: rgba(216, 248, 244, 0.36);
  font-family: Merriweather, serif;
  color: #464545;
  font-size: 14px;
  font-weight: 300;
  text-shadow: none;
}

.bold-text-4 {
  color: #87bbdd;
  font-size: 18px;
}

.heading-process {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Merriweather, serif;
  color: #746f6f;
  font-size: 35px;
  font-weight: 300;
  text-align: center;
  text-shadow: none;
}

.text-block-process2 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Merriweather, serif;
  color: #746f6f;
  font-size: 14px;
  line-height: 1.7em;
  font-weight: 300;
  text-align: center;
  text-shadow: none;
}

.heading-about {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Merriweather, serif;
  color: #746f6f;
  font-size: 35px;
  font-weight: 300;
  text-align: left;
  text-shadow: none;
}

.text-block-about-2 {
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Merriweather, serif;
  color: #746f6f;
  font-size: 14px;
  line-height: 1.7em;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  text-shadow: none;
}

.section-awards {
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-portfolio-footer {
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Merriweather, serif;
  color: #746f6f;
  font-size: 14px;
  line-height: 1.7em;
  font-weight: 300;
  text-align: center;
  text-shadow: none;
}

.columns-8 {
  width: 85%;
}

.section-5-about {
  padding-top: 60px;
  padding-bottom: 60px;
  float: none;
  text-align: center;
}

.container-process {
  display: block;
  max-width: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.container-praise {
  display: block;
  max-width: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.container-contact {
  display: block;
  max-width: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.contact-column {
  width: 80%;
  min-width: auto;
}

.column-8 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.portfolio-section-top-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding-top: 60px;
  padding-bottom: 20px;
  -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;
  text-align: center;
}

.block-quote-1 {
  margin-top: 0px;
  margin-bottom: 60px;
  background-color: rgba(241, 235, 232, 0.89);
  font-family: Merriweather, serif;
  color: #746f6f;
  font-size: 14px;
  font-weight: 300;
  text-shadow: none;
}

.block-quote-2 {
  margin-top: 0px;
  margin-bottom: 60px;
  background-color: rgba(246, 234, 252, 0.5);
  font-family: Merriweather, serif;
  color: #746f6f;
  font-size: 14px;
  font-weight: 300;
  text-shadow: none;
}

.block-quote-3 {
  margin-top: 0px;
  margin-bottom: 60px;
  background-color: rgba(229, 243, 214, 0.44);
  font-family: Merriweather, serif;
  color: #746f6f;
  font-size: 14px;
  font-weight: 300;
  text-shadow: none;
}

.block-quote-4 {
  margin-top: 0px;
  margin-bottom: 60px;
  background-color: rgba(247, 229, 237, 0.47);
  font-family: Merriweather, serif;
  color: #746f6f;
  font-size: 14px;
  font-weight: 300;
  text-shadow: none;
}

.block-quote-5 {
  margin-top: 0px;
  margin-bottom: 60px;
  background-color: rgba(219, 226, 241, 0.39);
  font-family: Merriweather, serif;
  color: #746f6f;
  font-size: 14px;
  font-weight: 300;
  text-shadow: none;
}

.block-quote-6 {
  margin-top: 0px;
  margin-bottom: 60px;
  background-color: rgba(241, 233, 210, 0.44);
  font-family: Merriweather, serif;
  color: #746f6f;
  font-size: 14px;
  font-weight: 300;
  text-shadow: none;
}

.block-quote-7 {
  margin-top: 0px;
  margin-bottom: 60px;
  background-color: rgba(223, 241, 216, 0.42);
  font-family: Merriweather, serif;
  color: #746f6f;
  font-size: 14px;
  font-weight: 300;
  text-shadow: none;
}

.block-quote-8 {
  margin-top: 0px;
  margin-bottom: 60px;
  background-color: rgba(255, 232, 229, 0.44);
  font-family: Merriweather, serif;
  color: #746f6f;
  font-size: 14px;
  font-weight: 300;
  text-shadow: none;
}

.block-quote-9 {
  margin-top: 0px;
  margin-bottom: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(222, 247, 244, 0.39);
  font-family: Merriweather, serif;
  color: #746f6f;
  font-size: 14px;
  font-weight: 300;
  text-shadow: none;
}

.block-quote-10 {
  margin-top: 0px;
  margin-bottom: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(244, 248, 214, 0.43);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.14);
  font-family: Merriweather, serif;
  color: #746f6f;
  font-size: 14px;
  font-weight: 300;
  text-shadow: none;
}

.italic-text-4 {
  color: #464545;
}

.italic-text-5 {
  color: #464545;
}

.italic-text-6 {
  color: #464545;
}

.italic-text-7 {
  color: #464545;
}

.italic-text-8 {
  color: #464545;
}

.italic-text-9 {
  color: #464545;
}

.italic-text-10 {
  color: #464545;
}

.italic-text-11 {
  color: #464545;
}

.italic-text-12 {
  color: #464545;
}

.italic-text-13 {
  color: #464545;
}

.button-praise {
  margin-top: 10px;
  background-color: #a4ccc4;
  font-family: Merriweather, serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

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

.bold-text-5 {
  color: #e2a5a6;
  text-align: center;
}

.quote-block-home {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 10px 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #e2dfdf;
  font-family: Merriweather, serif;
  color: #746f6f;
  font-size: 24px;
  line-height: 1.7em;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: none;
}

.portfolio-section-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  min-width: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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/background-tile.png');
  background-position: 0px 0px;
  background-size: 32px;
  text-align: center;
}

.image-5-hor {
  display: block;
  overflow: hidden;
  width: 100%;
  max-height: 100%;
  max-width: none;
  border-style: solid;
  border-width: 5px;
  border-color: #fffefe;
  box-shadow: 1px 1px 3px 0 #ccc7c7;
  -o-object-fit: fill;
  object-fit: fill;
}

.column-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.portfolio-section-top-hor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  min-width: 0px;
  padding-top: 60px;
  padding-bottom: 20px;
  -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/background-tile.png');
  background-position: 0px 0px;
  background-size: 32px;
  box-shadow: 0 0 4px 0 #ddd;
  text-align: center;
}

.portfolio-2nd-fl-fam-rm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  min-width: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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/background-tile.png');
  background-position: 0px 0px;
  background-size: 32px;
  text-align: center;
}

.portfolio-media-room {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  min-width: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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/background-tile.png');
  background-position: 0px 0px;
  background-size: 32px;
  text-align: center;
}

.portfolio-media-room-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  min-width: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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/background-tile.png');
  background-position: 0px 0px;
  background-size: 32px;
  text-align: center;
}

.portfolio-4-living-room {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  min-width: 0px;
  padding-top: 60px;
  padding-bottom: 20px;
  -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/background-tile.png');
  background-position: 0px 0px;
  background-size: 32px;
  text-align: center;
}

.portfolio-living-room-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  min-width: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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/background-tile.png');
  background-position: 0px 0px;
  background-size: 32px;
  text-align: center;
}

.portfolio-dinning-kitch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  min-width: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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/background-tile.png');
  background-position: 0px 0px;
  background-size: 32px;
  text-align: center;
}

.portfolio-dinning-kitch-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  min-width: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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/background-tile.png');
  background-position: 0px 0px;
  background-size: 32px;
  text-align: center;
}

.portfolio-kitchen-din-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  min-width: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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/background-tile.png');
  background-position: 0px 0px;
  background-size: 32px;
  text-align: center;
}

.portfolio-master-bedroom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  min-width: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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/background-tile.png');
  background-position: 0px 0px;
  background-size: 32px;
  box-shadow: 0 0 4px 0 #ddd;
  text-align: center;
}

.portfolio-master-bedroom-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  min-width: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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/background-tile.png');
  background-position: 0px 0px;
  background-size: 32px;
  text-align: center;
}

.master-bedroom-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  min-width: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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/background-tile.png');
  background-position: 0px 0px;
  background-size: 32px;
  text-align: center;
}

.portfolio-4-living-room-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  min-width: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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/background-tile.png');
  background-position: 0px 0px;
  background-size: 32px;
  text-align: center;
}

.portfolio-4-dinning-kitch-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  min-width: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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/background-tile.png');
  background-position: 0px 0px;
  background-size: 32px;
  text-align: center;
}

.portfolio-44-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  min-width: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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/background-tile.png');
  background-position: 0px 0px;
  background-size: 32px;
  text-align: center;
}

.portfolio444copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  min-width: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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/background-tile.png');
  background-position: 0px 0px;
  background-size: 32px;
  text-align: center;
}

.portfolio-444 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  min-width: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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/background-tile.png');
  background-position: 0px 0px;
  background-size: 32px;
  box-shadow: 0 0 4px 0 #ddd;
  text-align: center;
}

.portfolio-4444 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  min-width: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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/background-tile.png');
  background-position: 0px 0px;
  background-size: 32px;
  text-align: center;
}

.port-444 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  min-width: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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/background-tile.png');
  background-position: 0px 0px;
  background-size: 32px;
  text-align: center;
}

.port-4444 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  min-width: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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/background-tile.png');
  background-position: 0px 0px;
  background-size: 32px;
  text-align: center;
}

.port-44444 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  min-width: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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/background-tile.png');
  background-position: 0px 0px;
  background-size: 32px;
  text-align: center;
}

.port-444444 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  min-width: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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/background-tile.png');
  background-position: 0px 0px;
  background-size: 32px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .button {
    width: 40%;
  }

  .field {
    width: 60%;
  }

  .content-wrapper {
    width: 81%;
  }

  .nav-roll {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
  }

  .section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block {
    text-align: center;
  }

  .button-2 {
    font-size: 14px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .portfolio-section {
    padding-top: 20px;
  }

  .column-2 {
    display: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .icon {
    display: none;
  }

  .portfolio-section-top-top {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 47px;
    text-align: center;
  }

  .button {
    width: 40%;
  }

  .subtitle {
    text-shadow: none;
  }

  .field {
    width: 60%;
  }

  .sign-up-form {
    margin-bottom: 38px;
  }

  .share-text {
    color: rgba(241, 235, 247, 0.93);
  }

  .social-widget-wrapper {
    width: 202px;
    margin-right: auto;
    margin-bottom: 44px;
    margin-left: auto;
  }

  .content-wrapper {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }

  .header-section {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .iphone-image {
    width: 190px;
    margin-top: 0px;
    margin-bottom: -40px;
  }

  .color-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .italic-text {
    font-size: 30px;
    line-height: 30px;
  }

  .slider-3 {
    height: 300px;
  }

  .text-block {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .button-2 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .footer-address {
    text-align: center;
  }

  .footer-copyright {
    text-align: center;
  }

  .portfolio-header {
    font-size: 30px;
    line-height: 35px;
  }

  .portfolio-section {
    padding-top: 20px;
    padding-bottom: 0px;
    box-shadow: none;
  }

  .text-block-3 {
    padding-bottom: 20px;
  }

  .image-5 {
    margin-top: 20px;
  }

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

  .container-11 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-12 {
    margin-top: 60px;
  }

  .column-3 {
    padding-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .praise {
    padding-bottom: 20px;
  }

  .awards-container {
    padding-top: 20px;
  }

  .award {
    padding-bottom: 0px;
  }

  .text-block-portfolio-footer {
    padding-top: 0px;
  }

  .portfolio-section-top-top {
    padding-top: 20px;
    padding-bottom: 0px;
    box-shadow: none;
  }

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

  .image-5-hor {
    margin-top: 20px;
  }

  .portfolio-2nd-fl-fam-rm {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .portfolio-media-room {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .portfolio-media-room-2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .portfolio-4-living-room {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .portfolio-living-room-2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .portfolio-dinning-kitch {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .portfolio-dinning-kitch-2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .portfolio-kitchen-din-3 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .portfolio-master-bedroom-2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .master-bedroom-3 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .portfolio-4-living-room-2-copy {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .portfolio-4-dinning-kitch-2-copy {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .portfolio-44-copy {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .portfolio-4444 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .port-444 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .port-4444 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .port-44444 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .port-444444 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    width: 100%;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  .subtitle {
    text-shadow: none;
  }

  .field {
    width: 100%;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }

  .social-widget {
    width: 96px;
  }

  .social-widget-wrapper {
    display: block;
    width: 194px;
    margin-right: auto;
    margin-bottom: 21px;
    margin-left: auto;
  }

  .copyright {
    text-align: center;
  }

  .iphone-image {
    width: 167px;
    margin-bottom: -49px;
  }

  .color-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .subtitle-under-slider {
    text-align: center;
  }

  .italic-text {
    font-size: 24px;
  }

  .image {
    width: 50px;
  }

  .slider-3 {
    height: 200px;
  }

  .slide-3 {
    background-size: cover;
    background-attachment: scroll;
  }

  .text-block {
    padding-top: 0px;
    padding-bottom: 20px;
    text-align: center;
  }

  .button-2 {
    margin-bottom: 40px;
  }

  .container-4 {
    max-width: 95%;
  }

  .footer {
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .footer-address {
    width: 100%;
  }

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

  .portfolio-header {
    font-size: 24px;
    line-height: 24px;
  }

  .portfolio-section {
    padding-top: 0px;
    padding-bottom: 10px;
    box-shadow: none;
  }

  .image-5 {
    margin-top: 20px;
  }

  .portfolio-section-top {
    padding-top: 20px;
  }

  .text-block-home {
    padding-top: 20px;
    text-align: center;
  }

  .text-block-about {
    padding-right: 20px;
  }

  .button-about {
    font-size: 16px;
  }

  .italic-text-3 {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
  }

  .section-process {
    padding-top: 20px;
  }

  .section-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section-process-2 {
    display: block;
    float: none;
  }

  .column-2 {
    position: relative;
  }

  .container-11 {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .columns-5 {
    display: block;
    overflow: visible;
    width: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .process-why {
    margin-top: 10px;
  }

  .button-process {
    font-size: 18px;
  }

  .column-3 {
    position: relative;
    padding-right: 10px;
    clear: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

  .text-block-contact {
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .heading-about {
    margin-top: 20px;
  }

  .text-block-about-2 {
    text-align: center;
  }

  .text-block-portfolio-footer {
    padding-top: 0px;
  }

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

  .div-block {
    margin-top: 40px;
    text-align: center;
  }

  .column-5 {
    clear: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-6 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-7 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-8 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .portfolio-section-top-top {
    padding-top: 0px;
    padding-bottom: 10px;
    box-shadow: none;
  }

  .button-praise {
    font-size: 18px;
  }

  .quote-block-home {
    padding-top: 20px;
    text-align: center;
  }

  .image-5-hor {
    margin-top: 20px;
  }

  .portfolio-section-top-hor {
    padding-top: 20px;
  }

  .portfolio-master-bedroom {
    padding-top: 20px;
  }

  .portfolio-444 {
    padding-top: 20px;
  }
}

