header section {
	padding: 30px;
	color: white;
}
header{
	padding-bottom: 0px;
	position: relative;
	margin-bottom: 0px;
}
header section h1{
	margin-bottom: 20px;
	font-size: 30px;
	margin-top: 75px;
}
header section p{
	font-size: 24px;
}
section h1{
	margin-bottom: 25px;
	font-weight: bold;
	font-size: 30px;
}
.continue{
display: block;
text-align: center;
position: fixed;
bottom: 5px;
text-decoration: none;
padding: 10px;
font-weight: bold;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
text-transform: uppercase;
background: black;
color: white;

}

.products{
	text-align: center;
	padding:10px;
	padding-top: 20px;
	background: hsl(0,0%,97%);
}
.products h1{
	margin-bottom: 25px;
}
.products div{
	display: inline-block;
	width: 100%;
	text-align: left;
	margin:auto;
	margin-bottom: 30px;
	background: hsl(0,0%,98%);
	vertical-align:top;
	border-radius: 5px;
	box-shadow: 2px 2px 2px hsl(0,0%,93%);
}

.products div img{
	width: 100%;
}

.products div b, .products div a{
	display: block;
	margin-bottom:10px;
	margin-left: 4px;
}
.products b{
	margin-top: 10px;
	font-size: 19px;
}
.products div a{
color: black;
text-decoration: none;
padding: 6px;
font-weight: bold;
text-decoration: underline;
margin: auto;
margin-bottom: 6px;
font-size: 15px;
	}

	.details{
		text-align: center;
		padding: 20px;
   	}
	.details div{
		text-align: left;
		vertical-align: top;
		margin-bottom: 20px;
		display: none;
		min-height: 250px;
	}
	.details div.active{
	display:block;
}
	.details h1{
		margin-bottom: 10px;
		font-size: 25px;
	}
	.gallery h1{
		margin-top: 20px;
		text-align: center;
	}
	.gallery{
		padding: 10px;
		text-align: center;
	}
	.gallery a{
		width: 100%;
		vertical-align:top;
		display: inline-block;
	}
	.gallery a img{
		width: 100%;
		
	}
	.products div img{
	width: 100%;
		height:350px;
		object-fit:cover;
}
.gallery img{
	width: 100%;
		height:300px;
		object-fit:cover;
}
	.faq{
		text-align: center;
		padding:10px;
		padding-top: 20px;
		background: hsl(0,0%,95%);
	}
	.faq div{
		text-align: left;
		width: 100%;
		background: white;
		margin-bottom: 10px;
		padding: 20px;
		border-radius: 5px;
	}
	.faq h1{
		margin-bottom: 15px;
		text-align: center;
	}
	.faq h2{
		margin-bottom: 10px;
		font-size: 19px;
	}
	.testimonials{
		text-align: center;
		padding: 30px;
	}
	.testimonials a {
		text-align: left;
		color: black;
		text-decoration: none;
		cursor:default;
	}
	.testimonials b {
		display: inline-block;
		margin-bottom: 10px;
	}
	article section h1{
		text-align: left;
		margin-bottom: 10px;
	}
	#touch{
		min-height: 150px;
	}
/* Tablet section design*/


@media(min-width: 768px){
	.products div{
		width:350px;
	}

header section{
	text-align: center;
}
header section h1{
	margin-top: 150px;
}
}


@media(min-width: 1000px){

	header section h1{
		font-size: 40px;
	margin-top: 170px;
}
	header section{
     text-align: center;
     width: 50%;
     margin: auto;
	}
	header section  img{
    margin-top: 150px;
	}
		.products div{
		width: 350px;
	}
	.details{
		
		padding:50px;
	}
	.details div{
		width: 50%;
		margin: auto;
	}
	
	.gallery{
      width: 75%;
      margin: auto;
	}

	.products{
      width:80%;
      margin: auto;
	}
	
	
	.products div b, .products div a{
		margin-top: 10px;
	}
	.gallery a{
		width: 350px;
		vertical-align: top;
		display: inline-block;

	}
	.products h1{
		text-align: center;
		margin: 30px;
		margin-bottom: 22px;
		margin-top: 10px;
	}
	.faq{
		width:100%;
		margin: auto;
		padding: 20px;
	}
	.faq div{
		width: 1000px;
        margin: auto;
        margin-bottom: 10px;

	}
	.faq h1,.gallery h1, .testimonials h1{
		width: 1000px;
		margin: auto;
		margin-bottom: 15px;
		margin-top: 20px;
	}
	.gallery h1{
		width: 100%;
	}
	.details h1{
		font-size: 30px;
	}
	.products h1{
		margin-top: -10px!important;
	}
	.testimonials h1{
		margin-top: 5px;
		margin-bottom: 30px;
	}
}

@media(min-width: 1100px){
.faq h1,.gallery h1, .testimonials h1{
		width: 100%;
		margin: auto;
		margin-bottom: 15px;
		margin-top: 20px;
	}
	.faq div{
		width: 1060px;

	}

	.testimonials{
		width: 1100px;
		margin: auto;
	}

	}