html{
	font-size: 62.5%;
}

*{
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
}

body{
	background-color: #fff;
	font: 400 2rem "objektiv-mk1", sans-serif;
	color: #333;
}

/* main styles */

h1, h2, h3{
	font-size: 4.5rem;
	font-weight: 700;
	margin: 0 0 2rem 0;
	color: #262626;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	line-height: 1.2;
}

h2{
	font-size: 3rem;
	margin-bottom: 1.5rem;
}

h3{
	font-size: 2rem;
	margin-bottom: 1rem;
}

p{
	font-size: 2rem;
	line-height: 1.5;
	margin-bottom: 1rem;
}

p a{
	text-decoration: underline;
}

p a:hover{
	text-decoration: underline;
}

a{
	text-decoration: none;
	color: #333;
}

ul{
	margin: 0 0 2rem 2rem;
}

.site-btn{
	display: inline-block;
	background-color: #262626;
	color: #fff;	
	padding: 1.2rem 2rem;
	margin-top: 2rem;
	border-radius: 5px;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	font-size: 1.6rem;
}

.site-btn:hover{
	background-color: #1D1D1B;
	color: #EDC64B;
}

/* main layout */

.wrapper,
header,
section,
.hero,
footer{
	width: 100%;
	float: left;
	background-color: #fff;
}

section{
	padding: 10rem 2rem;
}

.container{
	width: 100%;
	max-width: 120rem;
	margin: 0 auto;
}

.hero{
	height: 50rem;
	background: url("../images/hts-home-hero.jpg") no-repeat center center;
	background-size: cover;
	text-align: center;
	display: flex;
	align-content: center;
	-webkit-align-content:center;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	color: #fff;
}

.hero h1{
	width: 100%;
	color: #fff;
	text-shadow: 1px 1px 1px #333;
}

.hero p{
	text-shadow: 1px 1px 1px #333;
}

.about-hero{
	background: url("../images/about-hero.jpg") no-repeat center center;
	background-size: cover;
}

.service-hero{
	background: url("../images/services-hero.jpg") no-repeat bottom center;
	background-size: cover;
}

.contact-hero{
	background: url("../images/contact-hero.jpg") no-repeat center center;
	background-size: cover;
}

.tarmac-hero{
	background: url("../images/tarmac-hero.jpg") no-repeat center center;
	background-size: cover;
}

.blockstone-hero{
	background: url(../images/blockstone-hero.jpg) no-repeat center center;
	background-size: cover;
}

.resin-hero{
	background: url(../images/resin-hero.jpg) no-repeat center center;
	background-size: cover;
}

.patios-hero{
	background: url(../images/patio-hero.jpg) no-repeat center center;
	background-size: cover;
}

.gravel-hero{
	background: url(../images/gravel-hero.jpg) no-repeat center center;
	background-size: cover;
}

.drop-kerb-hero{
	background: url("../images/kerbs-hero.jpg") no-repeat center center;
	background-size: cover;
}

.pothole-hero{
	background: url("../images/pothole-home.jpg") no-repeat center center;
	background-size: cover;
}

.left-col{
	width: 66%;
	float: left;
	margin: 0 2%;
}

.right-col{
	width: 26%;
	float: left;
	margin: 0 2%;
}

.single-col{
	width: 100%;
	float: left;
}

.two-col,
.three-col,
.four-col{
	width: 46%;
	float: left;
	margin: 0 2%;
}

.three-col{
	width: 29%;
}

.four-col{
	width: 21%;
}

.center{
	text-align: center;
}

/* header */

.mobile-link{
	display: none;
	float: left;
	padding: 1rem 0;
	margin: 2rem 0 0 0;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.2rem;
}

.mobile-link span{
	font-size: 1.9rem;
}

#mobile-menu{
	display: none;
	width: 100%;
	height: 100%;
	float: left;
	background-color: rgba(0,0,0,0.95);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000000000;
}

#mobile-links ul{
	float: left;
	z-index: 2;
	margin: 8rem 0 2rem 0;
}

#mobile-links ul li{
	width: 100%;
	float: left;
	margin-bottom: 1.5rem;
	padding-left: 5%;
	list-style: none;
}

#mobile-links ul li a{
	width: 100%;
	display: block;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
}

#mobile-links ul li a{
	background-color: none;
}

#mobile-links ul li a:hover{
	color: #EDC64B;
}

#mobile-links ul li ul{
	margin: 2rem 0 0 0;
}

.close-btn{
	float: right;
    font-size: 6rem;
    color: #fff;
    position: absolute;
    top: 0;
    right: 10px;
	text-decoration: none;
}

.mobile-phone{
	display: none;
}

.whatsapp{
	display: none;
	width: 2rem;
	height: 2rem;
	position: absolute;
	top: 3.3rem;
	right: 7rem;
}

#mobile-links p{
	width: 100%;
	float: left;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	padding-left: 2rem;
	margin-bottom: 4rem;
	text-transform: uppercase;
}

#mobile-links p a{
	color: #fff;
	text-decoration: none;
}

.menu-social-links{
	width: 100%;
	float: left;
	padding-left: 2rem;
}

.menu-social-links img{
	width: 4rem;
	margin-right: 1rem;
}

header{
	height: 14rem;
	padding: 0 2rem;
	background-color: #262626;
	position: relative;
	color: #fff;
}

.site-logo{
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 2rem;
	margin-left: -6rem
}

.site-logo img{
	width: 12rem;
	display: inline-block;
	margin: 0;
}

nav{
	display: inline-block;
}

nav ul{
	margin: 5rem 0 0 2rem;
}

nav ul li{
	display: inline-block;
	list-style: none;
	font-size: 1.6rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 2rem;
	position: relative;
}

nav ul li a{
	padding: 0;
	border-radius: 0.5rem;
	text-decoration: none;
	color: #fff;
	letter-spacing: 0.2rem;
}

nav ul li a:hover{
	text-decoration: underline;
}

nav ul li ul{
	position: absolute;
	top: -2.8rem;
	left: -2rem;
	display: none;
	width: 40rem;
	background: #fff;
	padding: 2rem 2rem 1rem 2rem;
	border-radius: 1rem;
}

nav ul li ul li{
	width: 100%;
	margin-bottom: 1rem;
}

nav ul li ul li a{
	color: #262626;
}

nav ul li:hover ul{
	display: block
}

.nav-btn{
	display: inline-block;
	float: right;
	background-color: #EDC64B;
	color: #1D1D1B;
	font-size: 2rem;
	font-weight: 700;
	padding: 1rem 1.5rem;
	margin-top: 3.5rem;
	border-radius: 0.5rem;
	text-transform: uppercase;
}

.nav-btn:hover{
	background-color: #1D1D1B;
	color: #EDC64B;
}

.phone-numbers{
	display: inline-block;
    float: right;
    margin: 5rem 0 0 0;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2rem;
    text-transform: uppercase;
    text-align: right;
	color: #fff;
	letter-spacing: 0.1rem;
}

.phone-numbers a{
	color: #fff;
	text-decoration: none;
}

/* footer */

footer{
	background-color: #1D1D1B;
	padding: 16rem 2rem 5rem 2rem;
	color: #fff;
	text-align: center;
	position: relative;
}

.footer-logo{
	width: 12rem;
	position: absolute;
	top: 4rem;
	left: 50%;
	margin-left: -6rem; 
}

.footer-col{
	width: 21%;
	float: left;
	margin: 0 2%;
}

.footer-col h4{
	text-transform: uppercase;
	margin-bottom: 2rem;
}

footer ul{
	margin: 0 0 2rem 0;
}

footer ul li{
	display: inline-block;
	list-style: none;
	margin: 0.5rem;
}

footer ul li a{
	padding: 0.5rem 1rem;
	font-size: 1.8rem;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0.2rem;
	border-radius: 0.5rem;
}

footer ul li a:hover{
	text-decoration: underline;
}

footer p a{
	color: #fff;
	text-decoration: none;
}

footer p a:hover{
	text-decoration: underline;
}

footer p{
	font-size: 1.6rem;
	margin-bottom: 0;
}

.social-footer{
	margin-bottom: 2rem;
}

.social-footer img{
	width: 4rem;
	margin: 0 0.5rem;
}

.cta{
	padding: 2rem;
	background-color: #262626;
	color: #fff;
	text-align: center;
}

.cta p{
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 0;
}

.cta p a{
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}

/* about */

.about-intro h2{
	padding-left: 2%;
}

.about-left-col p:first-child{
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 3.6rem;
}

.about-left-col img{
	max-width: 100%;
	margin: 2rem 1rem 0 0;
}

.about-right-col ul li{
	margin-bottom: 0.5rem;
}

/* services */

.services-intro{
	text-align: center;
	padding-bottom: 0;
}

.services-intro p{
	font-size: 2.2rem;
}

.services-intro .container{
	padding-left: 10rem;
	padding-right: 10rem;
}

/* contact */

form{
	width: 100%;
	padding: 3rem;
	background-color: #f7f7f7;
	border-radius: 0.3rem;
}

#contact-form h3{
	font-size: 2.3rem;
	margin: 0 0 3rem 0;
}

label{
	width: 100%;
	float: left;
	margin-bottom: 0.5rem;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea{
	width: 100%;
	float: left;
	padding: 1rem;
	margin-bottom: 2rem;
	border: 1px solid #eee;
	font: 400 2rem "objektiv-mk1", sans-serif;
}

textarea{
	height: 150px;
}

input[type="submit"]{
	display: inline-block;
	background-color: #262626;
	color: #fff;
	padding: 1rem 2rem;
	margin: 0;
	font: 700 2rem "objektiv-mk1", sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 5px;
}

input[type="submit"]:hover{
	background-color: #1D1D1B;
	color: #fff;
}

#success-div{
	display: none;
	width: 100%;
	float: left;
	padding: 5%;
	margin-bottom: 2rem;
	background-color: #ffc422;
	color: #000;
}

.contact-col h3{
	font-size: 2.3rem;
	margin: 3rem 0 0.5rem 0;
}

.contact-col img{
	width: 3.5rem;
	margin-top: 1rem;
}

.service-row img,
.service-row-alt img{
	width: 30%;
}

.tarmac-row,
.service-row-alt{
	background-color: #F6F6F6;
}

.tarmac-row .single-col{
	padding: 0 14rem 5rem 14rem;
	text-align: center;
}

.tarmac-row .two-col{
	text-align: center;
}

.tarmac-row .two-col h3{
	font-size: 2.6rem;
	margin-bottom: 2rem;
}

/*.service-row .two-col:first-child,
.service-row-alt .two-col:last-child{
	width: 60%;
}

.service-row .two-col:last-child,
.service-row-alt .two-col:first-child{
	width: 32%;
}*/

.home-intro{
	text-align: center;
	padding: 0 12rem;
}

.home-service-wrapper{
	width: 100%;
	float: left;
	margin: 0 0 2rem 0;
	display: table;
	text-align: center;
}

.home-service{
	display: flex;
	width: 23%;
	min-height: 25rem;
	float: left;
	padding: 2rem;
	margin: 1%;
	box-sizing: border-box;
	background: url("../images/tarmac-home.jpg") center center;
	background-size: cover;
	position: relative;
	justify-content: center;
	font-size: 3rem;
	line-height: 3rem;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-weight: 700;
	align-items: center;
	text-shadow: 1px 1px 1px #000;
	border-radius: 0.5rem;
}

.home-service::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.05);
}

.home-service:hover::before{
	background-color: rgba(26,26,26,0.75);
}

.home-service h3{
	color: #fff;
	font-size: 2.2rem;
	line-height: 1.3;
	font-weight: 700;
	align-items: center;
	text-shadow: 1px 1px 1px #000;
	z-index: 2;
	margin-bottom: 0;
}

.home-tarmac{
	background: url("../images/tarmac/commercial/tarmac-commercial5.jpg");
	background-size: cover;
}

.home-resin{
	background: url("../images/resin/resin-driveway7-small.jpg");
	background-size: cover;
}

.home-gravel{
	background: url("../images/gravel/gravel4-small.jpg");
	background-size: cover;
}

.home-patio{
	background: url("../images/patio-home.jpg");
	background-size: cover;
}

.home-blockstone{
	background: url("../images/blockstone/blockstone3-small.jpg");
	background-size: cover;
}

.home-pothole{
	background: url("../images/pothole-home.jpg");
	background-size: cover;
}

.home-kerbs{
	background: url("../images/kerbs/kerbs10-small.jpg");
	background-size: cover;
}

.service-video{
	width: 30rem;
}

.privacy h2{
	margin-top: 3rem;
}

.privacy h3{
	font-size: 2.5rem;
	margin-top: 3rem;
}

.services-content{
	text-align: center;
	padding-top: 4rem;
}

.services-content img{
	width: 32%;
	max-width: 100%;
	margin: 0.5%;
	border-radius: 0.5rem;
}

.banner{
	width:100%;
	margin: 0 0 8rem 0;
	padding: 2rem 0 16rem 0;
	position: relative;
	left: 0;
}

.banner ul{
	width:100%;
	padding:0 0 4rem 0;
	margin:0 auto 6rem auto;
	overflow:hidden;
}

.banner ul li{
	width:100%;
	float:left;
	padding-bottom: 4rem;
	list-style:none;
	text-align: center;
}

ol.dots{
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -9.6rem;
}

ol.dots li{
	width: 20px;
	height: 20px;
	float: left;
	margin: 0 6px;
	background-color: #f6f6f6;
	border-radius: 50%;
	color:#f6f6f6;
	list-style: none;
	overflow: hidden;
}

ol.dots li:hover,
ol.dots li:active{
	background-color: #262626;
	color: #262626;
	cursor: pointer;
}

ol.dots li.active{
	background-color: #262626;
	color: #262626;
}

.feedback .container{
	max-width: 80rem;
}

@media all and (max-width:960px){

header{
	height: 9rem;
}
	
.site-logo{
	top: 1.5rem;
	margin-left: -3.5rem;
}
	
.site-logo img{
	width: 7rem;
}

nav,
.nav-btn{
	display: none;
}

.mobile-link{
	display: block;
}

#mobile-sub-services-menu{
	display: none;
	width: 100%;
}

.mobile-sub-services-menu{
	background: url("../images/mobile-arrow-down.svg") no-repeat 95% 0.6rem;
	background-size: auto;
	background-size: 1.1rem 1.1rem;
}

.nav-arrow-up{
	background: url("../images/mobile-arrow-up.svg") no-repeat 95% 0.6rem;
	background-size: auto;
	background-size: 1.1rem 1.1rem;
}

.phone-numbers{
	display: none;
}

.mobile-phone{
	display: inline-block;
	position: absolute;
	top: 2.8rem;
	right: 2rem;
}

.mobile-phone img{
	width: 2rem;
}

.tarmac-row .single-col{
	padding: 0 0 5rem 0;
	text-align: center;
}
	
.home-intro{
	padding: 0;
}
	
.home-service{
	width: 48%;
}

}

@media all and (max-width:768px){

.left-col,
.right-col,
.three-col{
	width: 96%;
	margin-bottom: 2rem;
}

.footer-col,
.four-col{
	width: 46%;
	margin-bottom: 2rem;
}

.two-col,
.four-col,
.footer-col{
	width: 96%;
	margin-bottom: 2rem;
}

.hero{
	height: 35rem;
}
	
.home-hero h1{
	font-size: 4rem;
}
	
.services-intro,
.tarmac-row .single-col{
	text-align: left;
}

.tarmac-row .single-col{
	padding-bottom: 0;
}

.tarmac-row .two-col{
	width: 100%;
	margin: 2rem 0 0 0;
	text-align: left;
}
	
.home-service{
	width: 100%;
}

.home-service{
	min-height: 30rem;
}

.services-intro .container{
	padding-left: 4rem;
	padding-right: 4rem;
}

.services-content img{
	width: 48%;
}

}

@media all and (max-width:480px){
	
section{
	padding: 3rem 2rem;
}

p,
ul li{
	font-size: 1.6rem;
}

.site-btn{
	font-size: 1.6rem;
}

.mobile-phone{
	top: 3.2rem;
}

.whatsapp{
	display: block;
}
	
.hero{
	height: 25rem;
}

h1{
	font-size: 2.8rem;
	margin-top: 2rem;
}
	
.home-hero h1{
	font-size: 2.8rem;
}

h2{
	font-size: 2.2rem;
}
	
.cta p{
	font-size: 1.6rem;
	line-height: 1.6;
}

footer ul li{
	width: 100%;
	margin: 0.5rem 0.5rem;
}
	
.about-left-col p:first-child{
	font-size: 1.8rem;
	line-height: 2.6rem;
}
	
label,
input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
input[type="submit"]{
	font-size: 1.6rem;
}
	
.services-intro p{
	text-align: left;
	font-size: 1.6rem;
}

.service-row img,
.service-row-alt img{
	width: 49%;
}

#success-div{
	font-size: 1.6rem;
}

.services-intro .container{
	padding-left: 0;
	padding-right: 0;
}

.services-content img{
	width: 100%;
	margin-bottom: 1%;
}
	
}