body{
	box-sizing: border-box;
	background-size: cover;
	overflow: none;
	background-color: slategray;
	width: 98vw; 
}
#logo{
	position: fixed;
	margin-top: -2%;
	width: 11%;
	opacity: 0.9;
}


header{
	max-height: 10%;
	width: 99%;
	margin: auto;
	text-align: center;
	position: absolute;
	top: 5px;
	z-index: 10;
}

header nav {
	
	width: 98%;
	margin: auto;
	position: absolute;
	margin-top: 3px;
	z-index: 1;
	}
header nav ul{
	list-style-type: none;
	width: 99%;
	padding: 1%;
	margin: auto;
	text-align: center;
	color: black;
}
header nav ul li{
	margin: auto;
	display: inline-block;
	width: 30%;
}
header nav ul li a{
	display: block;
	text-align: center;
	text-decoration-line: none;
	color: #3570E7;
	font-size: 4vw;
	font-weight:bolder;
	opacity: 0.7;
	margin: auto;
	background-color: white;
	border-radius: 20px;
}
header nav ul li a:hover{
	color: #3570E7;
	background-color: black;
	border-radius: 20px;
	opacity: 1.0;
	border: 3px solid white;
}
header nav img {
	width: 100%;
	height: auto;
}
figure{
	width: 95vw;
	height: auto;
	margin: auto;
	padding: 1%;
}
figure img{
	width: 98%;
	height: auto;
	border: 2px solid black;
	border-radius: 2%;
}

#topphoto img{
	display: block;
	width: 99%;
	height: auto;
	margin-top: 30px;
	border: 2px solid white;
}
#topcap{
	color: aliceblue;
	text-align: right;
	margin-right: 2%;
	
}
h1{
	align-content: center;
	color: aliceblue;
	text-align: center;
	margin-top: 3%;
}
#products figure{
	float: left;
	width: 45%;
	padding: 2%;
}
#products figure figcaption{
	color: aliceblue;
	text-align: center;
	text-decoration: bold;
	font-size: 3.5vw;
}
#buy{
	
}
footer{
	float: left;
	clear: both;
	height: 10vh;
	width: 98%;
	
}
.links{
	float: left;
	opacity: 0.8;
	width: 4%;
	padding: 1%;
}
.links a img{
	width: 90%;
	margin-right: 7%;
}
.links:hover{
	opacity: 1.0;
}
.links:hover figcaption{
	display: block;
}
#contact{
	float: right;
	font-size: 2vw;
	text-decoration: none;
	color: white;
	background-color: dodgerblue;
	padding: .5%;
	border-radius: 6px;
	margin-top: 1%;
}
#showcase{
	float: left;
	color: white;
	text-decoration: none;
	border: 5px solid white;
	font-weight: 900;
	width: 18vw;
	text-align: center;
	font-size: x-large;
	opacity: 0.7;
}
#showcase:hover{
	opacity: 1.0;
}
.slideshow-container{
	display: none;
}
@media screen and (max-width: 850px){
	* {box-sizing: border-box}
.mySlides {display: none}
img {vertical-align: middle;}


	header nav ul li a{
		font-size: 5vw;
		font-weight: bold;
		color: black;
	}
	header nav ul li a:hover{
		border: none;
	}
	body{
		background-image: none;
		background-color: slategray;
	}
	#logo{
	position: absolute;
	margin-top: -14%;
	width: 12vw;
	opacity: 0.9;
	}
	
	#topphoto{
		display: none
	}
	#contact{
		font-size: 4vw;
		margin-top: 2.5%;
		border: 3px solid black;
	}

	/* Slideshow container */
.slideshow-container {
  display: flex;
  max-width: 84%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15%;
  border: 5px solid black;
  border-radius: 2%;
  background-color: white;
	padding: 1%;
}
	.slide{
		width: 100%;
		margin: auto;
		padding: 1%;
		border-radius: 2%;
	}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
	.prev{
		left: 0;
	}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  width: 80vw;
  text-align: center;
  font-weight: bold;
   font-size: large;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  bottom: 5%;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

	#products figure{
		width: 80%;
		margin-left: 10%;
		margin-bottom: 5%;
	}
	#showcase{
		display: none;
	}
	.links{
		width: 12vw;
	}
	.links a{
		
	}
	.links a image{
		width: 95%;
	}
	.links figcapton{
		display: none;
	}
	.links:hover figcaption{
		display: none;
	}
@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
	
