body{
	font-family: 'Open Sans', sans-serif;
	margin: 0;	
	color: #564746;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none
}

a {
	text-decoration: none;
	color: #9b0300;
}

.container {
	width: 990px;
	margin: auto;
	padding: 4em 0;
	overflow: auto;
}

nav, h1 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
}

h1 {
text-align: center;
font-size: 65px;
color: #564746;
line-height: 65px;
height: 65px;
font-weight: normal;
}

h1 span img {
	margin: 0 40px;
}

h2 {
	font-size: 24px;
	line-height: 30px;
	color: #564746;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px;
}

.col-left {
	text-align: right;
	width: 48%;
	float: left;
}

.col-right {
	color: #564746;
	float: right;
	width: 48%;
	text-align: left;
}

img {
	vertical-align: middle;
}

span.span-h2 {
	margin: 0 30px;
}

.subtitle{
	color: #9b0300;
	font-size: 18px;
	margin-top: 20px;
	text-transform: uppercase;
}

.food {
	margin: 10px;
	font-size: .8em;
	color: #564746;
}

.what-is {
	color: #8f7978;
	font-style: italic;
}

.notes {
	color: #9b0300;
	font-style: italic;
	font-size: .8em;
}

.notes-2 {
	padding: 1em;
	color: #9b0300;
	font-style: italic;
	font-size: .8em;
}

/* header */

#header {
	background-image: url(img/back-intro.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center; 
	background-position: center;
}

#header ul {
	display: inline-block;
	line-height: 131px;
	height: 131px;
}

#header ul li {
	float: left;

}

#header a {
	color: white;
	margin: 0 25px;
	font-size: 30px;
}

nav {
	margin-bottom: 2em;
}

#header ul li img {
	margin: 0 40px;
}

/* about us */

#about{
	background-size: auto;
}

.space {
	letter-spacing: 4px;
	text-transform: uppercase;
	font-size: 15px;
}

#about p {
	color: #564746;
}

#about .doble-col .col-left {
	text-align: justify;
}

#about .doble-col .col-right {
	text-align: justify;
}

#about .col-left{
	border-right: 1px solid #9b0300;
}

#about .col-left {
	width: 47%;
	float: left;
	padding-right: 3%;
}

#about .col-right {
	width: 47%;
	float: right;
	padding-left: 2%
}

#about h2 {
	clear: both;
	padding: 40px;
}

/* BOOKING */

#booking {
	background: #fcf1da;
	background-size: auto;
}

#booking .col-left {
	display: block;
	text-align: right;
}




/* MENU */

#menu {
	padding: 95px 0;
	background-image: url(img/menu/background-menu.jpg);
	text-align: center;
}

#menu .container{
	background: white;
	height: 1000px;
}

#menu ul {
	display: inline-block;
}

#menu ul span {
	display: block;
	margin: 10px 0 20px 0;
}

/*   main menu 1  */

#menu ul.mainmenu1 li{
	font-size: 25px;
	float: left;
	margin: 10px 30px;
}

#menu ul.mainmenu2 {
	clear: left;
}

#menu ul li {
	font-size: 16px;
	float: left;
	margin: 10px 40px;
}

ul.mainmenu2 a:active {
color: #bc6f6c;
}

#menu .price {
	font-weight: bold;
}

/*   Catering  */

#catering {
	background: #f7e5c0;
	background-size: auto;
	color: #564746;
	text-align: center;
}
#catering h2 {
	display: inline-block;
}

#catering .maracas {
	clear: both;
	text-align: center;
	font-size: 20px;
	padding: 1em;
	display: block;
}

#catering a {
	display: inline-block;
	padding: .5em 0;
}

#catering a .col-left {
	color: #564746;
	text-decoration: underline;
}

#catering h3 {
	font-weight: normal;
	text-align: center;
	font-size: 15px;
}

#catering a img {
	margin-left: .5em;
}

#catering .col-right {
	padding: .5em 0;
}

.menu-catering {
	background-color: white;
	padding: 5em 0; 
}

/* CONTACT   */

#contact a {
	display: inline-block;
	padding: .5em 0;
	color: #564746;
	text-decoration: underline;
}

#contact a img {	
	margin-right: .5em;
	text-align: right;
}

#contact .col-left {
	padding: .5em 0;
}

.fb {
	margin-right: .5em;
}
/* MAP */

#map .map-button {
	text-align: left;
	margin: 0 0 0 3em;
	padding: 1em;
	color: white;
	font-size: 1em;
	text-transform: uppercase;
	background-color: #9b0300;
	box-shadow: 0 0 5px #000000;
}

#map .view-map a {
	color: white;
	margin: 40px;
	padding: 1em;
}

/*  FOOTER */

footer {
	background: #9b0300;
	background-size: auto;
	color: white;
	text-align: center;
}

footer .container {
	padding: 2em;
}

footer small {
	font-weight: normal;
	font-size: 13px;
	margin: .5em;
}

footer small a {
	color: white;
}