* {
	box-sizing: border-box; 
}

body {
	background-color: lightsteelblue;
	padding: 0; 
	margin: 75px 400px 75px 400px; 
	font-size: 2vh;
	font-family: arial;
	letter-spacing: 1px;
}

@media only screen and (max-width: 1919px) {
body {
	width: 100%; 
	margin: 0;
  }
}

@media only screen and (max-width: 960px) {
body {
	font-size: 3vh;
  }
}


h1, h2, h3, h4, h5, h6 {
	margin: 0; 
	padding: 0; 
}
	
header {
	background-color: darkorange; 
	height: 125px;  
	color: white;
	font-family: 'Oswald', sans-serif;  
}

header svg {
	float: left;
	height: 100px; 
	width: 125px; 
	margin: 10px 40px 10px 10px;
	border-right: solid 1pt orange;
}

@media only screen and (max-width: 768px) {
header svg {
	float: none;  
	margin: 10px 0 0 35%; 
	border: none; 
  }
}

header h1 {
	padding: 15px 0 0 0; 
	font-size: 5.5vh; 
	letter-spacing: 2px;
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
header h1 {
	display: none;  
  }
}

nav ul {
      	list-style: none;
      	background-color: chocolate;
      	text-align: center;
      	margin: 0;
	    padding: 0;
	    width: 100%;
      	height: 75px;
}

nav li { 
      	float: left; 
      	width: 150px;
	    height: 100%;
}

nav a {
      	display: block;  
      	text-decoration: none;
	    height: 100%;
	    padding: 10px;
      	color: white;
}

nav a:hover {
	background-color: orange; 
}

@media only screen and (max-width: 960px) {
nav a {
	font-size: 2.5vh; 
  }
}

.call {
	float: right; 
	background-color: orangered; 
	color: white; 
	height: 100%; 
	width: 25%; 
}


#slideshow {
  	overflow: hidden;
	background-color: black;
  	height: 400px;
  	width: 100%;
  	margin: 0 auto;
}

.slide-wrapper {
  	width: 3309px;
  	-webkit-animation: slide 18s ease infinite;
}

.slide {
  	float: left;
  	height: 400px;
  	width: 1103px;
}


@-webkit-keyframes slide {
  	20% {margin-left: 0px;}
  	30% {margin-left: -1103px;}
  	50% {margin-left: -1103px;}
  	60% {margin-left: -2206px;}
  	70% {margin-left: -2206px;}
}

.wrapper {
	background-color: white; 
	height: auto; 
	overflow: auto;
	width: 100%;
	padding: 0;
	overflow: auto;
}

.service {
	float: left;  
	padding: 0; 
	overflow: auto; 
	font-family: arial;
	font-size: 1.5vh;
	width: 33.333%; 
	height: 250px;
	border-right: 1pt solid lightgrey;
}

@media only screen and (max-width: 768px) {
.service {
	float: none;  
	width: 100%; 
	height: auto; 
	overflow: auto; 
	margin: 0; 	
  }
}


.service ul {
	list-style-type: none;
	padding-left: 1.2em;
	columns: 2; 
	column-gap: 0;
	font-size: 1.75vh;
}

@media only screen and (max-width: 768px) {
.service ul {
	font-size: 2.5vh; 	
  }
}



.section-header {
	clear:  left; 
	background-color: DarkOrange;
	height: 50px; 
	width: 100%;
	margin: 0;
	padding: 8px; 
	font-family: arial; 
	text-decoration: none; 
	text-align: center;
	color: white; 
	font-size: 2vh;
}

.main { 
	clear: left; 
	background-color: white;  
	padding: 0; 
	height: auto; 
	overflow: auto;
}

.testimonial { 
	width: 100%; 
	height: auto; 
	overflow: auto;
	margin: 0; 
	padding: 0; 
}

.review { 
	margin: 20px; 
	padding: 10px; 
	height: auto; 
	overflow: auto; 
	width: 97%; 
	font-family: arial; 
	border: solid .1pt lightgrey;
	box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.review h6 {
	color: darkgrey; 
}

.review-text {
	font-size: 1.5vh;   
}	

.checked {
	color: orange; 
}

footer { 
	clear: left;  
	height: 250px; 
	margin: 0; 
	padding: 0; 
	background-color: DarkOrange; 
	font-family: arial; 
	color: white; 
}

@media only screen and (max-width: 768px) {
footer {
	height: auto;   
  }
}

.products { 
	float: left; 
	margin: 25px 0 25px 0;
	padding: 0;
	height: 200px; 
	width: 49%; 
	border-right: 1pt solid white;  
	text-align: center;
}

@media only screen and (max-width: 768px) {
.products {
	float: none; 
	width: 100%;  
	height: auto; 
	margin: 0; 
	overflow: auto; 
	border-right: none; 
	border-bottom: 1pt solid white;
  }
}

.products ul {
	list-style-type: none; 
	columns: 3; 
	column-gap: 5px; 
}

	
.products li a {
	text-decoration: none; 
	font-size: 1.5vh; 
	color: white; 
}

@media only screen and (max-width: 768px) {
.products li a {
	font-size: 2.5vh; 
  }
}

.products li a:hover {
	background-color: grey; 
}
	
.about {
	float: left; 
	margin: 25px 0 25px 0; 
	padding: 0;
	height: 200px; 
	width: 50%; 
	font-size: 1.75vh; 
	text-align: center; 
}

@media only screen and (max-width: 768px) {
.about {
	float: none; 
	width: 100%;  
	height: auto; 
	margin: 0; 
	overflow: auto; 
	border-right: none; 
	border-bottom: 1pt solid white;
  }
}

.about a {
	color: white; 
}

footer .fa {
	font-size: 3vh; 
	margin: 10px; 
}

@media only screen and (max-width: 768px) {
footer .fa {
	font-size: 5vh; 
  }
}

footer .fa:hover {
	color: lightgrey;
}