body, html {
  margin:0;
  height: 100%;
  line-height: normal;
}
li {
list-style:none;
}
#topbar{
	padding: 10px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	position: fixed;
	width: 100%;
	z-index: 3;
	background: rgba(255,255,255,0.8);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#topbar.smaller{
	background: rgba(255,255,255,0.95);
}

#topbar.smaller #logo{
	width: 140px;
}

#topbar.smaller #numbers{
	padding-bottom: 28px;
	font-size: 18px;
}

#logo{
	display: inline-block;
	vertical-align: middle;
	width: 170px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#navbar{
	display: inline-block;
	font-family: 'Lato', sans-serif;
	text-align: center;
	font-size: 18px;
	float: right;
}
#navbar a{
	text-decoration:none;
	cursor: pointer;
}

#contactli{
	padding-right: 0;
}

.mobilemenu a{
	text-decoration:none;
	cursor: pointer;
	display: inline-block;
	width: 100%;
}

.line{
	float: left;
	padding-left: 12px;
	padding-right: 12px;
	position: relative;
}

#subul{
	padding: 0;
	position: absolute;
	top: 22px;
	left: -30px;
	width: 228px;
	padding-top: 13px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	visibility: hidden;
	opacity: 0;
/*	filter:alpha(opacity=0);*/
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

@media screen and (max-width: 1100px){
	#navbar{
		font-size: 17px;
	}
	.line{
		padding-left: 10px;
		padding-right: 10px;
	}
	#subul{
		padding-top: 12px;
	}
}

@media screen and (max-width: 1030px){
	#navbar{
		font-size: 16px;
	}
	#subul{
		padding-top: 10px;
		left: -24px !important;
	}
}

@media screen and (max-width: 990px){
	.line{
		padding-left: 8px;
		padding-right: 8px;
	}
	#subul{
		left: -28px !important;
	}
}

@media screen and (max-width: 960px){
	#navbar{
		font-size: 15px;
	}
	#subul{
		padding-top: 9px;
		left: -33px !important;
	}
}
@media screen and (max-width: 921px){
	.line{
		padding-left: 6px;
		padding-right: 6px;
	}
	#subul{
		padding-top: 9px;
		left: -36px !important;
	}
}
@media screen and (max-width: 891px){
	#navbar{
		font-size: 14px;
	}
}

.shadow{
	color: black;
	text-decoration: none;
}

.shadow:hover{
	color: gray;
}

.shadow:active{
	color: gray;
}

@media screen and (max-width: 1080px){
	#subul{
		left: -20px;
		width: 200px;
	}
}

#bottom{
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

#subul.smaller{
	padding-top: 10px;
}

#dropdown{
	cursor: pointer;
}

#dropdown:hover #subul{
	visibility: visible;
	opacity: 1;
/*	filter:alpha(opacity=100);*/
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.subdrop{
	background: rgba(255,255,255,0.8);
	display: block; 
	color: black;
	padding-top: 6px;
	padding-bottom: 6px;
}

#resttopbar .subdrop{

}

#subul.smaller .subdrop, #resttopbar .subdrop{
	background: rgba(255,255,255,0.95);
}

.list{
	list-style-type: none;
	padding: 0; 
	margin: 0;
	float: right;
}

#menuicon{
	font-size: 35px;
	display: none;
}

#menux{
	font-size: 28px;
	display: none;
	padding-right: 5px;
}

.oi{
	float: right;
}
.mm1 li a .oi{
	margin-right: 12px;
}


#menudiv{
	display: inline-block;
	float: right;
	cursor: pointer;
}

#menutext{
	font-size: 14px;
	display: none;
} 

#numbers{
	float: right;
	font-size: 20px;
	padding-left: 12px;
	padding-bottom: 42px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mobilemenu{
	padding-left: 0;
	margin-bottom: 0;
	display: none;
	width: 50%;
	margin-bottom: 4px;
}

.mobilemenu.mm1{
	float: left;
}

.mobilemenu.mm2{
	float: right;
}

@media screen and (max-width: 500px){
	.mm1{
		width: 45%;
	}
	.mm2{
		width: 52%;
		float: none !important;
	}
}

.mobilemenu li{
	padding: 4px 0;
}

.mobilemenu li a{
	text-decoration: none;
}

@media screen and (min-width: 860px){
	.mobilemenu, #menux{
		display: none !important;
	}
}

@media screen and (max-width: 860px){
	/*#topbar #logo{
		width: 10px;
	}*/
	#navbar .list{
		display: none;
	}
	#menuicon, #menutext{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	#navbar #numbers{
		padding-bottom: 42px;
	}
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

#mainpicdiv{
	height: 100%;
	min-height: 300px;
	background: 	
		linear-gradient(
	      rgba(0, 0, 0, 0.1), 
	      rgba(0, 0, 0, 0.1)
	    ),
	    url(../images/gaf-roof-new.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 335px;

}

#gafroof{
	width: 100%;
	position: relative;
	top: -95px;
}

#maininner{


}

#proudly{
	font-style: italic;
	font-family: 'Lato', sans-serif;
	font-size: 32px;
	text-align: center;
}

#maintext{
	text-align: center;
	text-shadow: 2px 2px 8px black;
	color: white;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	position:absolute;
	width: 100%;
	margin-left: -50%;
    top:45%;
    left:50%;
    font-size: 50px;
    -webkit-transform:translateY(-45%);
    -moz-transform:translateY(-45%);
    -ms-transform:translateY(-45%);
    -o-transform:translateY(-45%);
    transform:translateY(-45%);
}

@media screen and (max-width: 975px){
	#maintext{
		font-size: 29px;
	}
}

#phone{
	color: #FEE736;
}

#homepage_phone:hover{
	color: #FEE736;
	text-decoration: none;
}

#frontblurb{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 85%;
}

.frontpic{
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
}

#frontpics{
	text-align: center;
}

#yelpfrontpic{
	width: 250px;
}

.roofersealpic{
	width: 200px !important;
	display: inline-block !important;
}

@media screen and (max-width: 600px){
	.roofersealpic{
		width: 180px !important;
	}
	#yelpfrontpic{
		width: 180px;
	}
}

@media screen and (max-width: 460px){
	.roofersealpic{
		width: 140px !important;
	}
	#yelpfrontpic{
		width: 140px;
	}
}

#frontyelp{
	text-align: center;
	margin-top: 10px;
}

.blurbtext{
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 23px;
	line-height: 40px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.none:visited{
	color: black;
}

.none{
	text-decoration: none;
	color: black;
}

#serviceslist{

}

.servicediv{
	display: inline-block;
	padding: 30px;
	padding-top: 0px;
	vertical-align: top;
}

.servpic{
	width: 100%;
	height: 100%;
}
 
.img{
	width: 350px;
    height: 300px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.imgtext{
	width: 350px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 18px;
	padding-left: 10px;
	text-align: left;
}
p{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 18px;
}
.imgtext li{
	padding-bottom: 5px;
	    list-style: none;
}

.apic{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-decoration: none;
	color: black;
	font-size: 35px;
}

@media screen and (max-width: 1283px){
	.img{
		width: 320px;
		height: 270px;
	}
	.imgtext{
		width: 320px;
	}
}

@media screen and (max-width: 1193px){
	.img{
		width: 300px;
		height: 250px;
	}
	.imgtext{
		width: 300px;
	}

	.apic{
		font-size: 30px;
	}
}

@media screen and (max-width: 1133px){
	.img{
		width: 280px;
		height: 230px;
	}
	.imgtext{
		width: 280px;
	}

	.apic{
		font-size: 25px;
	}
}

@media screen and (max-width: 952px){
	.img{
		width: 300px;
		height: 250px;
	}
	.imgtext{
		width: 300px;
	}

	.apic{
		font-size: 30px;
	}
}

@media screen and (max-width: 739px){
	.img{
		width: 250px;
		height: 200px;
	}
	.imgtext{
		width: 250px;
	}

	.apic{
		font-size: 28px;
	}
}

footer{
	width: 100%;
	background-color: black;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	    margin-top: 30px;
}

/*iframe{
	display: none;
}*/

iframe[name=google_conversion_frame] 
{
    display: none !important;
}

.g-recaptcha > div {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

#footerlogo{
	width: 140px;
	text-align: center;
	padding-bottom: 10px;
}

#copy{
	color: white;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin-top: 15px;
	font-size: 16px;
	margin-bottom: 16px;
}

#copy a{
	color: white;
	text-decoration: none;
}

#copy a:hover{
	text-decoration: underline;
}

#copy a:visited{
	color: white;
	text-decoration: none;
}

table{
	margin: 0 auto;
}

td{
	padding-left: 7px !important;
	padding-right: 7px !important;
	position: relative;
}


.facebookbw {
	display: inline-block;
	position: relative;
	width: 55px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all .5s;
}

.facebookbw:hover{
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all .5s;
}

.facebook {
	opacity: 1;
	position: absolute;
	width: 55px;
}

.twitterbw {
	display: inline-block;
	position: relative;
	width: 55px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all .5s;
}

.twitter {
	position: absolute;
	width: 55px;
}

.twitterbw:hover{
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all .5s;
}

.instabw {
	display: inline-block;
	position: relative;
	width: 55px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all .5s;
}

.insta{
	position: absolute;
	width: 55px;
}

.instabw:hover{
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all .5s;
}

.googlebw {
	display: inline-block;
	position: relative;
	width: 55px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all .5s;
}

.google{
	position: absolute;
	width: 55px;
}

.googlebw:hover{
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all .5s;
}

.yelpbw {
	display: inline-block;
	position: relative;
	width: 55px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all .5s;
}

.yelp{
	position: absolute;
	width: 55px;
}

.yelpbw:hover{
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all .5s;
}

#foottable td{
	cursor: pointer;
}

#badges {
    text-align: center;
    margin-bottom: 20px;
}

#badges div{
	display: inline-block;
	vertical-align: top;
}

#badges img, #badges a img{
	max-height: 56px;
	margin-top: 10px;
}

#badges a{
	margin-left: 6px;
	margin-right: 6px;
	text-decoration: none;
}

#angies{
	max-width: 100%;
	max-height: 100%;
}

#nrca{
	max-width: 100%;
	max-height: 100%;
}

.badge-logos{
	max-width: 80%;
	max-height: 80%;
}

#contactus{
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 28px;
	line-height: 40px;
	margin-top: 40px;
	margin-bottom: 10px;
}

#indicates{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin-bottom: 20px;
	margin-top: 10px;
	text-align: center;
}

.estimate{
	text-align: center;
	margin-bottom: 25px;
}

.error{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: red;
}

.inputs{
	width: 275px;
	height: 35px;
	padding-left: 10px; 
	padding-right: 10px; 
}

.contactdiv{
	margin-right: 5%;
	margin-left: 5%;
}

.contactdiv input, .contactdiv textarea{
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 10px;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

.message{
	width: 277px;
	padding-left: 10px;
	padding-right: 10px; 
	height: 96px;
	-webkit-appearance: textfield;
}

.contactdiv{
	display: inline-block;
	vertical-align: top;
}

.submit{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	background-color: white;
	border-style: solid;
	box-shadow: 0px 0px 1px 0px #969898;
	cursor: pointer;
	border-width: 1px;
	padding: 5px;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 22px;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

#submit:hover{
	background-color: #D8D9D9;
}

#submit:disabled{
	opacity: .5;
}

.submit-msg{
	text-align: center;
	color: #66CD00;
	font-size: 25px;
	margin-bottom: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
}

.error-msg{
	text-align: center;
	color: #FF0300;
	font-size: 25px;
	margin-bottom: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
}

#sidemsg{
	font-size: 15px;
}

#scroller{
	width: 80%;
	height: 400px;
	margin: 0 auto;
	position: relative;
}

#scroller ul>li { 
	padding: 0 10px; 
} 

.innerScrollArea{
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#scroller ul{
	padding: 0;
	margin: 0;
	position: relative;
}

#scroller li{
	padding: 0;
	margin: 0;
	position: absolute;
	list-style-type: none;
}

.innerScrollArea img{
	height: 300px;
}

#thumbstitle{
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 28px;
	line-height: 40px;
	margin-top: 20px;
	margin-bottom: 30px;
}

#thumbsmile{
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 30px;
}

/*------SIDING PAGE------*/
#resttopbar{
	padding: 10px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	position: fixed;
	width: 100%;
	z-index: 3;
	background: rgba(255,255,255,0.8);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	background: rgba(255,255,255,0.95);
}

#resttopbar #logo{
	width: 140px;
}

#resttopbar #numbers{
	padding-bottom: 28px;
	font-size: 18px;
}

@media screen and (max-width: 860px){ 
	.allmobile{
		display: block;
		margin-top: 10px;
	}
	#resttopbar #numbers{
		padding-bottom: 0px;
	}
	#topbar #numbers, #topbar.smaller #numbers{
		padding-bottom: 13px;
		font-size: 18px;
	}
	#topbar.smaller #numbers{
		padding-bottom: 0px;
	}
	#resttopbar #menudiv, #topbar #menudiv{
		padding-bottom: 8px;
	}
	#resttopbar #menutext, #topbar #menutext{
		font-size: 14px;
	}
	#resttopbar #menuicon, #topbar #menuicon{
		font-size: 35px;
	}
	#resttopbar, #topbar{
		padding-bottom: 0;
	}
}

@media screen and (max-width: 410px){
	 #topbar #numbers, #topbar.smaller #numbers{
		font-size: 16px;
	}
}

.mainpics{
	height: 50%;
	min-height: 400px;
}

#mainsidingpic{
	background: 	
		linear-gradient(
	      rgba(0, 0, 0, 0.1), 
	      rgba(0, 0, 0, 0.1)
	    ),
	    url(../images/siding_new.jpg) no-repeat;
	background-size: cover;
	background-position: 45% 30%;
}

#restmaintext{
	text-align: center;
	text-shadow: 2px 2px 8px black;
	color: white;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	position:absolute;
	width: 100%;
	margin-left: -50%;
    top:22%;
    left:50%;
    font-size: 50px;
    -webkit-transform:translateY(-22%);
    -moz-transform:translateY(-22%);
    -ms-transform:translateY(-22%);
    -o-transform:translateY(-22%);
    transform:translateY(-22%);
}

.innercontent{
	max-width: 1170px;
	width: auto;
	margin: auto;
}

.leftside{
	padding-left: 10px;
	float: left;
	width: 70%;
}

.leftside a{
	text-decoration: none;
	font-weight: 500;
}

.leftside a:visited{
	color: blue;
}

.leftside a:hover{
	text-decoration: underline;
}

#roofpics{
	text-align: center;
}

#rooflogos{
	text-align: center;
	margin-top: 18px;
}

.masterelitegaf{
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
	padding-left: 10px;
}

.nrcalogo{
	width: 15%;
	padding-right: 10px;
	display: inline-block;
}

.roofingheadpics{
	width: 30%;
	display: inline-block;	
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
	padding-left: 10px;
	padding-right: 10px;
}

#nrca_roofing{
	width: 15%;
}

.descript{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	line-height: 32px;
	font-size: 20px;
	margin-top: 18px;
}

.rightside{
	float: right;
	margin-right: 30px;
}

#righttitle{
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	text-align: center;
	font-weight: 400;
	margin-top: 18px;
}

#indicates_side{
	text-align: center;
	font-size: 14px;
}

.col-sm-3{
	text-align: center;
}

.sideput{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
	width: 80%;
	height: 28px;
	margin-bottom: 8px;
	margin-top: 8px;
	padding-left: 10px; 
	padding-right: 10px; 
}

.sideform input, textarea{
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

.sidemessage{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 15px;
	width: 80%;
	height: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px; 
	-webkit-appearance: textfield;
}

.sidesub{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	background-color: white;
	border-style: solid;
	box-shadow: 0px 0px 1px 0px #969898;
	cursor: pointer;
	border-width: 1px;
	padding: 5px;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 14px;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.sideerror{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: red;
	font-size: 14px;
}

#sidebyside{
	overflow: auto;
	margin-bottom: 40px;
	margin-top: 20px;
}

/*------WINDOWS PAGE------*/

#mainwindowspic{
	background: 	
		linear-gradient(
	      rgba(0, 0, 0, 0.1), 
	      rgba(0, 0, 0, 0.1)
	    ),
	    url(../images/windows4.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 40%;
}

/*------GUTTERS PAGE------*/

#maingutterspic{
	background: 	
		linear-gradient(
	      rgba(0, 0, 0, 0.1), 
	      rgba(0, 0, 0, 0.1)
	    ),
	    url(../images/gutters2.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 40%;
}

/*------SOFFIT PAGE------*/

#mainsoffitpic{
	background: 	
		linear-gradient(
	      rgba(0, 0, 0, 0.1), 
	      rgba(0, 0, 0, 0.1)
	    ),
	    url(../images/soffit2.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 12%;
}

/*------AWNING PAGE------*/

#mainawningpic{
	background: 	
		linear-gradient(
	      rgba(0, 0, 0, 0.1), 
	      rgba(0, 0, 0, 0.1)
	    ),
	    url(../images/awning.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 5%;
}

/*------DOOR PAGE------*/

#maindoorpic{
	background: 	
		linear-gradient(
	      rgba(0, 0, 0, 0.1), 
	      rgba(0, 0, 0, 0.1)
	    ),
	    url(../images/doors2.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 60%;
}

/*------REMODELING PAGE------*/

#mainremodelingpic{
	background: 	
		linear-gradient(
	      rgba(0, 0, 0, 0.1), 
	      rgba(0, 0, 0, 0.1)
	    ),
	    url(../images/remodel.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 35%;
}

/*------TESTIMONIAL PAGE------*/

#maintestimonialpic{
	background: 	
		linear-gradient(
	      rgba(0, 0, 0, 0.1), 
	      rgba(0, 0, 0, 0.1)
	    ),
	    url(../images/testimonials2.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 35%;
}

#yelpdiv{
	text-align: center;
	margin-top: 10px;
}

#yelp{
	width: 250px;
/*	border: 1px solid #DBDBDB;*/
}

.allquotes{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin-top: 0;
	font-size: 18px;
	width: 75%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	line-height: 25px;
}

.nameleftside{
	text-align: right;
}

/*------ROOFING PAGE------*/

#mainroofingpic{
	background: 	
		linear-gradient(
	      rgba(0, 0, 0, 0.1), 
	      rgba(0, 0, 0, 0.1)
	    ),
	    url(../images/roofing2.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 55%;
}

/*------ABOUT PAGE------*/

#mainaboutpic{
	background: 	
		linear-gradient(
	      rgba(0, 0, 0, 0.1), 
	      rgba(0, 0, 0, 0.1)
	    ),
	    url(../images/about2.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 15%;
}

#blakepic{
	display: block;
	width: 42%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
}

#owner{
	text-align: center;
	font-family: 'Lato', sans-serif;
	margin-top: 5px;
	margin-bottom: 0;
}

#aboutdesc{
	float: left;
}

@media screen and (max-width: 767px){
	#aboutdesc{
		float: none;
	}
}

.leftblake{
	padding-left: 10px;
	float: left;
	width: 70%;
}

/*------CONTACT PAGE------*/

.contacttext{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}

#contacthead{
	font-style: italic;
	font-weight: bold;
	font-size: 32px;
	font-family: 'Lato', sans-serif;
	line-height: 30px;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 25px;
}

#contactnumbers{
	line-height: 60px;
	font-size: 22px;
	font-style: normal;
}

a.button {
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: buttonface;
    color: black;
    font-size: 24px;
    box-shadow: 0px 0px 1px 0px #969898;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    display: block;
    margin-bottom: 10px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}

a.button:hover{
	text-decoration: none;
	color: black;
	background-color: #D8D9D9;
}

a.button:visited{
	color: black;
}

@media (max-width: 768px) {
	#restmaintext {
		font-size: 25px;
		    top: 36%;
	}
	.mainpics {
    height: 30%;
}
.line {
    width: 50%;
    text-align: left;
}
#numbers {
    float: left;
    padding-left: 5px;
	}
}


























