﻿@font-face {
    font-family: "macchiatoFont";
    src: url('../font/brussels-regular.woff');
}

#logo {
    font-family: macchiatoFont;
    font-size: 30px;
    line-height: 1.2;
    color: red;
}

h1 {
	letter-spacing: -1.6px;
	font-family: macchiatoFont;
	color: white;
}

.galleryContainer {
	margin: 30px 0px;
}

.darkener {
    width: 100%;
    height: 100%;
    background-color: inherit;
    background-color: rgba(0, 0, 0, 0.35);
}

.itemWrapper {
	position: relative;
}

.itemWrapper:before {
	position: absolute;
	height: 100%;
	width: 15px;
	background-color: #E42314;
	content: "";
	left: -15px;
}

.background-image {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 1;
	display: block;
	background: url('../img/WP_20140825_020.jpg') no-repeat fixed center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	width: 100%;
	height: 100%;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}

.content {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9999;
}

.upperFoodText {
	min-height: 250px;
}

.bold {
	font-weight: bold;
}

.lowerFoodText {
	min-height: 200px;
}

@media (max-width: 1025px) {
		.lowerFoodText {
			min-height: 0;
	}
		.upperFoodText {
			min-height: 0;
	}

}

/*Menu*/
.menuItem {
	font-weight: 600;
}

.menuAnnotation {

}

.menuAmount {
	
}

.menuPrice {
float: right;
font-weight: 700;
}

.menuAdditionalInfo {


}

.menuInfo {
	font-size: 0.875rem;
	background-color: #51403a;
	color: white;
}

table {
	background-image:url("../img/menuBackground.png");
	background-size: 100%;
	background-position: bottom; 
	color: white;
	border: none;
}

 .google-maps iframe {
        width: 100% !important;
        height: 100% !important;
 }