@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'antoniobold';
    src: url('fonts/antonio-bold-webfont.woff2') format('woff2'),
         url('fonts/antonio-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

img {border:none;}
body {margin:0px; font-family: 'Montserrat', sans-serif; font-weight:300; font-size:12px; line-height:20px; color:#000;  }
#header {height:575px; width:100%; background-image:url(images/bg.jpg); background-size:cover; background-position:center center;}
.wrapper {width:90%; max-width:1024px; margin:auto; text-align:center;}
#logo { float:left; margin-top:25px; width:50%; max-width:264px;}
#phone {float:right; margin-top:45px; position:relative;}
#phone a {color:#FFF; font-size:13px;  font-weight:600; text-decoration:none;}
#phone a img {position:relative; top:2px;}
.clears {width:100%; clear:both; height:1px;}
.subhead {font-family: 'antoniobold';  font-size:33px; line-height:35px; color:#027f5f; text-transform:uppercase; text-align:center;  color:#027f5f; margin:67px auto 0px auto;}

.services {width:140px; height:150px; display:inline-block; text-transform:uppercase; font-weight:600; font-size:11px; line-height:12px; }

.friendly {text-align:left; margin:67px 0px; float:left; width:250px;}
.friendly-copy {float:right; width:56%;  text-align:left; margin:67px  0px;}

@media only screen and (max-width: 700px) {
	.friendly-copy {width:100%; clear:both; float:left; text-align:center; margin-top:35px}
	.friendly {width:100%; clear:both; float:left; text-align:center; margin-bottom:0px;}
}

.contact {color:#FFF; display:inline-block; text-align:left; margin:38px 20px 0px 20px;}
.contact img {float:left;}
.contact p {float:left; margin:0px; line-height:16px;}