* { margin:0; padding:0; box-sizing:border-box; }
html {
	min-height: 100vh;
	height: 100vh;
	scroll-behavior: smooth;
}
body {
	height: 100vh;
}
#wrapper {
	width: 100%;
	height: 100vh;
	min-width: 1200px;
	display: flex;
	flex-wrap: wrap;
}
#topbar {
	width: 100%;
	height: 400px;
	position: relative;
	background-color: white;
	outline: 2px solid black;
	box-shadow: 0px 7px 8px #3a3b3a;
	z-index: 10;
}
#slideshow {
	position: relative;
	width: 100%;
	height: 400px;
}
#slideshow > .slideshow { 
	position: absolute;
	width: 100%;
	height: 400px;  
}
.slideshow > img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	object-position: center 30%;
	filter: saturate(2);
}
#dflinks {
	position: absolute;
	display: flex;
	flex-wrap: nowrap;
	top: 5px;
	right: 10px;
	font-size: 20px;
}
#dflinks > a {
	text-decoration: none;
	color: black;
}
.dflinks > a {
	text-decoration: none;
	color: black;
}
.dflinks {
	margin: 5px;
	background-color: black;
	padding: 5px;
	border: 2px solid #5eff5e;
	text-align: center;
	min-width: 130px;
	height: 100px;
	box-shadow: 5px 5px 5px #888888;    
    color: white;
    background-image: linear-gradient(75deg, black, #575555ed);
    border-radius: 5px;
	display: flex;
	flex-direction: column;
	transition: color 0.5s;
}
.dflinks:hover {
	color: #8f8f8f;
}
#calicon {
	width: 40px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
}
.dftext {
	margin-top: 10px;
}
#topbarlogo {
	width: 225px;
	height: 175px;
	position: absolute;
	background-image: url("Aveclogo.png");
	background-size: 100% 100%;
	top: 10%;
	left: 5%;
	background-color: rgba(255, 255, 255, 0.7);
	outline: 3px solid black;
	border: 2px solid white;
	box-shadow: 5px 5px 5px #888888;
}
.innerborder {
	width: 100%;
	height: 100%;
	border: 2px solid black;
}
#topnav {
	position: absolute;
	height: 70px;
	bottom: 10%;
	margin-top: -35px;
	right: 10%;
	display: flex;
	box-shadow: 4px 5px 10px black;
}
#topnav > a {
	text-decoration: none;
	transition: background-color 0.5s ease;
}
.navitem {
	background-image: url("NavBox.png");
	background-size: 100% 100%;
	background-color: rgba(0, 0, 0, 0);
	height: 70px;
	padding-left: 25px;
	padding-right: 50px;
	vertical-align: middle;
	line-height: 70px;
	color: white;
	margin-right: -15px;
	font-size: 25px;
	transition: color 0.5s;
}
.navitem:hover {
	color: #8f8f8f;
}
#contentarea {
	background: white;
	height: 100%;
	width: 100%;
}
.sectionheader {
	color: white;
	background-color: black;
	outline: 2px solid #262626;
	position: absolute;
	padding: 20px;
	padding-left: 40px;
	font-size: 20px;
	box-shadow: 8px 8px 8px #888888;
	margin-top: 1%;
}
.sectioncaption {
	font-size: 30px;
	text-align: center;
	width: 100%;
	padding-top: 25px;
	margin-bottom: 25px;
}
.centerfold {
	padding-bottom: 5%;
	width: 70%;
	margin-left: 15%;
	background-color: #fafafa;
	padding: 20px;
	border: 1px solid #4d4d4d;
	box-shadow: 5px 5px 18px #888888;
}
.spacer {
	width: 100%;
	height: 50px;
}
#about {
	width: 100%;
	box-shadow: 0px 7px 8px #3a3b3a;
	padding-bottom: 50px;
	border-bottom: 1px solid black;
	position: relative;
	z-index: 9;
}
#services {
	background-color: #06ba35;
	width: 100%;
	box-shadow: 0px 7px 8px #3a3b3a;
	border-bottom: 1px solid black;
	z-index: 8;
}
#flexservices {
	display: flex;
	flex-wrap: nowrap;
}
.serviceitem {
	border-top: 1px solid black;
	background-color: white;
	flex-grow: 1;
	flex-basis: 0;
	position: relative;
}
.serviceitem:nth-child(2n) {
	background-color: black;
	color: white;
	padding: 20px;
}
#technicians {
	background-image: url("Photos/tech1small.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#diagnostic {
	background-image: url("Photos/diagnostic.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.techtext {
	position: absolute;
	bottom: 5px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	text-align: center;
	font-size: 20px;
}
#location {
	width: 100%;
	box-shadow: 0px 7px 8px #3a3b3a;
	border-bottom: 1px solid black;
	position: relative;
	z-index: 7;
}
#map {
	height: 300px;
	width: 400px;
	border: 2px solid black;
	box-shadow: 3px 7px 8px #3a3b3a;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
}
#flexlocation {
	display: flex;
	flex-wrap: nowrap;
}
.locationitem {
	flex-grow: 1;
	flex-basis: 0;
	position: relative;
	margin-top: auto;
	margin-bottom: auto;
	
}
#hours {
	padding-top: 50px;
}
#tablehours {
	margin-left: auto;
	margin-right: auto;
	font-size: 25px;
}
#directions {
	text-align: center;
	font-size: 25px;
}
#directions>a {
	text-decoration: none;
	color: blue;
	transition: color 0.5s;
}
#directions>a:hover {
	color: #06ba35;
}
#reviews {
	background-color: gray;
	width: 100%;
	box-shadow: 0px 7px 8px #3a3b3a;
	border-bottom: 1px solid black;
	position: relative;
	z-index: 6;
}
#google-reviews {
	display: flex;
	flex-wrap: wrap;
    box-sizing: border-box;
    flex-direction: row;
	width: 90%;
	margin-left: auto;
}
.review-item {
	display: flex;
	width: 30%;
	height: 350px;
	padding: 1em;
	box-sizing: border-box;	
}
.review-item>div {
	background-color: #fafafa;
    border: 2px solid #1f9700;
    box-shadow: 3px 3px 8px #86ff00;
    flex: 1 1 auto;
	padding: 10px;
	overflow: auto;
}
.review-item>div>a {
	text-decoration: none;
}
.review-meta {
	
}
.review-text {
	
}
#readmore {
	width: 100%;
	height: 100%;
	padding: 10px;
	display: flex;
	font-size: 25px;
	color: #555;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
	transition: color 0.5s, background-color 0.5s;
}
#readmore:hover {
	color: black;
	background-color: #d7d8dc;
}
.reviewframe ~ .reviewframe {
	margin-left: 5%;
}
.reviewframe {
	padding-bottom: 5%;
	width: 300px;
	height: 350px;
	margin-left: 10%;
	background-color: #fafafa;
	padding: 10px;
	border: 2px solid #1f9700;
    box-shadow: 3px 3px 8px #86ff00;
	display: inline-block;
}
.reviewtext {
	border: 2px solid goldenrod;
	padding: 5px;
	height: 80%;
}
.reviewstars {
	margin-top: 10px;
	width: 100%;
	display: inline-block;
	text-align: center;
	font-size: 25px;
}
.checked {
  color: gold;
}
#contact {
	background-color: white;
	width: 100%;
	padding-bottom: 50px;
	box-shadow: 0px 7px 8px #3a3b3a;
	border-bottom: 1px solid black;
	position: relative;
	z-index: 5;
}
#contactus {
	text-align: center;
	font-size: 25px;
}
#contactus>a {
	text-decoration: none;
	color: blue;
	transition: color 0.5s;
}
#contactus>a:hover {
	color: #06ba35;
}
ul {
  list-style: none;
  font-size: 20px;
}

ul li:before {
  content: '\2714';
  color: #06ba35;
  border-right: 3px solid transparent;
}
.flexheader {
	text-align: center;
	font-size: 20px;
	width: 100%;
}
#footer {
	width: 100%;
	background-color: black;
	height: 50px;
	z-index: 4;
}