


body {
  font-size: 100%;
  width: 100%;
  margin: 0px;
  font-size: 100%;
  background-image: url("257.jpg"); 
  font-family: "Open Sans",sans-serif; 
  font-weight:400;  
}

.flexheader {
    width:80%;
	margin:0 auto;
	display: -webkit-box-;
    display: -webkit-flex;
	display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
      -ms-flex-wrap: no wrap;
  -webkit-flex-wrap: no wrap;
          flex-wrap: no wrap;
  -webkit-box-align:center;
	 -ms-flex-align:center;
-webkit-align-items:center;
	    align-items:center;
}

#head1 {
	width:33.33%;
 -webkit-box-flex:1;
	     -ms-flex:1;
	 -webkit-flex:1;
	         flex:1;	
}

h1 {
	margin:10px;
	font-family: 'Russo One', Impact,sans-serif;
	font-size: 36px;
	font-weight: 500;
	color:white;
    line-height: 1.1;
}

h4 { 
    margin:5px;
	text-align:center;
	font-family: sans-serif;
	color:white;
	line-height: 20px;
	font-size: 16px;
}

#delivery{
	margin:0px;
	text-align:center;
	color:white;
	font-family:'Open Sans Condensed', sans-serif;
	font-weight:700;
}

#truck{
	display:inline-block;
}

#head2{
	width:33.33%;
 -webkit-box-flex:1;
	     -ms-flex:1;
	 -webkit-flex:1;
	         flex:1;
}

#center{
	margin:0px;
	text-align:center;
}

#logo{
	width:30%;
}

#head3{
	width:33.33%;
 -webkit-box-flex:1;
	     -ms-flex:1;
	 -webkit-flex:1;
	         flex:1;
}

#creditcard{
	width:175px;
}

.navbar{
	margin:0 auto;
	width:80%;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color:#001C0D;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 12px;
    text-decoration: none;
}

li a:hover:not(.active) {
	background-color: white;
	color: #001C0D;
	font-weight:700;
	border:2px solid #001C0D;
}

li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 12px;
    text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
	background-color: white;
	color: #001C0D;	
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #402021;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
	border:2px solid white;							
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {color: white;}

.dropdown:hover .dropdown-content {
    display: block;
}

.sticky {
  position: fixed;
  top: 0;
  right:160px;
  width: 80%;
}

.navbar-mobile{
	display:none;
}

#center{
	margin:0px;
	text-align:center;
}

h3 { 
	margin:0px;
	text-align:center;
	font-family: "Open Sans", sans-serif;
	color:white;
	text-shadow: 4px 4px 4px #aaa;
	padding-bottom:20px;
}

.imagecontainer{
	margin:0 auto;
	width:80%;
	background-color:rgb(45, 44, 42);
	display: -webkit-box;
    display: -webkit-flex;
	display: -ms-flexbox;
    display: flex;
     -ms-flex-wrap: no wrap;
 -webkit-flex-wrap: no wrap;
         flex-wrap: no wrap;
}

#flex-1{
	width:50%;
 -webkit-box-flex:1;
         -ms-flex:1;
	 -webkit-flex:1;
	         flex:1;
}

h2{
	text-align:center;
	color:white;
}

#orderedlist{
	margin:0 auto;
	width:80%;
}

#freight{
	margin:0 auto;
	width:80%;
	font-family:sans-serif;
	text-align:justify;
	color:white;
	padding-bottom:10px;
}

.flexfooter{
	width:80%;
	margin:0 auto;
	height:30px;
	background-color:#001C0D;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: no wrap;
        -webkit-flex-wrap: no wrap;
            flex-wrap: no wrap;
}

#footer{
	margin:0 auto;
	padding:3px;
	color: White;	
}

@media only screen 
and (min-width : 320px) 
and (max-width : 750px)
{
	
body{
	background-color:rgb(45, 44, 42);
}	
	
.flexheader {
	background-color:;
	width:100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        -webkit-flex-direction: column;
	        flex-direction: column;
}	

#head1{width:100%;}	

h1{
	text-align:center;
	margin:10px;
	font-size: 28px;
}

h4{
	margin:5px;
	font-size:14px;
}

#head2{width:100%;}	

#head3{width:100%;}

h2{
	font-size:16px;
	font-weight:700;
}

.navbar {
    display:none;
}

li{
	width:100%;
}

li a{
	text-align: center;
    display: block;
    margin: 0 auto;
	border:solid 1px white;			
}

.dropbtn{
	text-align: center;
    display: block;
    margin: 0 auto;
}

li a div a{
	text-align: center;
    display: block;
    margin: 0 auto;
}

.navbar-mobile{
	display:block;
}

* { 
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
-o-box-sizing: border-box; 
box-sizing: border-box; 
/* adds animation for all transitions */ 
-webkit-transition: .25s ease-in-out; 
-moz-transition: .25s ease-in-out; 
-o-transition: .25s ease-in-out; 
transition: .25s ease-in-out; 
margin: 0; 
padding: 0; 
-webkit-text-size-adjust: none; 
} 

/* gets the actual input out of the way; 
we're going to style the label instead */ 

#drawer-toggle { 
position: absolute; 
opacity: 0; 
}

#drawer-toggle-label { 
-webkit-touch-callout: none; 
-webkit-user-select: none; 
-khtml-user-select: none; 
-moz-user-select: none; 
-ms-user-select: none; 
user-select: none; 
left: 0px; 
height:50px; 
width: 50px; 
display: block; 
position: fixed; 
background: rgba(255,255,255,.0);
z-index: 1; 
} 

/* adds our "hamburger" menu icon */ 

#drawer-toggle-label:before { 
content: ''; 
display: block; 
position: absolute; 
height: 2px; 
width: 24px; 
background: white; 
left: 13px; 
top: 18px; 
box-shadow: 0 6px 0 white, 0 12px 0 white; 
} 

header { 
width: 100%; 
position: ; 
left: 0px; 
background: #001C0D;
color:white;
padding: 10px 10px 10px 50px; 
font-size: 17px; 
line-height: 30px; 
z-index: 0; 
}

/* drawer menu pane - note the 0px width */ 

#drawer { 
position: fixed; 
top: 0; 
left:-300px; 
height: 100%; 
width: 300px; 
background: #2f2f2f; 
overflow-x: hidden; 
overflow-y: scroll; 
padding: 20px; 
-webkit-overflow-scrolling: touch; 
} 

/* actual page content pane */ 

#page-content { 
margin-left: 0px; 
margin-top: 0px; 
width: 100%; 
height: calc(100% - 50px); 
overflow-x:hidden; 
overflow-y:scroll; 
-webkit-overflow-scrolling: touch; 
padding-top: 10px; 
padding-bottom:10px;
}

/* checked styles (menu open state) */ 

#drawer-toggle:checked ~ #drawer-toggle-label { 
height: 100%; 
width: calc(100% - 300px); 
background: rgba(255,255,255,.8); 
} 

#drawer-toggle:checked ~ #drawer-toggle-label, 
#drawer-toggle:checked ~ header { 
left: 300px; 
} 

#drawer-toggle:checked ~ #drawer { 
left: 0px; 
} 

#drawer-toggle:checked ~ #page-content { 
margin-left: 300px; 
}

/* Menu item styles */ 

#drawer ul { 
list-style-type:none; 
} 

#drawer ul a { 
display:block; 
padding:10px; 
color:white; 
text-decoration:none; 
} 

#drawer ul a:hover { 
color:white; 
} 

/* Responsive MQ */ 

@media all and (max-width:350px) { 

#drawer-toggle:checked ~ #drawer-toggle-label { 
height: 100%; 
width: 50px; 
} 

#drawer-toggle:checked ~ #drawer-toggle-label, 
#drawer-toggle:checked ~ header { 
left: calc(100% - 50px); 
} 

#drawer-toggle:checked ~ #drawer { 
width: calc(100% - 50px); 
padding: 20px; 
} 

#drawer-toggle:checked ~ #page-content { 
margin-left: calc(100% - 50px); 
} 

}				

.imagecontainer{
	width:100%;
	background-color:rgb(45, 44, 42);
}

#freight{
	width:90%;
}

#mobilemargin{
	padding-top:10px;
	padding-bottom:10px;
}

#mobilesalestax{
	font-size:12px;
}

#shipping{
	width:95%;
}

.flexfooter{
	width:100%;
	font-size:12px;
}

}

@media only screen 
and (min-width : 751px) 
and (max-width : 855px){

.flexheader{
	width:95%;
}

h1{
	margin-left:0px;
	margin-right:0px;
	font-size:24px;
}

h4{
	font-size:14px;
}

h2{
	font-size:16px;
}

.navbar{
	width:95%;
}

li{
	font-size:9px;
}

li a{
	padding:14px 5px;
}

a.dropbtn{
	padding:14px 5px;
}

.sticky {
  right:19px;
}

.imagecontainer{
	width:95%;
}
	
.flexfooter{
	width:95%;
}

@media only screen 
and (min-width : 780px) 
and (max-width : 855px) {

li{
	font-size:10px;
}

li a{
	padding:14px 6px;
}

a.dropbtn{
	padding:14px 6px;
}	
	
.sticky {
  right:22px;
}	
}
}

@media only screen 
and (min-width : 856px) 
and (max-width : 1000px){
	
.flexheader{
	width:95%;
}

h1{
	margin-left:0px;
	margin-right:0px;
	font-size:26px;
}

h4{
	font-size:14px;
}

h2{
	font-size:16px;
}

.navbar{
	width:95%;
}

li{
	font-size:12px;
}

li a{
	padding:14px 6px;
}

a.dropbtn{
	padding:14px 6px;
}

.sticky {
  right:24px;
}

.imagecontainer{
	margin:0 auto;
	width:95%;
}
	
.flexfooter{
	width:95%;
}
	
}

@media only screen 
and (min-width : 1001px) 
and (max-width : 1100px){
	
.flexheader{
	width:95%;
}

h1{
	margin-left:0px;
	margin-right:0px;
	font-size:28px;
}

h4{
	font-size:16px;
}

h2{
	font-size:18px;
}

.navbar{
	width:95%;
}

li{
	font-size:13px;
}

li a{
	padding:14px 6px;
}

a.dropbtn{
	padding:14px 6px;
}

.sticky {
  right:25px;
}

.imagecontainer{
	width:95%;
}
	
.flexfooter{
	width:95%;
}
}

@media only screen 
and (min-width : 1101px) 
and (max-width : 1200px){
	
.flexheader{
	width:95%;
}

h1{
	margin-left:0px;
	margin-right:0px;
	font-size:30px;
}

h4{
	font-size:16px;
}

h2{
	font-size:18px;
}

.navbar{
	width:95%;
}

li{
	font-size:14px;
}

li a{
	padding:14px 6px;
}

li a, .dropbtn {
    padding: 14px 6px;
}

.sticky {
  right:57px;
}

.imagecontainer{
	width:95%;
}
	
.flexfooter{
	width:95%;
}
}

@media only screen 
and (min-width : 1201px) 
and (max-width : 1300px){

.flexheader{
	width:90%;
}

h1{
	margin-left:0px;
	margin-right:0px;
	font-size:34px;
}

h4{
	font-size:16px;
}

h2{
	font-size:18px;
}

.navbar{
	width:90%;
}

li{
	font-size:15px;
}

li a{
	padding:14px 7px;
}

li a, .dropbtn {
    padding: 14px 7px;
}

.sticky {
  right:64px;
}

.imagecontainer{
	width:90%;
}
	
.flexfooter{
	width:90%;
}
	
}

@media only screen 
and (min-width : 1301px) 
and (max-width : 1400px){

.flexheader{
	width:90%;
}

h1{
	margin-left:0px;
	margin-right:0px;
	font-size:35px;
}

h4{
	font-size:16px;
}

h2{
	font-size:18px;
}

.navbar{
	width:90%;
}

li{
	font-size:16px;
}

li a{
	padding:14px 8px;
}

li a, .dropbtn {
    padding: 14px 8px;
}

.sticky {
  right:69px;
}

.imagecontainer{
	width:90%;
}
	
.flexfooter{
	width:90%;
}
	
}

@media only screen 
and (min-width : 1401px) 
and (max-width : 1500px){

.flexheader{
	width:90%;
}

h1{
	margin-left:0px;
	margin-right:0px;
	font-size:34px;
}

h4{
	font-size:16px;
}

h2{
	font-size:18px;
}

.navbar{
	width:90%;
}

li{
	font-size:16px;
}

li a{
	padding:14px 12px;
}

li a, .dropbtn {
    padding: 14px 12px;
}

.sticky {
  right:72px;
}

.imagecontainer{
	width:90%;
}
	
.flexfooter{
	width:90%;
}
	
}

@media only screen 
and (min-width : 1501px) 
and (max-width : 1550px){

.flexheader{
	width:90%;
}

h1{
	margin-left:0px;
	margin-right:0px;
	font-size:34px;
}

h4{
	font-size:16px;
}

h2{
	font-size:18px;
}

.navbar{
	width:90%;
}

li{
	font-size:16px;
}

li a{
	padding:14px 12px;
}

li a, .dropbtn {
    padding: 14px 12px;
}

.sticky {
  right:78px;
}

.imagecontainer{
	width:90%;
}
	
.flexfooter{
	width:90%;
}
	
}

@media only screen 
and (min-width : 1651px) 
and (max-width : 1800px){


li{
	font-size:16px;
}

li a{
	padding:14px 12px;
}

a.dropbtn{
	padding:14px 12px;
}

.sticky {
  right:168px;
}

}

@media only screen 
and (min-width : 1801px) 
and (max-width : 2000px)
{
	
li{
	font-size:18px;
}

li a{
	padding:14px 14px;
}	

a.dropbtn{
	padding:14px 12px;
}

.sticky {
  right:190px;
}
		
}


