/* CSS Document */

html {
	box-sizing: border-box;
	font-family: 'Hind', sans-serif;
	font-family: 'Bitter', serif;
	background-color: #491000;
	min-width: 0px;
}

#footer {
	position: fixed;
	text-align: center;	
	bottom:0px;
	right: 0;
	width: 100%;
	height: 50px;   /* Height of the footer */
	background: #DFD9AB;
	padding-bottom: 12px;
}

.menu-outer {
	margin-left: auto;
	margin-right: auto;
	max-width: 1600px;
}

h3 {
	padding-top: 15px;
	font-size: 26px;
	color: #DFD9AB;
	font-family: 'Bitter';
	font-style: bold;
	text-decoration: none;
}

a {
	text-decoration: none;
}

ul.navigation {
	height: 10px;
	width: 100%;
	margin-bottom:150px;
}

ul.navigation > li {
	float: left;
	position: relative;
}


ul.navigation ul {  
    display: none; 
    position: absolute;
    left: 0; top: 100%;
}

ul.navigation a {  
    cursor: pointer; 
    display: block; 
    color: white; 
    line-height: 30px; 
    padding: 0 30px; 
}

ul.navigation li {
	list-style: none;
}

.grid-container {
margin:0;
padding: 0;
}

img.framed {
	border-style: solid;
	border-width: 3px;
	border-color: #883E24;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	max-width:100%;
	height:auto;
	min-width: 300px;
}

img.framed-menu {
	border-style: solid;
	border-width: 3px;
	border-color: #883E24;
	margin-top: 50px;
}

iframe.framed {
	border-style: solid;
	border-width: 3px;
	border-color: #883E24;
	margin-left: auto;
	margin-right: auto;
}

.google-maps {
        position: relative;
        padding-bottom: 75%;
        height: 0;
        overflow: hidden;
    }

.google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

h1 {
	font-size: 50px;
	text-align: center;
	color: #DFD9AB;
	letter-spacing: 1px;
	font-family: 'Bitter', serif;
}

h1.menu-title {
	margin-left: 0px;
	font-size: 35px;
	text-align: center;
	color: #DFD9AB;
	letter-spacing: 1px;
	font-family: 'Bitter', serif;
}

h2 {
	font-size: 30px;
	text-align: center;
	color: #DFD9AB;
	letter-spacing: 1px;
	font: Bitter;
}

h2.description {
	font-style: italic;
	font-weight: normal;
	font-size: 24px;
}

h2.Menu-btn {
	color: white;
	text-shadow: 3px 3px 5px #000000;
	font-size: 40px;
}

h2.menu {
	font-size: 24px;
}

p {
	font-size: 23px;
	color: #DFD9AB;
	padding-left: 20px;
	line-height: 1.5em;
	font-family: 'Hind';
	font-stye: medium;
}

p.address {
	text-align: center;	
}

p.menu {
	font-size: 20px;
	color: #DFD9AB;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.5em;
	font-family: 'Hind';
	font-stye: medium;
}

p.shop {
	font-size: 20px;
	color: #491000;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.5em;
	font-family: 'Bitter';
	font-stye: italic;
}

h4 {
	font-family: 'Hind';
	font-style: normal;
	color: #491000;
}

h5 {
	font-family: 'Hind';
	font-size: 20px;
	font-style: normal;
	color: #491000;	
}

.container {
	float: left;
	position: relative;
	text-align: center;
	max-width: 325px;
}

.container-menu {
	float: left;
	position: relative;
	text-align: center;
	max-width: 100%;
	min-width: 275px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 100px;
}

.container-menu-cat {
	margin-left: 35px;
	margin-right: 35px;
	float: left;
	position: relative;
	text-align: center;
	max-width: 100%;
	height: 650px;
	min-width: 275px;
}

.menu-container {
	margin-bottom: 100px;
}

img.square-thumbnail-menu {
	min-width: 200px;
	max-width: 275px;
	margin: 0px;
	}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn {
  opacity: 0.6;
  transition: 0.2s;
  backface-visibility: hidden;
}

.btn:hover {opacity: 1;}

div.menu-items {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

div.menu-items-lower {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.button {
    background-color: #7E0000;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	font-family: 'Hind';
	max-width: 275px;
	min-width: 200px;
    font-size: 16px;
    cursor: pointer;
}

div.merchandise {
	text-align: center;
	max-width: 275px;
	min-width: 200px;
	background-color:#DFD9AB;
	border-style: solid;
	border-width: 3px;
	border-color: #883E24;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	}

img.options {
	display:inline-block;
	position: relative;
	width: 60px;
	height: 60px;
	margin-left: 20px;
	margin-right: 20px;
}

input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 3px solid #883E24;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
	font-family: 'Hind';	
}

input[type=email]
{   width: 100%;
    padding: 12px;
    border: 3px solid #883E24;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
	font-family: 'Hind';	
}

input[type=submit] {
    background-color: #DFD9AB;
    color: #491000;
	font-family: 'Hind';
	font-style: semi-bold;
	font-size: 20px;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #7E0000;
}

.container-contact {
    padding: 20px;
	margin-bottom: 0px;
}

.container {
	display: block;
	position: relative;
	padding-left: 0px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-left: 35px;
}

.container-shop input[type=radio] {
  position: absolute;
  opacity: 0;
}

.add-to-cart input[type=submit] {
	background-color: #7E0000;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	font-family: 'Hind';
	max-width: 275px;
	min-width: 200px;
    font-size: 16px;
    cursor: pointer;
	width:100%;
}

.add-to-cart input[type=submit]:hover {
    background-color: #491000;
}

.checkmark {
    display:inline-block;
	position: relative;
    width: 60px;
	height: 60px;
	line-height: 60px;
	border:2px solid #f5f5f5;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 0 3px gray;
	margin-right:10px;
	margin-left:10px;
    background-color: #491000;
	color:#DFD9AB;  
    border-radius: 50%;
}

.checkmark-cherry {
    display:inline-block;
	position: relative;
    width: 60px;
	height: 60px;
	line-height: 60px;
	border:2px solid #f5f5f5;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 0 3px gray;
	margin-right:10px;
	margin-left:10px;
    background-color: #7E0000;
	color:#DFD9AB;  
    border-radius: 50%;
}

.checkmark-froth {
    display:inline-block;
	position: relative;
    width: 60px;
	height: 60px;
	line-height: 60px;
	border:2px solid #f5f5f5;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 0 3px gray;
	margin-right:10px;
	margin-left:10px;
    background-color: #DFD9AB;
	color:#DFD9AB;  
    border-radius: 50%;
}

.container-shop:hover input ~ .checkmark {
	background-color: #883E24;
}

.container-shop:hover input ~ .checkmark-cherry {
	background-color: #883E24;
}

.container-shop:hover input ~ .checkmark-froth {
	background-color: #883E24;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkmark-cherry:after {
  content: "";
  position: absolute;
  display: none;
}

.checkmark-froth:after {
  content: "";
  position: absolute;
  display: none;
}

.container-shop input:checked ~ .checkmark:after {
  display: block;
}

.container-shop input:checked ~ .checkmark-cherry:after {
  display: block;
}

.container-shop input:checked ~ .checkmark-froth:after {
  display: block;
}

.container-shop .checkmark:after {
  top: 5px;
  left: 5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #883E24;
  opacity:.6;
}

.container-shop .checkmark-cherry:after {
  top: 5px;
  left: 5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #491000;
  opacity:.6;
}

.container-shop .checkmark-froth:after {
  top: 5px;
  left: 5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #883E24;
  opacity:.6;
}
.checkmark-img
{margin-top: 4px;}

form input.qty {
	width: 40px;
	border: 1px solid #eee;
	font: 1em 'PT Serif', serif;
	background: #f9f9f9;
	color: #000;
	border-radius: 3px;
	margin-left: 0.4em;
}

.map-responsive{
	margin-top:200px;
    overflow:hidden;
    padding-bottom:100%;
	min-width: 300px;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.menu-items {
	margin-top: 200px;
	}

.bottom {
	margin-bottom: 125px;
}

.square-thumbnail-menu 
{
	max-width: 100%;
	min-width: 200px;
	
}

/* Mobile styles here */
@media only screen and (max-width: 600px)
{
	.col-1 {width: 32%;}
    .col-2 {width: 64%;}
    .col-3 {width: 100%;}
    .col-4 {width: 100%;}
	.col-5 {width: 100%;}
    .col-6 {width: 100%;}
    .col-7 {width: 100%;}
    .col-8 {width: 100%;}
    .col-9 {width: 100%;}
    .col-10 {width: 100%;}
    .col-11 {width: 100%;}
    .col-12 {width: 100%;}
	
	
	.menu-items {
	margin-bottom: 0px;
	}
	
	.menu-items-lower {
	max-width: 400px;
	}
	
	.container-menu-cat {
	height: auto;
	margin-bottom: 25px;
	margin-top: 0px;
	padding-top: 0px;
	}
	
	.contact-box {
		margin-top: 175px;
	}
	
	img.framed{
		margin-top:50px;
		margin-left:0;
	}
	.textboxouter {
	float: none;
	margin-bottom: 100px;
	margin-top:25px;
	margin-left: 10px;
	margin-right: 10px;
}
	.textbox {
	min-width: 300px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	}
	
	h1 {
	font-size: 24px;
	text-align: center;
	color: #DFD9AB;
	letter-spacing: 1px;			
	}
	
	h2 {
	font-size: 20px;
	text-align: center;
	color: #DFD9AB;
	letter-spacing: 1px;	
	}
	
	p {
	font-size: 16px;
	font: hind;
	color: #DFD9AB;
	padding-left: 20px;		
	}
	
	p.menu-p {
		padding-left: 0px;
	}
	
	p.address {
	text-align: center;	
}
	
	div.imagebox {
	margin-top: 200px;
	padding-left: 75px;
	padding-right: 75px;
}
	div.box2 {
	margin: 0px;
	padding: 0px;
}

	div.imagebox-menu {
	margin-top: 175px;
	padding-left: 75px;
	padding-right: 75px;
	}
	
	div.menu-description {
		margin-bottom: 50px;
	}
	
	.menu-nav {
	display:none;
	}
	
	.menu-nav-text {
	margin-bottom: 100px;
	}
	
h2.menu-text-btn {
	color: #DFD9AB;
	text-shadow: 3px 3px 5px #000000;
	font-size: 30px;
	}
	
.openbtn {
	margin: 0px;
	position: fixed;
	}
	
	div.row {
		margin-bottom: 100px;
	}
	
	.textbox-contact {
		max-width:425px;
		margin-left: 75px;
		margin-right:auto;
		float:none;
	}
	
	.container-menu {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	float: none;
	}
.menu-items {
	padding-top: 0px;
	margin-bottom: 0px;
}
	

	
	
	}

/* Tablet portrait */
@media only screen and (min-width: 600px)
{	
	.col-1 {width: 16%;}
    .col-2 {width: 32%;}
    .col-3 {width: 48%;}
    .col-4 {width: 64%;}
    .col-5 {width: 80%;}
    .col-6 {width: 94%;}
    .col-7 {width: 100%;}
    .col-8 {width: 100%;}
    .col-9 {width: 100%;}
    .col-10 {width: 100%;}
    .col-11 {width: 100%;}
    .col-12 {width: 100%;}

	.imagebox-map {
	margin-top: 150px;
	}
	
	.textboxouter-map {
		margin-bottom: 100px;
	}
	
.menu-items-lower {
		margin-left: auto;
		margin-right: auto;
		max-width: 800px;
	}
	
.menu-items {

	}
.textbox-contact {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	float: left;
	padding-left: 50px;
	}	
	
.contact-box {
		margin-top: 100px;
	}
	
  .map-responsive{
	margin-top: 200px;
	margin-left: 50px;
	overflow: hidden;
	padding-bottom: 100%;
	min-width: 300px;
	position: relative;
	height: 0;
	padding-top: 0px;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
    
	
	.container {
	margin: auto;
	margin-left: auto;
	min-width: 300px;
	}
	
	div.textboxouter {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	float: left;
	}
	
	div.textbox-contact {
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	float: left;
	}
	
	div.menu-nav {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	float: none;
	width: 300px;
	}
		
	div.textbox {
	margin-top: 0px;
	margin-right: auto;
	padding-left: 125px;
	margin-left: auto;
	}
	
	div.menu-button {
	margin-right: auto;
	padding-left: 0px;
	margin-left: auto;
	max-width: 50%;
	}
	
	div.menu-description {
	padding-top: 50px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	max-width:600px;
	}
	
	div.menu-description-inner {
	margin-right: auto;
	padding-left: 20px;
	margin-left: auto;
	}

h2.menu {
	font-size: 24px;
}

	
div.imagebox {
	max-width: 1000px;
	float: left;
	margin: auto;
	margin-top: 150px;
}

div.imagebox-menu {
	padding-top: 0px;
	padding-left: 50px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
	margin-top: 175px;
}
	
div.box2 {
	max-width: 500px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
}

div.menu-nav-text {
		display: none;
			}	
}

@media only screen and (min-width: 900px)
{
	.container {
	margin: auto;
	margin-left: 25px;
	min-width: 300px;
	}
	
	.menu-items-lower {
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	}
}

	
@media only screen and (max-width: 1300px) {
	
	.menu-items-lower {
		min-width: 700px;
	}
	
    ul.navigation {  height: 200px; }
	
    ul.navigation > li {  float: none; width: 100%; }
	
	
    ul.navigation li.tap ul { display: block;  }
	
	.openbtn {
	color: #DFD9AB;
	position: fixed;
	right: 0;
	top: 0;
	margin-right: 50px;
	margin-top: 50px;
	}
	
	.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

	.sidenav a {
	padding-top: 0px;
	padding-right: 8px;
	padding-left: 32px;
	padding-bottom: 5px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
	line-height: 0.25;
}
	
.sidenav a:hover {
    color: #ffffff;
}
	
.sidenav .closebtn {
	position: absolute;
	top: 25px;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
	margin-top: 0px;
}
	
	.navigation {
		display: none;
	}
	
	.logomobile {
		position: absolute;
		top: 0;
		margin-left: 50px;
		margin-top: 50px;
	}

	
	div.box2 {
		padding:0;
	}
	
	.map-responsive {
	max-width: auto;
	margin-bottom: 100px;
	margin-top: 100px;

}
.menu {
}
.m {
}
	
.menu-items {
 	margin-bottom: 75px;	
	}
	
}

@media all and (min-width: 1300px) {
	
	
    ul.navigation li:hover { background: #000000;}
	
    ul.navigation li:hover ul { display: block;}

.closebtn{
	display: none;
}

.openbtn {
	display: none;
	position: fixed;
}
	
.sidenav {
		display: none;
		position:absolute;
	}	
.logomobile {display: none;}
}


/* Baseline Desktop */
@media only screen and (min-width: 1300px)
{
	.col-1 {width: 8%;}
	.col-2 {width: 16%;}
	.col-3 {width: 24%;}
	.col-4 {width: 32%;}
	.col-5 {width: 40%;}
	.col-6 {width: 48%;}
	.col-7 {width: 56%;}
	.col-8 {width: 64%;}
	.col-9 {width: 72%;}
	.col-10 {width: 80%;}
	.col-11 {width: 88%;}
	.col-12 {width: 96%;}

	.imagebox-map {
	max-width: 600px;
	float: left;
	}
	.menu-items {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 75px;
	}
	.menu-items-lower {
		margin-left: auto;
		margin-right: auto;
		max-width:1200px;
	}
	
	.textbox-contact {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	float: left;
	padding-left: 50px;
	padding-top: 150px;
	}		
	
div.imagebox-menu {
	position: relative;
	margin-left: auto;
	max-width: 600px;
	margin-top: 0px;
	padding-top: 0px;
	float: left;
	margin-right: 0px;
	padding-right: 0px;
	min-width: 0px;
		}
div.box2 {
	margin: auto;
	margin-bottom: 50px;
	padding-left:0px;
	float: left;
	}

.container {
	margin-top: auto;
	margin-right: auto;
	margin-left: 35px;
	margin-bottom: auto;
	margin-left: 35px;
	min-width: 300px;
	}
	
.square-thumbnail {
		max-width: 275px;
	}
	
div.menu-description {
	margin-top:50px;
	margin-left: 0px;
	padding-left: 0px;
	max-width: 600px;
	}
	
div.menu-description-inner {		
	}
	
div.menu-nav {
	margin-right: auto;
	float: left;
	margin-left: auto;
	max-width: auto;
	min-width: 700px;
	}
	
div.textbox {	
	max-width: 575px;
	margin:auto;
	float:none;
}
	
div.textboxouter {
	padding-top: 25px;
	float: left;
	margin-top:0px;
	margin-bottom: 100px;
	margin-left:0px;
	margin-right: 50px;
}
	
div.textboxouter-map {
	padding-top: 25px;
	margin-top: 0px;
	margin-bottom: 150px;
	margin-left: auto;
	margin-right: 50px;
	float: left;
}	
	
div.imagebox {
	max-width: 600px;
	float: left;
	padding-left: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 100px;
}

div.box2 {
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}
	
.map-responsive {
	margin-top:0px;
	max-width: 600px;
}
}

@media only screen and (min-width: 1700px){
	

	
	div.textboxouter {
	padding-top: 100px;
	float: left;
	margin-top:0px;
	margin-bottom: 100px;
	}
	

div.box2 {
	margin-left: 0px;
	margin-bottom: 50px;
	padding-left:0px;
	float: left;
	}
	
div.menu-description {
	margin-top:50px;
	margin-left: 0px;
	padding-left: 0px;
	}	

	.menu-nav {
		max-width: 700px;
	}
	
}	

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
} 

@media screen{
}
