@font-face {
  font-family: 'TradeGothic-Extended';
  src: url('fonts/TradeGothicLTStd-Extended.eot?#iefix') format('embedded-opentype'),  url('fonts/TradeGothicLTStd-Extended.otf')  format('opentype'),
	     url('fonts/TradeGothicLTStd-Extended.woff') format('woff'), url('fonts/TradeGothicLTStd-Extended.ttf')  format('truetype'), url('fonts/TradeGothicLTStd-Extended.svg#TradeGothicLTStd-Extended') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TradeGothic-Regular';
  src: url('fonts/TradeGothicLTStd.eot?#iefix') format('embedded-opentype'),  url('fonts/TradeGothicLTStd.otf')  format('opentype'),
	     url('fonts/TradeGothicLTStd.woff') format('woff'), url('fonts/TradeGothicLTStd.ttf')  format('truetype'), url('fonts/TradeGothicLTStd.svg#TradeGothicLTStd') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TradeGothic-Bold';
  src: url('fonts/TradeGothicLTStd-BoldExt.eot?#iefix') format('embedded-opentype'),  url('fonts/TradeGothicLTStd-BoldExt.otf')  format('opentype'),
	     url('fonts/TradeGothicLTStd-BoldExt.woff') format('woff'), url('fonts/TradeGothicLTStd-BoldExt.ttf')  format('truetype'), url('fonts/TradeGothicLTStd-BoldExt.svg#TradeGothicLTStd-BoldExt') format('svg');
  font-weight: normal;
  font-style: normal;
}

body,html {
	font-family: 'TradeGothic-Regular';
	color:#333;
	-webkit-font-smoothing: antialiased;
	overflow-x:hidden !important;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color:#3E8A93;
  transition:all .5s linear;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

p {
  font-size:20px;
  line-height:1.6;
}

p.lrg {
  font-size:30px;
}

a#down-arrow {
  height:48px;
  width:48px;
  position:absolute;
  bottom:60px;
  left:50%;
  margin-left:-24px;
  background:url(../img/down-arrow.svg) center top no-repeat #fff;
  background-size:auto 200%;
  transition:all .25s linear;
}

a#down-arrow:hover {
  background-position:center bottom;
}

header {
  width:100%;
  height:100px;
  background:#fff;
  position:fixed;
  z-index:1000;
}

a.logo {
  width:210px;
  height:56px;
  background:url('../img/mh-builders-logo.svg') left center no-repeat;
  background-size:100% auto;
  float:left;
  margin:22px 0 22px 60px;
}

a#menu-btn {
  width:40px;
  height:22px;
  z-index:1001;
  position:absolute;
  right:60px;
  top:35px;
}

a#menu-btn:hover .burger-line {
  background:#000;
}

.burger-line {
  height:4px;
  background:#3E8A93;
  position:absolute;
  right:0;
  width:100%;
}

#burger-2 {
  top:50%;
  margin-top:-2px;
}

#burger-3 {
  bottom:0;
}

a#phone {
    color: #333;
    float: right;
    font-size: 16px;
    line-height: 1;
    background: url(../img/phone-icon.svg) left 0 no-repeat;
    background-size:auto 100%;
    padding:8px 0 5px 25px;
    margin:32px 140px 0 0;
    position:relative;
}

a#phone:hover {
  color:#37939B;
}

/*a#phone:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #333;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

a#phone:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}*/

#navigation {
  width:100%;
  height:100%;
  position:fixed;
  background:#fff;
  z-index:1000;
  display:none;
}

nav {
  text-align:center;
  position:absolute;
  top:50%;
  margin-top:-110px;
  width:100%;
}

nav a {
  display:block;
  font-size:50px;
  color:#3E8A93;
  font-family: 'TradeGothic-Bold';
  text-transform:uppercase;
  margin-bottom:30px;
}

nav a:hover {
  color:#000;
}

#top-banner {
  width:100%;
  height:700px;
  background:url('../img/blue-restaurant-interior.jpg') center center no-repeat;
  background-size:cover;
  margin-top:100px;
  position:relative;
}

#top-header-info {
  position:absolute;
  width:100%;
  height:234px;
  /*background:url(../img/header.png) center center no-repeat;*/
  background-size:100% auto;
  top:50%;
  margin-top:-160px;
}

h1 {
  font-family: 'TradeGothic-Bold';
  text-transform:uppercase;
  font-size:40px;
  line-height:1;
  color:#fff;
  text-align:center;
}

h3 {
  width:100%;
  text-align:center;
  padding:38px 10% 42px;
  color:#fff;
  text-transform: uppercase;
  font-size:35px;
  line-height:50px;
  font-family: 'TradeGothic-Bold';
}

h4 {
  font-size:18px;
  padding:0;
  line-height:1;
  margin:0 0 10px;
  font-family: 'TradeGothic-Bold';
  color:#fff;
}

.spaced {
  background:#37939B;
  line-height: 1;
  padding:12px 20px 13px;
  display:inline-block;
  margin-bottom:8px;
}

.h1-sm {
  font-size:26px;
  font-family: 'TradeGothic-Regular';
  color:#3E8A93;
  background:#fff;
  padding:14px 14px 10px;
  display:inline-block;
  margin-top:40px;
  line-height:1;
  text-transform:none;
}

section {
  width:100%;
  height:auto;
  overflow:hidden;
  min-height:300px;
  background:#fff;
}

.col-2 {
  width:50%;
  float:left;
  margin:0;
}

.block {
  padding:60px;
  background:#fff;
  height:auto;
  overflow:hidden;
}

.project-block {
  padding:25px;
  background:#333;
  min-height:150px;
}

.project-block p {
  color:#fff;
  font-size:14px;
}

#texture-1 {
  background-image:url('../img/framing.jpg');
  height:475px;
}

#texture-2 {
  background-image:url('../img/framing-2.jpg');
  height:700px;
}

#contact-image {
  background-image:url('../img/contact-image.jpg');
  height:650px;
}

#contact {
    background: #beb7a6;
}

.img-block {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.blue-ground {
  background-color:#3e8b94;
}

.white-ground {
  background-color:#fff;
}

.brown-ground {
  background-color:#bdb7a8;
}

.dark-ground {
  background-color:#565656;
}

.col-3 {
  width:33.33%;
  background:#fff;
  float:left;
}

.col-4 {
  width:25%;
  float:left;
}

.image-wrapper {
    position: relative;
    overflow: hidden;
}

.image-wrapper img {
    width: 100%;
    display: block;
}

.image-wrapper:after {
    left: 25px;
    top: auto;
    bottom: -1px;
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
    border-bottom: 14px solid #333;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    z-index: 6;
}

.contact-wrapper {
    color: #fff;
    float: left;
    margin-right: 50px;
    height:auto;
    overflow:hidden;
}

.contact-wrapper:last-of-type {
    margin-right:0;
}

.contact-wrapper p, .contact-wrapper a {
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0;
}

.contact-wrapper a:hover {

}

.contact-wrapper p.contact-label {
    font-family: 'TradeGothic-Bold';
    margin-bottom: 5px;
    font-size: 16px;
}

footer {
  background:#fff;
  height:auto;
  overflow:hidden;
  width:100%;
  padding-bottom:55px;
}

#footer-left {
    float: left;
    margin: 55px 0 0 60px;
}

#footer-right {
    float: right;
    margin: 60px 60px 0 0;
}

#footer-right a#back-to-top {
    color: #fff;
    background: #3e8b94;
    border-color: #3e8b94;
}

#footer-right a#back-to-top:hover {
    background: #333;
    border-color: #333;
}

#footer-right a {
    margin-left: 8px;
    border: 1px solid #333;
    color: #333;
    padding: 10px 8px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: left;
    font-size: 13px;
    line-height: 1;
}

p.copyright {
    width: auto;
    float: right;
    clear: both;
    font-size: 12px;
    margin-top: 15px;
}

#footer-left a {
    float: left;
    margin-right: 25px;
}

#footer-left a img {
    max-height: 50px;
}

#footer-right a:hover {
    background: #333;
    color: #fff;
}

@media screen and (max-width: 1600px){
  .contact-wrapper {
    margin-right:40px;
  }

  .contact-wrapper p, .contact-wrapper a {
    font-size:12px;
  }

  .contact-wrapper p.contact-label {
    font-size:14px;
  }
}

@media screen and (max-width: 1400px){
  #contact-image {
    height:520px;
  }

  /*.contact-wrapper {
    margin:10px 0;
    width:50%;
  }*/
}

@media screen and (max-width: 1300px){
    .block {
      padding:25px;
    }

    #footer-left {
      margin-left:25px;
    }

    #footer-right {
      margin-right:25px;
    }

    #footer-left a img {
      max-height:40px;
    }

    #footer-right a {
      font-size:12px;
    }

    /*.project-block {
      padding:20px;
    }*/

    a#menu-btn {
      right:25px;
    }

    h4 {
      font-size:15px;
    }

    p {
      font-size:18px;
    }

    p.lrg {
      font-size:24px;
    }

    a.logo {
      width:160px;
      height:42px;
      margin:15px 0 15px 25px;
    }

    header {
      height:75px;
    }

    #top-banner {
      margin-top:75px;
    }

    a#phone {
      margin-top:22px;
      margin-right:100px;
      font-size:15px;
    }

    a#menu-btn {
      top:25px;
    }

    h1 {
      font-size:30px;
    }

    h3 {
      padding:28px 10% 32px;
      font-size:30px;
    }

    .h1-sm {
      font-size:20px;
    }

    a#down-arrow {
      width:36px;
      height:36px;
      margin-left:-18px;
      bottom:30px;
    }

    #top-header-info {
      margin-top:-130px;
    }

    #texture-1 {
      height:550px;
    }

    .col-3 {
      width:50%;
    }

    nav {
      margin-top:-90px;
    }

    nav a {
      font-size:40px;
      margin-bottom:25px;
    }

    .project-block p {
      font-size:13px;
    }
}

@media screen and (max-width: 1000px){
    p.lrg {
      font-size:20px;
    }

    p {
      font-size:15px;
    }

    h3 {
      padding:20px 5% 24px;
      font-size:25px;
    }

    h4 {
      font-size:15px;
    }

    #footer-left {
      margin-left:0;
      width:100%;
      text-align:center;
    }

    #footer-left a {
      float:none;
      display:inline-block;
      margin:0 15px 10px;
    }

    #footer-right {
      margin-right:0;
      width:100%;
      text-align:center;
      margin-top:35px;
    }

    #footer-right a {
      float:none;
      display:inline-block;
      margin:0;
    }

    p.copyright {
      display:block;
      float:none;
      margin-top:25px;
    }

    .col-4 {
      width:50%;
    }

    .project-block {
      min-height:160px;
    }

    .contact-wrapper {
      width:100%;
      margin:0 0 20px;
    }

    .contact-wrapper:last-of-type {
      margin-bottom:0;
    }
}

@media screen and (max-width: 850px){
    .col-2 {
      width:100%;
    }

    h1 {
      font-size:25px;
    }

    .spaced {
      padding:8px 12px 10px;
    }

    .h1-sm {
      padding:12px 12px 8px;
      margin-top:25px;
    }

    #top-header-info {
      margin-top:-110px;
    }

    h4 {
      font-size:14px;
    }

    #texture-1,
    #texture-2,
    #contact-image {
      height:350px;
    }
}

@media screen and (max-width: 650px){
    .col-3 {
      width:100%;
    }

    /*h4 {
      font-size:16px;
    }*/

    h3 {
      padding:15px 0 19px;
      font-size:20px;
    }

    p.lrg {
      font-size:18px;
    }

    p {
      font-size:14px;
    }

    #texture-1,
    #texture-2,
    #contact-image {
      height:300px;
    }
}

@media screen and (max-width: 550px){
    a.logo {
      width:150px;
      margin-left:4%;
    }

    a#phone {
      font-size:12px;
      margin-right:75px;
      padding:5px 0 2px 18px;
      margin-top:26px;
    }

    a#menu-btn {
      width:34px;
      right:4%;
    }

    h1 {
      font-size:18px;
    }

    .h1-sm {
      font-size:14px;
    }
}

@media screen and (max-width: 450px){
    /*a#menu-btn {
      top:15px;
      right:15px;
    }*/

    nav {
      margin-top:-90px;
    }

    nav a {
      font-size:25px;
      margin-bottom:20px;
    }

    a#phone {
      margin-right:60px;
      margin-top:16px;
    }

    a.logo { 
      width:100px;
      height:30px;
      margin:10px 0 0 4%;
    }

    header {
      height:50px;
    }

    #top-banner {
      margin-top:50px;
    }

    a#menu-btn {
      top:14px;
    }

    p.lrg {
      font-size:16px;
    }

    p {
      font-size:13px;
    }

    h3 {
      padding:10px 0 14px;
      font-size:18px;
    }

    .contact-wrapper {
      width:100%;
    }

    #texture-1,
    #texture-2,
    #contact-image {
      height:250px;
    }

    .col-4 { 
      width:100%;
    }

    .project-block {
      padding:25px;
      min-height:0;
    }

    .project-block p {
      font-size:12px;
    }
}













































