	body {
	margin:0em 0em 8em 0em;
	background: linear-gradient(132deg, rgb(252 255 63) 0.00%, rgb(243 18 20) 50.00%, rgb(243 41 237) 100.00%);
}

a:active, a:link, a:visited{
	text-decoration:none;
	font-size:2.7rem;
}

a.button, a.button:active, a.button:link, a.button:visited {
	position: center;
	font-family: 'Ribeye', cursive;
	font-size: 1.5rem;
	color: black;
	background-color: #f5c734;
	display: inline-block;
	border-radius: 4px;
	box-shadow: 1px 4px 8px 0px rgb(0 0 0 / 20%), -3px 2px 6px 0 rgb(0 0 0 / 19%);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-bottom: 6px;
	margin-top: 10px;
	padding: 0px 5px 0px 5px;
}

a.button.order{
	background: linear-gradient(132deg, rgb(106 200 236) 0.00%, rgb(101 127 218) 100.00%);
	font-size: 2rem;
}

a.phone{
	font-size: 1.25rem;
}

h1{
	text-align: center;
	font-size: 4rem;
	font-family: 'Ribeye', cursive;
	color:black;
	margin: 0 0 0 0;
	font-weight: 500;
}

h2{
	text-align:center;
	font-family: 'Ribeye', cursive;
	font-size: 1.75rem;
	color:black;
	font-weight:300;
	margin: .5em .5em .5em .5em;
}

h3 {
	font-family: 'Ribeye', cursive;
	font-size:1.5rem;
	text-align:center;
	margin: 0em 0em 0em 0em;
}

h6 {
	font-family: 'Ribeye', cursive;
	font-size:4vw;
	text-align:center;
	margin: 0em 0em 0em 0em;
}

p {
	text-align: justify;
	font-size: 1.25rem;
	font-family: 'Roboto Slab', serif;
	color:black;
    padding: 1.5em 0.5em 1.5em 0.5em;
    background: linear-gradient(132deg, rgb(251, 251, 255) 0.00%, rgb(215, 223, 252) 100.00%);
    box-shadow: 0px 0px 9px 0px black;
    margin: 0px 6px 0px 6px;
	border-radius: 2px;
}

p.social{
	text-align: center;
	background: none;
	box-shadow: none;
	margin:0px;
	padding: 0px;
}

p img{width: 100%;}

address{
	font-size: 1.25rem;
	font-family: 'Roboto Slab', serif;

}
div.gallery img {
	width: 100%;
	height: auto;
}


* {
	box-sizing:border-box;
}



.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.flex-container {
	display:flex;
	flex-wrap:nowrap;
	background-color: green;
}

.flex-container .box {
	background-color: green;
	width: 100%;
	margin: 6px 0;
	text-align: center;
	line-height: 15px;
	font-size: 1.625rem;
}
.row::after{
	content:"";
	clear:both;
	display:table;
}

[class*="col-"]{
	float:left;
	padding:6px;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
 
 .roundedge {
	border-bottom: 3px solid #006341;
	border-top: 3px solid #CE1126;
	font-size:1.75rem;
	font-family: 'Ribeye', cursive;
	margin:0em 0em 0em 0em;
	text-align:center;
    color: black;
	background: linear-gradient(
   90deg,
   #006847,
   #ffffff,
   #ffffff,
   #ce1126);
   margin-top: 20px;
   margin-bottom: 20px;
}

.scroll{
	height:85%;
	width:100%;
	border:1px solid #ccc;
	overflow:scroll;
}

.anchor{
	display:block;
	padding-top:30px;
}

 .menuLines {
	border-bottom: 3px solid green;
	margin:0em 0em 0em 0em;
}

img {
	object-fit:fill;
	border-radius:2px;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 20px;
}

th img{padding: 0px 6px 10px 6px;}


 
dl {
	color: black;
	font-family: 'Roboto Slab', serif;
	font-size:1rem;

}
dd {
	color: black;
	font-family: 'Roboto Slab', serif;
	font-size:.9rem;

}
dt {
	border-bottom: 2px solid rgba(0,128,0, .4);
	
}

.testDD {
	width: 33.33%;
	float: right;
	border: 1px solid red;
}

.contentText{
	text-align: justify;
}

.tab{
	overflow: hidden;
	padding-top: 12px;
	border-radius: 3px;
	display: flex;
}

.tab button {
	outline: none;
	cursor: pointer;
	transition: 0.3s;
	font-size: 1rem;
	font-family: 'Roboto Slab', serif;
    margin: 0px 1px 1px 1px;
    border-radius: 5px;
    overflow: hidden;
	background: linear-gradient(19deg, rgb(31, 207, 195) 0.00%, rgb(31, 145, 207) 100.00%);
}

.tab button:active {
	opacity: .5;
}

.selected{
	color: white;
}

.tabcontent{
	display: none;
	padding: 6px 12px;
	border-top: none;
	margin: 20px 10px 10px 10px;
    background: white;
    box-shadow: 0px 0px 9px 0px black;
}

#Breakfast {
	display: block;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.15s;
}

.overlay-content {
  position: relative;
  top: 5%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  font-family: 'Ribeye', cursive;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  color: #818181;
  display: block;
  transition: 0.3s;
  border-bottom: 1px solid;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}


.menuFloat{
	position: fixed;
	padding: 0px 6px 6px 6px;
	background: #096d4dde;
	float: right;
	display: block;
	font-size: 2rem;
	font-family: Ribeye, cursive;
	text-align: center;
	right: 0;
	color: white;
	width:100%;
}

a.icon{
	font-size: 2rem;
	border: none;
}

i.menuBars{
	float:right; 
	padding-top: 6px;
	display: block;
}

td{
	font-weight: normal;
	text-align: justify;
	font-family: 'Roboto Slab', serif;
	padding: 10px;
	background: linear-gradient(132deg, rgb(251, 251, 255) 0.00%, rgb(215, 223, 252) 100.00%);
	font-size: 1.25rem;
}

th {
	font-weight: normal;
	text-align: center;
	font-family: 'Roboto Slab', serif;
	padding-top: 10px;
	background: #e8db0c;
	font-size: 1.25rem;
}

td.tacos{
	text-align: center;
}

table{
	margin-left:auto;
	margin-right:auto;
	box-shadow: 0px 0px 9px 0px black;
    margin: 30px 6px 10px 6px;
	border-spacing: 0px;
}

header{max-width: 100%;}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 1.5rem}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

@media screen and (min-width: 768px){
	body{margin:0em 20% 8em 20%;}
	h6{font-size:3vw;}
	.menuFloat{right:0;}
	.responsive{width: 50%}
	.responsive img{margin-top: 0px;}
	table img {width: 100%; margin-top:0px;}
	th{padding-right:0px;padding-left:0px;}
	a.button.order{font-size:3rem;}
	td {text-align: center;}
	p {padding: 1.5em;}
}

@media screen and (min-width: 992px){
	body{margin:0em 15% 8em 15%;}
	h6{font-size:2vw;}
	img {width: 60%;}
	.tabcontent{margin: 20px 70px 10px 70px;}
	.tab button{font-size: 1.5rem;}
}

@media screen and (min-width: 1440px){
	.roundedge{font-size: 2rem}
	h6{font-size:1.5vw;}
	body{margin:0em 25% 8em 25%;}
	.tabcontent{margin: 20px 100px 10px 100px;}
	.responsive{width: 24.99%}
	.responsive img{margin-top: 0px;}

}

		