.body {
    font-family:'hind', sans-serif;
    font-size: 16px;
    padding: 0;
    background-color: #DFD9AB;
    margin: 0;
}


.container {
	
	width: 80%;
	margin: auto;
	overflow: hidden;
}


ul{
	margin: 0;
	padding: 0;
}

.button_1{
	height: 38px;
	background: #883E24;
	border: 0;
	padding-left: 20px;
	padding-right: 20px;
	color: #FFFFFF;
}

/*nav*/

header {
	background-color: #491000;
	color: #DFD9AB;
	padding-top: 30px;
	min-height: 70px;
	border-bottom: #7E0000 3px solid;
}

header a{
	color:#DFD9AB;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	font: bold;
}


header li{
	
	float: left;
	display: inline;
	padding: 0 20px 0 20px; 
}

header #branding{
	float: left;
	
}

header #branding .highlight{
	margin: 0;
	padding-right: 100px;
}

.topnav {
	background: #491000;
	overflow: hidden;
	float: right;
	padding-top: 20px;
}

.topnav a:hover {
    background-color: #DFD9AB;
    color: #883E24;
}

.topnav a {
    float: left;
	display: block;
    color: #DFD9AB;
    text-align: center;
    padding: 5px 5px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a.active {
    color: #883E24;
}

.topnav .icon {
  display: none;
}


/*showcase*/
#showcase{
}

#showcase h2{
	margin-top: 10px;
}

#showcase p{
	font-size: 20px;
}

.centered {
    position:absolute;
    top: 50%;
    left: 50%;
   transform: translate(-50%, -50%);
}

.container2 {
    position: relative;
    text-align: center;
    color: white;
	width: 80%;
	margin: auto;
	overflow: hidden;
}


/*coupons*/

#coupons{
	padding: 15px;
	color: #FFFFFF;
	background: #191312 ; 
}


#coupon form {
	float: right;
	margin-top: 15px;
}

#coupons input[type="email"]{
	padding: 4px;
	height: 25px;
	width: 250px;
}



/*boxes*/
#boxes{
	margin-top: 20px;
}

#boxes .box{
	float: left;
	width: 30%;
	padding: 10px;
	text-align: center;
}

#boxes .box{
	width: 300px;
}

footer{    
	padding: 20px;
	margin-top: 20px;
	color: #DFD9AB;
	background-color:#883E24; 
}



/*About*/
.art {
    display: block;
    max-width: 500px;
    margin: auto;
	padding: 25px 25px 25px 25px;
}

#aboutus{
	min-height: 400px;
	background-color: #491000; 
	text-align: center;
	color:#FFFFFF;
	
}

#aboutus h2{
	margin-top: 100px;
}

#aboutus p{
	font-size: 20px;
}

.p {
	align-content: center;
	text-color: #DFD9AB; 
}



/*Contact*/

#emailus {
	background-color: #191312 ;
	align-content: left;
	padding: 15px 50px 15px 50px;
} 

#emailus h2{
	color: white;
}

#contactinfo {
	padding: 15px 50px;
	margin: auto;
	border-bottom: #7E0000 3px solid;
	border-top: #7E0000 5px solid;
}

.info h4{
	text-align: left; 
	font-weight: bold;
	font-style: oblique;
}


/*menu*/
#menu {
	padding: 15px 50px 15px 50px;
}

#menu .menuinfo {
	text-align: left;
	color: #DFD9AB; 
}

.menuinfo h4{
	color: #883E24;
}

.menustyle {
	background-color: #491000;
	padding: 15px 15px 15px 15px;
}



/*responsive*/

@media screen and (max-width: 600px) {
  .topnava:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}


/*Media Queries*/

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {

}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {

}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {

}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {

}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	
}

/* iPad 3 (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (-webkit-min-device-pixel-ratio : 2),
only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (min-resolution: 192dpi) { 

}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
	
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
	
}

/* Retina displays ----------- */
@media  only screen 
and (-webkit-min-device-pixel-ratio : 2), 
only screen 
and (min-resolution: 192dpi) {

}



































