@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;0,800;1,300;1,400;1,700;1,800&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-font-smooting: antialiased; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

.btn {
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 15px 25px;
  border-radius: 25px;
  transition: 250ms background ease-in-out; }
  .btn.primary {
    background: #ef4024; }
    .btn.primary:hover {
      background: #f8a89b; }

.underline {
  text-decoration: underline; }

body,
html {
  height: 100%; }

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; }

a {
  text-decoration: none;
  text-transform: capitalize; }

h2 {
  font-size: 32pt;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: -2px; }

h1,
h2,
p,
a,
div,
li {
  color: #333;
  line-height: 1.4; }

p {
  margin: 0 0 25px; }

.block {
  min-height: 300px;
  padding: 50px 0 50px 50px;
  font-size: 15pt; }
  .block h2 {
    margin: 0 0 25px; }
    .block h2 .thin {
      font-weight: 100; }
  .block#about, .block#services {
    background: #ef4024; }
    .block#about h2, .block#services h2 {
      color: #fff; }
 .block#about {
    margin-top: 0;
}
  .block#gallery {
    background: #9bccec; }
    .block#gallery h2 {
      color: #333; }
    .block#gallery .polaroid {
      max-width: 400px; }
      .block#gallery .polaroid img {
        width: 100%; }
  .block#products, .block#companyCtas {
    background: #749140; }
    .block#products h2,
    .block#products h3,
    .block#products h4, .block#companyCtas h2,
    .block#companyCtas h3,
    .block#companyCtas h4 {
      color: #fff; }
    .block#products h3,
    .block#products h4, .block#companyCtas h3,
    .block#companyCtas h4 {
      margin-bottom: 0px;
      margin-top: 30px;
      font-weight: bold; }
    .block#products h3, .block#companyCtas h3 {
      font-size: 24pt; }
    .block#products h4, .block#companyCtas h4 {
      font-size: 18pt; }
    .block#products .highlights ul, .block#companyCtas .highlights ul {
      list-style-type: disc;
      padding-left: 25px;
      margin-bottom: 25px; }
    .block#products .emph, .block#companyCtas .emph {
      font-weight: 100; }
  .block#companyCtas {
    min-height: initial; }
    .block#companyCtas .ctas {
      display: flex; }
      .block#companyCtas .ctas li {
        width: 24%;
        margin-right: 1%; }
        .block#companyCtas .ctas li:last-child {
          margin-right: 0; }
        .block#companyCtas .ctas li h4 {
          font-size: 17pt;
          text-transform: capitalize;
          text-align: center;
          margin: 0 0 10px; }
        .block#companyCtas .ctas li p {
          text-align: center;
          margin-bottom: 0;
          padding: 0 15px; }
  .block#services h4 {
    color: #eee; }
  .block#services .content > h4 {
    font-size: 24pt;
    font-weight: 700;
    text-transform: capitalize;
    margin: 45px 0 25px; }
  .block#services .service {
    display: flex;
    margin: 0 auto 100px; }
    .block#services .service .pic {
      width: 400px; }
      .block#services .service .pic img {
        width: 400px;
        max-width: none; }
    .block#services .service:nth-child(odd) .pic {
      margin-left: 25px; }
    .block#services .service:nth-child(even) .pic {
      margin-right: 25px; }
    .block#services .service h4 {
      font-size: 18pt;
      text-transform: capitalize;
      margin: -4px 0 10px;
      line-height: 1; }
    .block#services .service p {
      font-size: 15pt; }
  .block .service#porches {
    margin-bottom: 50px; }
  .block .service#materials .content h4 {
    margin-bottom: 15px; }
  .block p {
    color: #eee;
    line-height: 1.7; }
  .block .bio {
    display: flex;
    margin-top: 75px; }
    .block .bio .pic {
      margin: 0 50px 0 0;
      max-width: 250px; }
      .block .bio .pic img {
        width: 100%; }
    .block .bio h4 {
      font-size: 24pt;
      color: #fff;
      text-transform: uppercase;
      font-weight: 700;
      margin: 0 0 25px; }
    .block .bio .text {
      color: #eee;
      font-size: 18pt; }

.inner-wrapper {
  width: 98%;
  max-width: 1300px;
  margin: 0 auto; }

.align-right {
  text-align: right; }

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

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

.bullets {
  list-style-type: disc;
  padding-left: 25px; }
  .bullets li {
    color: #fff; }

header {
  margin: 50px 0; }
  header .logo {
    background: url("../../img/logo-gray.svg") left top no-repeat;
    text-indent: -9999px;
    width: 200px;
    height: 120px;
    background-size: 100%; }
    header .logo.white {
      background: url("../../img/logo-white.svg") left top no-repeat; }
  header .menu-wrapper a.tel {
    display: block;
    text-align: right;
    color: #fff;
    font-weight: bold; }
  header .menu-wrapper .menu-inner {
    display: flex;
    align-items: center; }
    header .menu-wrapper .menu-inner .social {
      display: flex;
      align-items: center;
      padding-left: 5px; }
      header .menu-wrapper .menu-inner .social li {
        margin: 0 5px 0 0; }
        header .menu-wrapper .menu-inner .social li a {
          display: inline-block;
          margin-top: 5px;
          color: #ef4024;
          font-size: 17pt; }
  header .mobile-only {
    display: none; }
  header .inner-wrapper .menu {
    display: flex;
    margin: 5px 0 0 0;
    overflow: hidden;
    transition: all 150ms linear; }
    header .inner-wrapper .menu li {
      margin: 0 25px 0 0; }
      header .inner-wrapper .menu li.contact {
        margin-right: 0; }
        header .inner-wrapper .menu li.contact ::after {
          content: " |"; }
      header .inner-wrapper .menu li:last-child {
        margin: 0; }
      header .inner-wrapper .menu li a {
        transition: 250ms color ease-in-out;
        font-size: 15pt; }
        header .inner-wrapper .menu li a:hover {
          color: #ef4024; }
    header .inner-wrapper .menu.active {
      display: block;
      height: 340px;
      border-bottom: 1px solid #d12a0f; }
      header .inner-wrapper .menu.active li:last-child {
        margin: 0 25px 0 0; }
      header .inner-wrapper .menu.active li a {
        display: block;
        width: 100%;
        background: #ef4024;
        color: #fff;
        text-align: center;
        padding: 10px 0; }
  header .inner-wrapper {
    display: flex;
    justify-content: space-between; }
  header .mobile-menu {
    display: none; }

body {
  background: url("./../../img/bg.png") top center;
  /* Background image is fixed in the viewport so that it doesn’t move when the content’s height is greater than the image’s height */
  background-attachment: fixed;
  /* This is what makes the background image rescale based on the container’s size */
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #ef4024;
 /* overflow: auto; */
}
  .body-wrapper .top {
    height: 50%;
    width: 100%;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0; }
  .body-wrapper .bottom {
    height: 50%;
    width: 100%;
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 0; }
  .body-wrapper .home-cta h2 {
    margin: 0; }
    .body-wrapper .home-cta h2 span {
      font-size: 30pt; }
  .body-wrapper .home-cta .btn.primary {
    padding: 10px 15px;
    width: 225px; }
  .body-wrapper .home-cta span {
    margin: 0;
    line-height: 1.1; }
  .body-wrapper .home-cta .first-line {
    font-size: 41pt;
    color: #ef4024; }
  .body-wrapper .home-cta .second-line {
    font-size: 25pt;
    color: #749140; }
  .body-wrapper .home-cta .third-line {
    font-size: 29pt;
    line-height: 1.1; }
  .body-wrapper .home-cta .fourth-line {
    font-size: 19pt;
    margin-bottom: -8px !important;
    color: #d3a270; }
  .body-wrapper .home-cta .last-line {
    font-size: 22pt; }
  .body-wrapper .home-cta .break {
    margin-bottom: 0;
    display: block; }
  .body-wrapper .home-cta .divider {
    border-bottom: 1px solid #333;
    width: 160px;
    margin: -10px 0 25px; }

body.evening{
  background: url("./../../img/bg_evening.png") top center;
  background-attachment: fixed;
  /* This is what makes the background image rescale based on the container’s size */
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #ef4024; }

body.night a,
body.night .home-cta h2,
body.night .menu li a {
  color: #fff; }

body.night{
  background: url("./../../img/bg_night.png") top center;
  background-attachment: fixed;
  /* This is what makes the background image rescale based on the container’s size */
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #ef4024; }

.photo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px; }
  .photo-grid .polaroid {
    display: flex;
    justify-content: center;
    margin: 0 25px 25px 0;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box; }
    .photo-grid .polaroid img {
      box-sizing: border-box;
      height: 100%;
      max-height: 500px; }

.deck-materials {
  list-style-type: none;
  margin: 0;
  display: flex; }
  .deck-materials li {
    color: #fff;
    padding: 10px 25px;
    margin: 0 0 15px;
    background-color: #fb4d31;
    border-right: 1px solid #f8a89b;
    border-bottom: 1px solid #b9250e;
    text-transform: uppercase;
    font-weight: bold; }
    .deck-materials li:hover, .deck-materials li.selected {
      background-color: #f26954;
      cursor: pointer;
      border-bottom: 1px solid #f8a89b; }
    .deck-materials li:last-child {
      border-right: none; }

.materials-content {
  min-height: 150px; }
  .materials-content > div {
    color: #fff;
    line-height: 1.5;
    padding-left: 10px;
    display: none; }
    .materials-content > div.active {
      display: block; }

#logo-slider {
  display: block;
  max-height: 115px;
  margin: 25px 0; }
  #logo-slider .slick-slide {
    margin: 0 25px 0 0; }
  #logo-slider .logo {
    padding: 15px 25px;
    text-align: center; }
    #logo-slider .logo img {
      margin: 0;
      display: inline-block;
      max-height: 70px; }

@media only screen and (max-device-width: 450px) {
  .body-wrapper {
    background-image: none;
    height: auto;
    min-height: 500px; }
    .body-wrapper .inner-wrapper {
      position: relative;
      z-index: 10; }
  .body-wrapper::before {
    content: "";
    background: url("./../../img/bg.png") top center;
    background-position: -150px ​0;
    background-size: cover;
    position: absolute;
    top: -7px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
    width: 100;
    background-size: 240%;
    background-repeat: no-repeat; }
	.body-wrapper.contact-form87::before {
		content: "";
    background: transparent !important;
}
		.body-wrapper.contact-form87 {
   
    padding: 30px !important;
}
  header {
    position: relative;
    margin: 25px 0 10px;
    z-index: 100; }
    header .mobile-only {
      display: block; }
    header .inner-wrapper {
      display: block; }
      header .inner-wrapper .logo {
        margin: 0 auto;
        padding: 0; }
      header .inner-wrapper .menu {
        height: 0; }
        header .inner-wrapper .menu li a {
          border-bottom: 1px solid #f47e6b; }
          header .inner-wrapper .menu li a.tel {
            font-weight: normal; }
        header .inner-wrapper .menu li.contact ::after {
          content: none; }
        header .inner-wrapper .menu.active li:last-child {
          margin: 0; }
    header .mobile-menu {
      display: inline-block;
      position: absolute;
      right: 10px;
      top: 0;
      color: #ef4024;
      z-index: 100; }
    header .menu-wrapper {
      position: absolute;
      width: 100%; }
    header .menu-wrapper .menu-inner .social,
    header .menu-wrapper a.tel {
      display: none; }
    header .menu-wrapper .menu-inner {
      display: block;
      align-items: initial; }
      header .menu-wrapper .menu-inner .menu li {
        margin: 0; }
    header .mobile-menu-wrapper {
      display: block; }
  .body-wrapper .home-cta h2 {
    font-size: 20pt;
    width: 100%;
    text-align: center; }
    .body-wrapper .home-cta h2 .first-line {
      font-size: 37pt;
      margin-bottom: -5px; }
    .body-wrapper .home-cta h2 .second-line {
      font-size: 23pt;
      margin-bottom: -5px; }
    .body-wrapper .home-cta h2 .third-line {
      font-size: 27pt;
      margin-bottom: -5px; }
    .body-wrapper .home-cta h2 .fourth-line {
      font-size: 18pt;
      margin-bottom: -5px !important; }
    .body-wrapper .home-cta h2 .last-line {
      font-size: 21pt; }
  .body-wrapper .home-cta .divider {
    border-color: #fff;
    margin: 0 auto 25px; }
  .body-wrapper .home-cta .btn.primary {
    display: block;
    width: 250px;
    padding: 5px 15px;
    margin: 0 auto; }
  .block {
    margin: 0 auto;
    padding: 0 0 15px; }
    .block .inner-wrapper h2 {
      font-size: 20pt;
      text-align: center; }
      .block .inner-wrapper h2 span.thin {
        display: block;
        font-size: 14pt;
        letter-spacing: 1px;
        padding: 0 25px; }
      .block .inner-wrapper h2 .vert-div {
        display: none; }
    .block .inner-wrapper .content {
      text-align: center;
      font-size: 15pt; }
  #about {
    margin-top: 100px; }
    #about .inner-wrapper .content {
      text-align: center; }
    #about .bio {
      display: block; }
      #about .bio .pic {
        margin: 0 0 25px;
        max-width: 100%; }
      #about .bio .text {
        font-size: 16px; }
  #gallery {
    padding-top: 25px; }
    #gallery .photo-grid {
      width: 96%;
      margin: 0 auto; }
      #gallery .photo-grid .polaroid {
        margin: 0 auto 25px; }
  #services.block .service {
    display: block;
    margin: 0 auto 50px; }
    #services.block .service .pic.align-left,
    #services.block .service .pic.align-right {
      margin: 0 auto 25px;
      text-align: unset;
      width: 100%; }
      #services.block .service .pic.align-left img,
      #services.block .service .pic.align-right img {
        width: 100%; }
  #products .inner-wrapper h2 {
    padding-top: 25px; }
  #products h4 {
    margin: 0 0 25px; }
  .block#companyCtas {
    padding: 25px 0 25px; }
    .block#companyCtas .ctas {
      display: block; }
      .block#companyCtas .ctas li {
        margin: 0 0 25px 0;
        width: 100%; }
        .block#companyCtas .ctas li:last-child {
          margin-bottom: 0; }
        .block#companyCtas .ctas li h4 {
          font-size: 15pt;
          margin: 0 0 0px; }
  #logo-slider {
    margin: 25px 0 25px 25px; }
  #materials .tab-menu {
    display: block;
    border-top: 1px solid #b9250e;
    border-bottom: 1px solid #b9250e;
    margin: 25px 0; }
    #materials .tab-menu li {
      margin: 0;
      border-bottom: 1px solid #f8a89b;
      border-right: none; }
      #materials .tab-menu li:last-child {
        border-bottom: none; } }

@media only screen and (max-device-width: 320px) {
  .body-wrapper::before {
    background-position: -150px ​0;
    background-size: 290%;
    background-repeat: no-repeat; } }
