@import url("https://use.typekit.net/xee7sab.css");
@charset "utf-8";
/* CSS Document */



body{
	font-size: 18px;
	font-family: "Helvetica";
	background-color: #290000;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
}
div{
	padding-bottom: 5px;
}
li{
	padding-left: 5px;
	padding-right: 5px;
	float: right;
	list-style-type: none
	
}
.header{
	font-size: 20px;
	height: 65px;
	background: rgba(0, 0, 0, .5);
	padding-right: 5px;
}

h1{
	padding-top: 10px;
	padding-left: 10px;
	font-size: 30px;
	width: 50%;
}
a{

	color: white;
}
a:hover{
	color: wheat
}
.container{
	background-color: dimgrey;
	height: 200px;
	background-image: url(BGHome2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	
	
}

.nav{
	font-size: 20px;
	height: 65px;
	padding-right: 5px;
	width: 50%;
	float:right;
}
.body{
	margin: 0 auto;
	width: 75%;
	height: auto;
	border: solid 2px yellow;
	background-color: red;
	padding: 5px;
}
.content{
	width: 70%;
	text-align: center;
}

.store{
	width: 90%;
	text-align: center;
}

.locations{
	width: 48%;
	text-align: center;
	line-height: 8px;
	margin-left: 0;
	min-height: auto;
	display: inline-block;
	vertical-align: top;
}
.map{
	padding-top: 20px;
	width: 40%;
	text-align: center;
	line-height: 8px;
	min-height: auto;
	display: inline-block;
}
.iframe-rwd  {
position: relative;
padding-bottom: 65.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.iframe-rwd iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.body h3{
	letter-spacing: 7px;
	font-size: 22px;
	text-align: center;

}
.body h1{
	font-size: 30px;
	padding: 0px;
	width: 100%;
	text-align: center;
}
.side{
	height: auto;
	width: 25%;
	border: solid yellow;
	float:right;
	margin-top: 10px;
	overflow:auto;
}
.menu{
	text-align: center;
}
.side h1{
	text-align: center;
}
.side p{
	text-align: center;
}
.footer{
	text-align: right;
	position: fixed;
	height: 30px;
	background-color: black;
	bottom: 0;
	right: 0;
	width: 100%;
	font-size: 16px;
}
.footer p{
	margin: auto;
}

div, iframe{
	display: block;
	margin: 0 auto;
}

.slideshow {width:100%; height:300px; overflow:hidden; position:relative; margin: 0 auto;}
.slideshow img{ position:absolute; animation:slideshow 20s infinite; opacity:0; width: 100%; height: auto; margin: 0 auto;}


@keyframes slideshow{25%{opacity:1;}40%{opacity:0;}}
.slideshow img:nth-child(4){animation-delay:0s;}
.slideshow img:nth-child(3){animation-delay:5s;}
.slideshow img:nth-child(2){animation-delay:10s;}
.slideshow img:nth-child(1){animation-delay:15s;}