@charset "UTF-8";
/* CSS Document */


body {background: #f2ebdf; padding-top: 25px; font-family: "Majesti Banner Bold"; color: #000000}


.container{
	width: auto;
	margin: auto
}
#navbar {
	background: #000000
}
.navbar{
	width: 100%;
	overflow: hidden;
	height: 70px;
	line-height: 70px;
	border-bottom: 2px solid #BE1E2D; 
}

/* Logo*/
.logo 
img{height: 70px;
	float: left;
}

/* Navigation */
.menu{
	float: right;
}

.menu li:hover{
	background: #BE1E2D;
}

.menu li{
	float: right;
	width: 120px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	list-style: none;
	
}
.menu li a{
	color: #8A8C8F;
	text-decoration: none;
	font-family: "Majesti Banner Bold";
	text-transform: uppercase;
	display: block
}

.menu li a:hover{
	color: #000000;
}
#header{
	padding-top: 25px;
	width: 500px;
	font-size: 35px;
	text-align: center;
	color: #BE1E2D;
}
#header2{
	padding-top: 25px;
	width: 500px;
	font-size: 35px;
	text-align: center;
	color: #BE1E2D;
}

#header3{
	padding-top: 25px;
	width: 500px;
	font-size: 35px;
	text-align: center;
	color: #BE1E2D;
}
	
#container{
	min-height: 100%;
}
#main{
    overflow: auto;
    padding-bottom: 100px;
 
}
#footer{
    padding-top: 5px;
    background-color: #000000;
    position: relative;
    margin-top: auto;
    clear: both;
    font-family: "Majesti Banner Bold";
    color: #8A8C8F;
    text-align: center;
}
.icons
img {padding: 5px;
	float: center;
	
}
.paintstroke {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.subheadings{
	font-family: "Arial";
	font-size: 30px;
	text-align: center;
	font-weight: 600;
}

.items{
	font-family:'Arial';
	font-size: 20px;
	font-weight: 600;
	padding-bottom: -50px;
	padding-top: 15px;
	
}

.descriptions{
	font-family:'Arial Narrow';
	font-size: 15px;
	margin-top: 10px;
	text-align: justify;
}


.googlemap{
	margin-left: auto;
    margin-right: auto;
    display: block;
	padding-bottom: 15px;
}

.food-price{
	text-align: right;
	font-family: "Arial Narrow";
	font-size: 20px;
	font-weight: 600;
	color: #888888;
}

.menutab{
	text-align: center;
	overflow: hidden;
	opacity: 0%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.tablinks{
	font-family: "Arial Narrow";
	font-size: 15px;
	font-weight: 400;
	background-color: inherit;
	float: none;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
}

.tablinks:hover{
	background-color: #8A8C8F;
}

.tabcontent{
	display:none;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-top: none;
}

.column{
	display: inline-block;
	vertical-align: middle;
	float: center;
	width: 30%;
	padding: 5px;
}

.row{
	text-align: center;
}
