html{
	font-size: 62.5%;
}

*{
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
}

body{
	font-size: 1.6rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #333;
}

/* main styles */

h1, h2, h3{
	font-size: 4rem;
	font-weight: 600;
	margin: 0 0 2rem 0;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.25rem;
	line-height: 1.2;
}

h2{
	font-size: 3rem;
	margin-bottom: 1.5rem;
}

h1 span,
h2 span{
	white-space: nowrap;
}

h3{
	font-size: 1.8rem;
	margin-bottom: 1rem;
}

p{
	font-size: 1.6rem;
	line-height: 2.8rem;
	margin-bottom: 2rem;
}

a{
	text-decoration: none;
	color: #333;
}

a:hover{
	text-decoration: underline;
}

/* main layout */

.wrapper,
header,
section,
.hero,
footer{
	width: 100%;
	float: left;
}

section{
	padding: 5rem 2rem;
}

.container{
	width: 100%;
	max-width: 120rem;
	margin: 0 auto;
}

.hero{
	height: 57.5rem;
	background: url("../images/217-hero-bg.jpg") no-repeat;
	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 */

header{
	height: 9rem;
	padding: 2rem 2rem 0 2rem;
	position: relative;
}

.mobile-tel{
	display: none;
}

header .site-logo{
	height: 5rem;
	display: inline-block;
}

.site-logo{
	position: absolute;
	left: 50%;
	margin-left: -3.9rem;
}

.tel{
	display: inline-block;
	font-size: 2rem;
	margin-top: 1.2rem;
	font-weight: 600;
}

.social-icon{
	width: 3rem;
	float: right;
	margin: 1rem 0 0 1rem;
}

nav{
	float: right;
}

nav ul{
	float: right;
	margin: 3rem 0 0 0;
}

nav ul li{
	float: left;
	margin-left: 2rem;
	list-style: none;
}

nav ul li a{
	padding: 1rem 1.5rem;
	border-radius: 0.5rem;
	background-color: #fff;
	text-decoration: none;
}

nav ul li a:hover{
	background-color:#eee;
}

/* footer */

footer{
	padding: 5rem 2rem;
}

.footer-col{
	width: 21%;
	float: left;
	margin: 0 2%;
}

.footer-col h3{
	text-align: left;
	margin-bottom: 2rem;
}

.footer-col p{
	margin-bottom: 1rem;
	line-height: 2.5rem;
}

.footer-col img{
	float: left;
	margin: 0 1rem 0 0;
}

.social-col p{
	display: inline-block;
	width: 100%;
	margin-top: 2rem;
}

.products h2{
	text-align: left;
}

.products ul{
	width: 50%;
	float: left;
	margin-bottom: 2rem;
}

.products ul li{
	list-style: none;
	margin-bottom: 1rem;
}

.gallery{
	text-align: center;
}

.gallery img{
	width: 21.5%;
	margin: 1%;
}

.intro .two-col{
	margin-bottom: 0;
}

.shop{
	width: 100%;
	float: left;
	background-color: #000;
	color: #fff;
	text-align: center;
}

.shop h2{
	color: #fff;
	margin-bottom: 2rem;
}

.site-btn{
	display: inline-block;
	background-color: #000;
	color: #fff;
	padding: 10px 20px;
	font-weight: 600;
	text-transform: uppercase;
	border: 1px solid #fff;
}

.site-btn:hover{
	background-color: #fff;
	color: #000;
	text-decoration: none;
}

@media all and (max-width:960px){

}

@media all and (max-width:768px){

.hero{
	height: 30rem;
}
	
nav{
	display: none;
}

.mobile-link{
	display: block;
}

.left-col,
.right-col,
.three-col{
	width: 96%;
	margin-bottom: 2rem;
}

.footer-col,
.four-col{
	width: 46%;
	margin-bottom: 2rem;
}

}

@media all and (max-width:480px){

.tel{
	display: none;
}

.mobile-tel{
	display: inline-block;
	float: right;
}
	
.mobile-tel img{
	width: 3rem;
	margin-top: 1rem;
	margin-left: 1.5rem;
}

.social-icon{
	margin-left: 1.5rem;
}

.site-logo{
	position: relative;
	left: 0;
	margin-left: 0;
}

section{
	padding: 3rem 2rem;
}

.intro .two-col{
	margin: 0;
}
	
.hero{
	height: 20rem;
}

h1{
	font-size: 3rem;
	text-align: left;
}

h2{
	font-size: 2.5rem;
	text-align: left;
}

.two-col,
.four-col,
.footer-col{
	width: 96%;
	margin-bottom: 2rem;
}

.gallery{
	text-align: left
}

.gallery img{
	width: 47%;
}

.shop h2{
	text-align: center;
}

}