@charset "utf-8";
/* CSS Document */


@media (max-width: 768px){
	.menu-btn div {
	position: absolute;
	left: 100%;
	top: 64%;
	padding-right: 8px;
	margin-top: -0.50em;
	line-height: 1.2;
	font-size: 18px;
	font-weight: 200;
	vertical-align: middle;
	z-index: 99;
}
 
.menu-btn span {
	display: block;
	width: 19px;
	height: 3px;
	margin: 4px 0;
	background: rgb(0,0,0);
	z-index: 99;
}
 
.responsive-menu{
	display: none;
}
 
.expand {
	display: block !important; 
}
}

@media (max-width: 1024px){
		.menu-btn div {
	position: absolute;
	left: 100%;
	top: 64%;
	padding-right: 8px;
	margin-top: -0.50em;
	line-height: 1.2;
	font-size: 18px;
	font-weight: 200;
	vertical-align: middle;
	z-index: 99;
}
 
.menu-btn span {
	display: block;
	width: 19px;
	height: 3px;
	margin: 4px 0;
	background: rgb(0,0,0);
	z-index: 99;
}
 
.responsive-menu{
	display: none;
}
 
.expand {
	display: block !important; 
}
}

@media (min-width: 1024px){
}

#title {
	text-align: center;
}

.text {
	font-family: 'Cambria', sans-serif;
	display: block;
}

.navigation {
	list-style-type: none;
    margin: 0;
    padding: 0;
	overflow: hidden;
    background-color: #333;
}

.nav {
	float: left;
}

ul{
	float: left;
	display: inline;
	width: 100%;
}

.footerList{
	list-style-type: none;
}


li {
    border-right: 1px solid #bbb;
	display: inline;
}

a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li:last-child {
    border-right: none;
}

.search {
  width: 100%;
  position: relative
}

.searchTerm {
  float: left;
  width: 100%;
  border: 3px solid #000000;
  padding: 5px;
  height: 20px;
  border-radius: 5px;
  outline: none;
  color: #9DBFAF;
}

.searchTerm:focus{
  color: #00B4CC;
}

.searchButton {
  position: absolute;  
  right: -50px;
  width: 40px;
  height: 36px;
  border: 1px solid #000000;
  background: #000000;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-size: 20px;
}

/*Resize the wrap to see the search bar change!*/
.wrap{
  width: 18%;
  position: absolute;
  top: 5%;
  left: 10%;
  transform: translate(-50%, -50%);
}

#indeximage {
	text-align: center;
	width: 100%;
}

#cart {
	float: right;
}

.social_media_image {
    max-height: 30px;
    padding-top: 10px;
    padding-right: 40px;
}

.social_media_button {
    text-decoration: none;
}

footer {
	display: block;
	position:relative;
	width: 100%;
	bottom:0;
	background-color: #8a8c8f;
}

#form {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#video {
	display: block;
	margin: 0 auto;
}

.foot {
    float:left;
    padding-top: 20px;
}

#address {
   text-align: center;
}

#social_media_container {
	float:right;
}

.info {
	text-align: center;
}