html{
	font-size: 62.5%;
}

*{
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
}

body{
	font: 400 1.6rem 'Merriweather', serif;
	color: #333;
	background: #eaeaea;
}

/* main styles */

h1, h2, h3, h4{
	font: 700 4.5rem 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	margin: 0 0 2rem 0;
	color: #000;
	letter-spacing: 0.1rem;
}

h2{
	font-size: 4rem;
	line-height: 4rem;
	margin-bottom: 1.5rem;
}

h3, h4{
	font-size: 2.4rem;
	margin: 1rem 0 0.5rem 0;
}

.heading-spacer{
	margin-top: 2rem;
}

p{
	font-size: 1.6rem;
	line-height: 2.6rem;
	margin-bottom: 1rem;
}

a{
	text-decoration: none;
	color: #c01718;
}

a:hover{
	text-decoration: underline;
}

ul li{
	list-style: none;
	text-align: left;
}

.stk-img{
	max-width: 100%;
}

.site-btn{
	background-color: #c01718;
	color: #fff;
	display: inline-block;
	padding: 1rem 1.5rem;
	border-radius: 5px;
	margin-top: 2rem;
	text-decoration: none;
	font: 700 1.6rem 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}

.site-btn:hover{
	text-decoration: none;
}

/* main layout */

.wrapper,
header,
section,
.hero,
footer{
	width: 100%;
	float: left;
}

section{
	padding: 5rem 2rem;
	background: #fff;
}

.container{
	width: 100%;
	max-width: 120rem;
	margin: 0 auto;
	position: relative;
}

.hero{
	height: 50rem;
	padding: 0 5%;
	background: url("../images/stk-hero.jpg") no-repeat center center;
	background-size: cover;
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-hero{
	padding: 0 10%;
}

.hero p{
	font-size: 2.6rem;
	line-height: 3.2rem;
	text-shadow: 1px 1px 1px #000;
}

.hero h1,
p.hero-title{
	font: 700 6rem/5rem 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

.page-hero h1{
	font: 700 5rem/4.5rem 'Roboto Condensed', sans-serif;
}

.chimney-hero{
	background-image: url("../images/chimney-hero.jpg")
}

.stoves-hero{
	background-image: url("../images/stoves-hero.jpg");
}

.about-hero{
	background-image: url("../images/about-hero.jpg");
}

.contact-hero{
	background-image: url("../images/contact-hero.jpg");
}

.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;
}

.instagram{
	padding: 5rem;
	background-color: #e2e2e2;
}

/* header */

.mobile-link{
	display: none;
	float: left;
	margin: 10px 0 0 0;
	text-decoration: none;
	color: #fff;
	font: 400 5rem 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
}

.mobile-call img{
	display: none;
	width: 30px;
	height: 30px;
	float: right;
	margin: 2.4rem 0.5rem 0 0;
}

.mobile-link:hover{
	background-color: #fff;
	color: #333;
}

#mobile-menu{
	display: none;
	width: 100%;
	height: 100%;
	float: left;
	background-color: rgba(0,0,0,0.85);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000000000;
}

#mobile-menu p{
	color: #fff;
	font-size: 2rem;
	margin: 0 0 0 5%;
}

#mobile-menu p a{
	color: #fff;
	text-decoration: none;
}

#mobile-links ul{
	width: 100%;
	float: left;
	z-index: 2;
	margin: 5rem 0 2rem 0;
}

#mobile-links ul li{
	width: 100%;
	float: left;
	margin-bottom: 15px;
	padding-left: 5%;
	list-style: none;
}

#mobile-links ul li a{
	color: #fff;
	font-size: 2rem;
	font-weight: 400;
	text-decoration: none;
}

#mobile-links ul li a{
	background-color: none;
}

.close-btn{
	float: right;
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
	text-decoration: none;
}

header{
	height: 8rem;
	padding: 0 1rem;
	position: absolute;
}

.site-logo{
	width: 130px;
	height: 140px;
	float: left;
	margin-left: 3rem;
	background: rgba(0,0,0,0.75);
}

.site-logo img{
	height: 100px;
	width: 82px;
	margin: 20px 0 0 24px;
}

nav{
	float: left;
}

nav ul{
	float: left;
	margin: 3rem 0 0 0;
}

nav ul li{
	float: left;
	margin-left: 2rem;
	list-style: none;
}

nav ul li a{
	padding: 1rem 1rem;
	border-radius: 0.5rem;
	font: 700 2.2rem 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	letter-spacing: 0.2rem;
	text-shadow: 1px 1px 1px #000;
}

nav ul li a:hover{
	text-decoration: underline;
}

.header-call{
	float: right;
	font: 700 2.2rem 'Roboto Condensed', sans-serif;
	color: #fff;
	position: absolute;
	right: 5rem;
	top: 3.3rem;
	text-shadow: 1px 1px 1px #000;
	text-transform: uppercase;
}

.header-call a{
	color: #fff;
	text-decoration: none;
}

/* footer */

footer{
	padding: 5rem 2rem;
	background-color: #000;
	color: #fff;
}

.footer-col{
	width: 21%;
	float: left;
	margin: 0 2%;
}

.footer-col h4{
	color: #fff;
}

.footer-col a{
	color: #fff;
	text-decoration: none;
}

.footer-col ul li{
	list-style: none;
	margin-bottom: 10px;
}

.footer-col ul li a{
	color: #fff;
	text-decoration: none;
}

.footer-col a:hover,
.footer-col ul li a:hover{
	text-decoration: underline;
}

.copyright{
	text-align: right;
}

.copyright img{
	height: 10rem;
	display: inline-block;
	margin-bottom: 2rem;
}

.social-col img{
	width: 35px;
	height: 35px;
	margin-right: 5px;
}

.intro{
	background-color: #333;
	color: #fff;
}

.intro h1,
.intro h2{
	color: #fff;
	line-height: 4rem;
}

.intro h1 span{
	font-size: 3rem;
}

.narrow{
	padding: 5rem 15rem;
}

.hp-row{
	width: 100%;
	float: left;
	display: flex;
	padding: 0;
	margin: 0;
}

.hp-col{
	display: flex;
	width: 50%;
	min-height: 45rem;
	padding: 5rem;
	vertical-align: middle;
	align-items: center;
}

.hp-col ul li{
	margin-bottom: 5px;
}

.hp-stoves{
	background: url("../images/homepage-stoves.jpg") no-repeat center center;
	background-size: cover;
}

.hp-chimneys{
	background: url("../images/homepage-chimneys.jpg") no-repeat center center;
	background-size: cover;
}

/* contact */

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 1.6rem 'Merriweather', serif;
}

textarea{
	height: 150px;
}

input[type="submit"]{
	display: inline-block;
	background: #c01718;
	color: #fff;
	padding: 1rem 1.5rem;
	margin: 1rem 0 0 0;
	text-decoration: none;
	border-radius: 5px;
	font: 700 1.8rem 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}

#success-div{
	display: none;
	width: 100%;
	float: left;
	color: #333;
}

.speech-marks{
	width: 100%;
    height: 17px;
    float: left;
    margin: 1rem 0 2rem 0;
    text-align: center;
    background: url(../images/speech-marks.png) center no-repeat
}

.banner{
	width:80%;
	height:175px;
	float:left;
	margin: 0 0 0 -40%;
	position: relative;
	left: 50%;
}

.banner ul{
	width:100%;
	height:175px;
	padding:0;
	margin:0;
	overflow:hidden;
}

.banner ul li{
	width:100%;
	height:175px;
	float:left;
	margin: 0;
	list-style:none;
	text-align:center;
}
.banner ul li p{
	font-size: 1.6rem;
}

ol.dots{
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -64px;
}

ol.dots li{
	width: 20px;
	height: 20px;
	float: left;
	margin: 0 6px;
	background-color: #333333;
	border-radius: 50%;
	color: #333333;
	list-style: none;
	overflow: hidden;
}

ol.dots li:hover,
ol.dots li:active{
	background-color: #c01718;
	color: #c01718;
	cursor: pointer;
}

ol.dots li.active{
	background-color: #c01718;
	color: #c01718;
}

ul.service-list,
.hp-col ul{
	width: 100%;
	float: left;
	margin: 20px 0 20px 20px;
}

.hp-col ul{
	width: initial;
	margin-bottom: 0;
}

ul.service-list li,
.hp-col ul li{
	width: 48%;
	float: left;
	margin-bottom: 10px;
	list-style: initial;
}

ul.stoves-list{
	margin: 10px 0 0 20px;
}

ul.stoves-list li,
.hp-col ul li{
	width: 100%;
	
}

.gallery-row{
	padding-top: 0;
}

.gallery{
	width: 100%;
	float: left;
}

.gallery img{
	width: 18%;
	float: left;
	margin: 1%;
}

.hp-cta{
	padding: 7rem 2rem;
	background: url("../images/cta-bg.jpg") no-repeat bottom center;
	background-size: cover;
	color: #fff;
}

.hp-cta p{
	font: 700 3rem 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	margin-bottom: 0;
}

.hp-cta p a{
	color: #fff;
	text-decoration: none;
}

.hp-chimney-intro{
	background-color: #e2e2e2;
}

.logos{
	width: 100%;
	float: left;
	margin-top: 1rem;
}

.logos img{
	max-width: 100%;
	max-height: 60px;
	margin: 10px 5px;
}

.stk-left{
	width: 36%;
}

.stk-right{
	width: 56%;
}

.recommends img{
	max-width: 100%;
	margin-top: 2rem;
}

.privacy h2{
	margin-top: 4rem;
}

.privacy ul{
	margin: 0 0 3rem 2rem;
}

.privacy ul li{
	list-style: initial;
	margin-bottom: 0.5rem;
	line-height: 2.6rem;
}

@media all and (max-width:960px){
	
	.header-call{
		display: none;
	}

	.site-logo{
		margin-left: 0;
	}
	
	nav ul li{
		margin-left: 1rem;
	}
	
	.stk-left,
	.stk-right{
		width: 46%;
	}

}

@media all and (max-width:768px){

header{
	position: relative;
	background-color: #000;
}

.site-logo{
	width: auto;
	height: 5rem;
	background: none;
	margin: 1rem 0 0 -30px;
	position: absolute;
	left: 50%;
}

.site-logo img{
	width: auto;
	height: 6rem;
	margin: 0;
}
	
nav{
	display: none;
}

.mobile-link,
.mobile-call img{
	display: block;
}
	
.hero{
	height: 25rem;
}
	
.page-hero{
	height: 17rem;
}

.two-col{
	width: 96%;
	margin-bottom: 2rem;
}

.hero p{
	font-size: 2rem;
	line-height: 2.6rem;
}

.hero h1,
p.hero-title{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 4rem;
	line-height: 4rem;
}

.narrow{
	padding: 3rem;
}

.left-col,
.right-col,
.three-col{
	width: 96%;
	margin-bottom: 2rem;
}

.footer-col,
.four-col{
	width: 46%;
	margin-bottom: 2rem;
}

.hp-chimneys{
	order: 2;
}

.hp-chimney-intro{
	order: 1;
}
	
footer{
	padding-bottom: 0;
}

.footer-col{
	width: 96%;
	text-align: center;
}
	
.footer-col ul li{
	text-align: center;
}
	
.hp-row{
	flex-wrap: wrap;
}

.hp-col{
	width: 100%;
	min-height: 35rem;
	padding: 3rem;
}
	
.gallery img{
	width: 31%;
}
	
.banner,
.banner ul,
.banner ul li{
	height: 250px;
}
	
.stk-left,
.stk-right{
	width: 96%;
	text-align: center;
}
	
.stk-right{
	margin-top: 5%;
}

ul.stoves-list li{
	width: 100%;
}

.recommend-row{
	width: 100%;
	float: left;
}

.instagram{
	padding: 5rem 2rem;
}

}

@media all and (max-width:480px){

.four-col,
.footer-col{
	width: 96%;
	margin-bottom: 2rem;
}
	
section{
	padding: 3rem 2rem;
}
	
.narrow{
	padding: 3rem 2rem;
}

.hero h1,
p.hero-title{
	font-size: 3rem;
	line-height: 3rem;
}
	
h2{
	font-size: 3rem;
	line-height: 3rem;
}
	
.intro h1,
.intro h2{
	font-size: 4rem;
	line-height: 3.5rem;
}
	
.intro h1 span{
	font-size: 2.8rem;
}

ul.service-list li{
	width: 100%;
}

.gallery img{
	width: 48%;
}
	
.banner{
	width: 100%;
	margin-left: -50%;
}

.banner,
.banner ul,
.banner ul li{
	height: 350px;
}
	
.logos img{
	max-height: 4rem;
	margin: 5px;
}

}