html, body{
	padding: 0;
	margin: 0;
	
}
html{
	max-width: 1350px;
	background-color: #f2f2f2; 
	margin: auto;
}

h1,h2,h3,h4,h5,h6,i, li, a, span{
	font-family: 'Lato', sans-serif;
}
p{
	text-align: justify;
	font-size: 18px;
}
hr{
	width: 150px;
    background-color: #ffd100;
    border-color: #ffd100;
    color: #ffd100;
	border: 2px solid #ffd100;
	margin-bottom: 30px;
}
.tag_grey{
	color: lightgrey !important;
}
.tag_big {
	font-size: 24px !important;
	color: #fff;
}

.vhcenter{
	align-items: center;
    justify-content: center;
}
.row{
	margin: 0px !important;
}

.page_header{
	margin-top: 120px !important;
	width: 100%;
	height: 200px;
	
}
.page_header_overlay{
	background-color: rgba(0,0,0,0.5);
	display: flex;
	height: 100%;
	width: 100%;	
	align-items: center;
	justify-content: center;
}
.size_h2{
	font-size: 32px;
}

/************* NAVBAR ***************/
.overall_navbar{
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.navbar_top{
	background-color: #000;
	padding: 10px 10px 2px 10px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
/* .navbar_top a,span{
	font-weight: 300;
} */
.navbar{
	background-color: #000;
	padding: 0rem 1rem;
}

.logo_big{
	height: 100px;
}

.navbar-nav{
	padding: 0 10px;
}

.nav-item{
	margin: 0 10px;
}
.nav-link{
	font-size: 20px;
}

.active{
	border: 2px solid #ffd100;
}

.nav-item:hover{
	border-bottom: 2px solid #ffd100;
	margin-bottom: -2px;
}

@media (max-width: 576px) {
	.overall_navbar{
		position: relative;
	}
	.main_header{
		padding-top: 0px !important;
	}
	.page_header{
		margin-top: 0px !important;
	}
	.logo_big{
		height: 100px;
	}
	.navbar_top{
		padding: 10px 10px 10px 10px;
		justify-content: space-between;
	}
	.font_sm{
		font-size: 14px;
	}
}

/************** HEADER ********************/
.txt-hero{
	font-size: 60px;
	font-weight: 300;
	margin-bottom: 0px;
	line-height: 1.2;
}
.text_yellow{
	color: #ffd100 !important;
}
.main_header{
	height: 720px;
	/* background-image: url("../images/house.jpg"); */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
	padding-top: 120px;
}

.main_header_half{
	height: 600px;
	width: 50%;
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	/* left: 50%; */
	display: flex;
	z-index: 10;
}
#img_quote{
	position: absolute;
	right: 50px;
	bottom: 30px;
	width: 200px;
	z-index: 11;
}
#img_insurance{
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 150px;
	z-index: 11;
}

/************** WELCOME SECTION ********************/
.txt-section-heading{
	font-size: 34px;
	font-weight: 500;
}
.section-welcome{
	padding: 0 40px;
}
.thumbnail{
	/* box-shadow: 0px 0px 5px #000;; */
	margin: 10px;
}


/************** OUR SERVICES *********************/
.section-services{
	background: url("../images/house.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.services_overlay{
	background-color: rgba(0, 0, 0, 0.6);
	padding: 0 50px;
}
.section-services h2{
	color: #fff;
}
.img-check{
	width: 34px;
	height: 34px;
}
.listbox{
	background-color: rgba(255, 255, 255, 0.8);
	padding: 30px 60px;
	margin: 30px;
}
.checklist_txt{
	display: inline-flex;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 20px;
}
.flex_vcenter{
	display: flex;
	align-items: center;
}

/********************SECTION WHY US ******************/
.section_whyus{
	padding: 0 30px;
	background-color: #f2f2f2;
}
.imgframe{
	border: 10px solid #fff;
}

/*******************SECTION STATS *******************/
.section_stats{
	width: 100%;
	background-color: #f2f2f2;
}
.i_stats{
	color: orange;
}
.div_stats{
	padding: 40px 0px;
}
.counter_size{
	font-size: 40px;
}
.size_h4{
	font-size: 24px;
}

/******************* SECTION CALLOUT *************************/
.section_callout{
	height: 250px;
	width: 100%;
	background: url("../images/london.jpg");
	background-position: center;
	
}
.callout_overlay{
	background-color: rgba(0, 0, 0, 0.7);
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
}
.callout_div h2{
	color: #fff;
	font-size: 35px;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
	.txt-hero{
		font-size: 45px;
	
	}  
	.main_header_half{		
		width: 100%;
		height: 720px;		
	}
	#img_quote{		
		right: 20px;
		bottom: 20px;
		width: 160px;
	}
	#img_insurance{
		width: 120px;
	}
	.section-welcome{
		padding: 0 10px;
	}
	.listbox{
		padding: 10px 10px 10px 10px;
		margin: 10px;
	}
	.checklist_txt{
		font-size: 18px;
	
	}
	.services_overlay{
		padding: 0 10px;
	}
	.sm-outer-wrap{
		width: 100%;
	}
	.sm-toggler{
		position: absolute;
		right: 10px;
		top: 30px;
	}

	.callout_div h2{
		font-size: 25px;
	}
	.div_stats{
		padding: 20px 0px;
	}
	.tag_big {
		font-size: 20px !important;
		color: #fff;
	}
	.footer-right{
		padding-left: 20px;
		padding-right: 20px;
	}
}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 577px) and (max-width: 768px) {  
	.main_header_half{		
		width: 100%;		
	}
	.section-welcome{
		padding: 0 20px;
	}
	.services_overlay{
		padding: 0 15px;
	}
	.listbox{
		padding: 20px 30px;
		margin: 30px;
	}

	.logo_big{
		height: 100px;
	}
	.sm-outer-wrap{
		width: 100%;
	}
	.sm-toggler{
		position: absolute;
		right: 10px;
		top: 30px;
	}

	.callout_div h2{
		font-size: 28px;
	}
	.div_stats{
		padding: 20px 0px;
	}
}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 769px) and (max-width: 999px) { 
	.section-welcome{
		padding: 0 30px;
	}
	.nav-link{
		font-size: 18px;
	}
	.navbar-nav{
		padding: 0 0em;
	}
	
	.nav-item{
		padding: 0 0px;
	}

	.logo_big{
		height: 100px;
	}
	.sm-outer-wrap{
		width: 100%;
	}
	.sm-toggler{
		position: absolute;
		right: 10px;
		top: 30px;
	}

	.services_overlay{
		padding: 0 10px;
	}
	.listbox{
		padding: 20px 30px;
		margin: 20px;
	}

	.callout_div h2{
		font-size: 32px;
	}
	.div_stats{
		padding: 20px 0px;
	}
}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1000px) and (max-width: 1200px) {  
	.services_overlay{
		padding: 0 50px;
	}
	.listbox{
		padding: 30px 50px;
		margin: 30px;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1201px) {  

}




/*********************** SECTION: FOOTER ******************************/
.list_address{
	list-style: none;
	padding-left: 0;
}
.footer-distributed{
	background-color: #000;
	/* box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12); */
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	padding: 60px 20px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 25%;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	margin: 0;
}

.footer-distributed h3 span{
	color:  #5383d3;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 40%;
}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	text-align: center;
	line-height: 45px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	/* font-size: 17px;*/
	line-height:45px; 
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center ul{
	display: inline-block;
	color: #ffffff;
	vertical-align: top;
	margin:0;
}

.footer-distributed .footer-center ul li{
    font-size: 14px;
    font-weight: normal;
    line-height:2;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #5383d3;
	text-decoration: none;
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 30%;
}

.footer-right h5, .footer-right p{
	color: #fff;
}

.fa-facebook-square{
    color: #3b5998;
    /* background-color: #ffffff; */
 
}

footer{
    position: relative;
}
.sitemaker{
    position: absolute;
    bottom: 0;
    right: 0;

    /* border-radius: 5px; */
    padding: 15px 20px 0px 20px;
    font-size: 12px;
}

.sitemaker a{
    color: #ffd100;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		padding: 60px 0px;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}
	.footer-distributed .footer-right{
		padding-left: 20px;
		padding-right: 20px;
	}

}


/*********************** SECTION FOOTER ENDS ***********************************/




/*********************** PAGE CONTACT STARTS ***********************************/

label {
    color: #333;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

.contact_info{
    display: block;
    font-size: 20px;
    margin: 10px 0px;
    font-weight: bold;
    text-decoration: none;
}

.list_address{
    list-style: none;
    padding-left: 0;
}

.contact_body{
    padding: 50px 50px;
}
.contact_div_phone{
    padding: 20px 0px;
}
.contact_div_address{
    padding: 20px 0px;
}
.contact_div_hours{
    padding-top: 20px;
    padding-bottom: 40px;
}


.contact_header_img{
	background: url("../images/city.jpg") no-repeat;
    background-position: center;
    background-size: cover;
}

@media (max-width: 576px) {
	.contact_body{
		padding: 25px 5px;
	}
}

/*********************** PAGE CONTACT ENDS ***********************************/

/*********************** PAGE GALLERY STARTS ***********************************/

.gallery_header_img{
	background: url("../images/city.jpg") no-repeat;
    background-position: center;
    background-size: cover;
}
.galleryrow {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 40px 30px;
    
  }
  
  /* Create four equal columns that sits next to each other */
  .gallerycolumn {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
  }
  
  .gallerycolumn img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
  }
  
  /* Responsive layout - makes a two column-layout instead of four columns */
  @media screen and (max-width: 800px) {
    .gallerycolumn {
      -ms-flex: 50%;
      flex: 50%;
      max-width: 50%;
    }
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .gallerycolumn {
      -ms-flex: 100%;
      flex: 100%;
      max-width: 100%;
    }
  }

/*********************** PAGE GALLERY ENDS ***********************************/


/*********************** PAGE ABOUT STARTS ***********************************/
.about_header_img{
	background: url("../images/city.jpg") no-repeat;
    background-position: center;
    background-size: cover;
}
.service_img{
	height: 200px;
    
}

.about_img_newroof{
	background: url("../images/gallery/fullroof.jpeg") no-repeat;
	background-position: center;
    background-size: cover;	
}
.about_img_reroof{
	background: url("../images/gallery/reroof.jpeg") no-repeat;
	background-position: center;
    background-size: cover;	
}
.about_img_loftsteel{
	background: url("../images/gallery/steel.jpeg") no-repeat;
	background-position: center;
    background-size: cover;	
}
.about_img_flatroof{
	background: url("../images/gallery/flat-roof-1.jpeg") no-repeat;
	background-position: center;
    background-size: cover;	
}
.about_img_loftstructure{
	background: url("../images/gallery/loftstructure.jpeg") no-repeat;
	background-position: center;
    background-size: cover;	
}
.about_img_velux{
	background: url("../images/gallery/velux.jpeg") no-repeat;
	background-position: center;
    background-size: cover;	
}
.about_img_guttering{
	background: url("../images/gallery/guttering.jpeg") no-repeat;
	background-position: center;
    background-size: cover;	
}
.about_img_cutroofs{
	background: url("../images/gallery/cutroofs.jpeg") no-repeat;
	background-position: center;
    background-size: cover;	
}
.about_img_joinery{
	background: url("../images/gallery/joinery.jpeg") no-repeat;
	background-position: center;
    background-size: cover;	
}
.about_img_trusses{
	background: url("../images/gallery/trusses.jpeg") no-repeat;
	background-position: center;
    background-size: cover;	
}
.about_img_glassroof{
	background: url("../images/gallery/grp-fibre-glass.jpeg") no-repeat;
	background-position: center;
    background-size: cover;	
}
.about_img_leadwork{
	background: url("../images/gallery/leadwork.jpeg") no-repeat;
	background-position: center;
    background-size: cover;	
}

.about_img_overlay{
	background-color: rgba(0,0,0,0.4);
	display: flex;
	height: 100%;
	width: 100%;	
	align-items: center;
	justify-content: center;
}
.about_img_overlay  h4{
	color: #fff;
}
/*********************** PAGE ABOUT ENDS ***********************************/

/*********************** PAGE ROOFING STARTS ***********************************/
.roofing_header_img{
	background: url("../images/city.jpg") no-repeat;
    background-position: center;
    background-size: cover;
}
.div_float_img{
	max-width: 350px;
	width: 100%;
	height: auto;
	padding: 0 20px;
}
.div_each_roof_img{
	max-width: 200px;
	width: 100%;
	height: auto;
}
/*********************** PAGE ROOFING ENDS ***********************************/

/*********************** PAGE CARPENTRY STARTS ***********************************/
.carpentry_header_img{
	background: url("../images/city.jpg") no-repeat;
    background-position: center;
    background-size: cover;
}
/*********************** PAGE CARPENTRY ENDS ***********************************/


 