h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

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

p {
  margin-bottom: 10px;
  font-family: 'Droid Sans', sans-serif;
  color: #666;
}

.header {
  left: 0px;
  top: 0px;
  right: 0px;
  height: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 4px none #c01113;
  border-bottom: 1px none #c01113;
  background-color: #9c4600;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
}

.navbar {
  position: static;
  color: #fff;
}

.navbar:hover {
  color: #fff;
}

.navmenu {
  opacity: 1;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.navlink {
  display: inline-block;
  padding: 30px 12px 20px;
  direction: ltr;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.navlink:hover {
  color: #f59608;
}

.navlink:active {
  color: #fff;
}

.navlink:focus {
  color: #fff;
}

.navlink.w--current {
  font-family: Lato, sans-serif;
  color: #f59608;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.navlink.w--current:hover {
  color: #f59608;
}

.navlink.w--current:active {
  color: #fff;
}

.sliderhome {
  position: relative;
  left: 0px;
  right: 0px;
  overflow: auto;
  height: 650px;
  padding-top: 0px;
  padding-bottom: 0px;
  clear: both;
  border-top: 2px none #000;
  border-bottom-style: none;
  background-image: url('../images/slider_01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 1;
}

.body {
  background-color: #fff;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  text-indent: 0px;
}

.heading2 {
  margin-bottom: 30px;
  padding-bottom: 7px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 hsla(0, 0%, 75%, .5);
  font-family: Bitter, serif;
  color: #f59608;
  font-size: 28px;
  line-height: 40px;
  font-weight: 500;
  text-shadow: none;
}

.container {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 30px;
  float: none;
}

.container.homebottom {
  margin-top: 0px;
  margin-bottom: 46px;
  padding-top: 53px;
  padding-bottom: 0px;
}

.container.homegallery {
  padding-top: 0px;
  padding-bottom: 0px;
}

.container.slidercontainer {
  padding-top: 130px;
}

.footer {
  height: auto;
  margin-top: 0px;
  padding-top: 37px;
  padding-bottom: 65px;
  border-top: 1px solid #222;
  background-color: #000;
  background-image: none;
  color: #fff;
}

.copyright {
  color: #a2a2a2;
  font-size: 13px;
}

.footerlink {
  color: #fff;
}

.footercopy {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #303030;
}

.heading4 {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 0px;
  border-style: none;
  font-family: Exo, sans-serif;
  color: #f59608;
  font-size: 22px;
  line-height: 24px;
  text-align: left;
  text-transform: none;
}

.main {
  font-style: normal;
}

.main.home {
  margin-bottom: 0px;
  padding-bottom: 150px;
  background-image: url('../images/bg_bottomTINY.jpg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: none;
}

.footertext {
  color: #bdbdbd;
  font-size: 16px;
}

.heading1 {
  margin-top: 28px;
  margin-bottom: 20px;
  padding-top: 1px;
  font-family: 'Open Sans', sans-serif;
  color: #9c5512;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
}

.parabold {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.btn {
  display: block;
  width: 300px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 20px;
  background-color: rgba(245, 150, 7, .88);
  box-shadow: 2px 0 20px 0 rgba(0, 0, 0, .67);
  font-size: 17px;
  text-align: center;
}

.btn.center {
  width: 320px;
  margin-top: 51px;
  margin-left: auto;
  padding: 20px 25px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.btn.sliderbtn {
  width: 320px;
  margin-top: 75px;
  margin-left: 0px;
  padding: 20px 25px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.btn.btnfooter {
  width: 50%;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: right;
}

.btn.btnfooter.left {
  width: auto;
  margin-top: 25px;
  padding: 30px 20px;
  float: left;
  text-align: center;
}

.btn.left {
  margin-left: 0px;
}

.btn.left.submitbtn {
  width: 250px;
  margin-top: 20px;
  box-shadow: none;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.galleryimg {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 20px;
  float: none;
  clear: none;
}

.brand {
  padding-top: 0px;
}

.brand.w--current {
  padding-top: 0px;
}

.lbimage {
  display: block;
  width: 100%;
  height: 200px;
  max-height: 200px;
  max-width: 100%;
  min-height: 200px;
  min-width: 100%;
  margin-right: 10px;
  margin-left: auto;
  padding: 0px;
  float: none;
  clear: none;
}

.lbimage:hover {
  border-style: none;
}

.heading3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #a55719;
  font-size: 22px;
}

.sliderheading {
  font-family: Lato, sans-serif;
  font-size: 64px;
  line-height: 72px;
  text-shadow: 7px 1px 15px rgba(0, 0, 0, .85);
}

.textfield {
  font-family: 'Open Sans', sans-serif;
}

.textarea {
  position: static;
  display: block;
  overflow: visible;
  min-height: 200px;
  font-family: 'Open Sans', sans-serif;
}

.galleryimagewrapper {
  overflow: hidden;
  width: 100%;
  height: 166px;
  margin-bottom: 15px;
}

.spacerdiv {
  width: 100%;
  height: 30px;
  margin-top: 0px;
  float: left;
  clear: both;
}

.residential-paragraph {
  margin-right: 170px;
  margin-bottom: 16px;
}

.commercial-paragraph {
  margin-right: 170px;
}

.bullet-list {
  line-height: 26px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .sliderhome {
    height: 450px;
    padding-top: 0px;
  }
  .heading2 {
    padding-bottom: 0px;
  }
  .container {
    padding: 0px 10px;
  }
  .container.homebottom {
    padding-top: 20px;
    padding-bottom: 80px;
  }
  .container.slidercontainer {
    padding-top: 75px;
  }
  .footer {
    padding: 0px 30px 20px;
  }
  .heading4 {
    margin-top: 0px;
    font-size: 18px;
  }
  .main {
    padding-bottom: 10px;
  }
  .footertext {
    font-size: 15px;
    line-height: 21px;
  }
  .heading1 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 26px;
    line-height: 35px;
  }
  .parabold {
    font-size: 19px;
    line-height: 25px;
  }
  .btn.btnfooter.left {
    font-size: 18px;
    line-height: 22px;
  }
  .sliderheading {
    font-size: 52px;
    line-height: 61px;
  }
  .spacerdiv {
    position: relative;
    overflow: hidden;
    height: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .sliderhome {
    height: 300px;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container {
    padding: 0px 15px;
  }
  .container.homebottom {
    padding-top: 0px;
  }
  .container.slidercontainer {
    padding-top: 20px;
  }
  .footer {
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .copyright {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .heading4 {
    margin-top: 0px;
    padding-top: 25px;
    font-size: 24px;
  }
  .heading1 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 27px;
  }
  .parabold {
    font-size: 16px;
  }
  .btn.sliderbtn {
    width: 300px;
    margin-top: 50px;
    font-size: 16px;
  }
  .galleryimg {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  .sliderheading {
    font-size: 36px;
    line-height: 44px;
  }
}

@media (max-width: 479px) {
  .sliderhome {
    height: 350px;
    padding-top: 10px;
    background-position: 50% 50%;
  }
  .heading2 {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 23px;
  }
  .container.homebottom {
    padding-bottom: 40px;
  }
  .container.slidercontainer {
    padding-top: 0px;
  }
  .footer {
    padding-top: 5px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .copyright {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 12px;
    text-align: center;
  }
  .heading1 {
    margin-top: 1px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
  .parabold {
    font-size: 15px;
    line-height: 22px;
  }
  .btn.center {
    width: 250px;
    font-size: 22px;
    line-height: 27px;
  }
  .btn.sliderbtn {
    width: 250px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 22px;
    line-height: 28px;
  }
  .galleryimg {
    position: static;
    float: left;
    clear: both;
    text-align: left;
  }
  .row {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  .sliderheading {
    font-size: 24px;
    line-height: 32px;
  }
}

