@charset "UTF-8";

body {
	font-family: averia-serif-libre;
	font-style: normal;
	font-weight: 300;
	background-image: url(Images/tomatoes.jpg);
	background-size: cover;
	background-attachment: fixed;
}
nav {
	box-shadow: 0 0px;
	color: #d7e4c2;
	padding-top: 5px;
	padding-bottom: 2px;
	text-align: center;
	word-spacing: 2.2em;
	margin-left: 25%;
	margin-right: 25%;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: #000000;
}
h2 {
	text-align: center;
	color: #543136;
	text-shadow: 0 0;
}
h1 {
	font-size: 2em;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	margin-top: 140px;
}
p {
	color: #FFFFFF;
	float: right;
	margin-left: 2.5%;
	margin-right: 20%;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 400;
}
footer {
	font-family: league-gothic;
	font-style: normal;
	font-weight: 200;
	word-spacing: 0.05em;
	text-align: center;
	margin-bottom: 41px;
	margin-left: 40%;
	margin-right: 42%;
	background-color: #D7E4C2;
	clear: both;
}
.asideleft {
	margin-right: 2.5%;
	margin-left: 26%;
	float: left;
	margin-top: 14px;
	padding-top: 0px;
	width: 22em;
	margin-bottom: 25px;
	height: 22em;
	
}
.sectionright {
	margin-left: 2.5%;
	margin-right: 26%;
	float: right;
	width: 19%;
	font-size: medium;
	margin-top: 14px;
}
body h1 img {
	width: 30%;
	height: 30%;
}
.navhome {
	padding-top: 50px;
	padding-right: 24px;
	padding-left: 24px;
}
.navreservations {
	padding-top: 50px;
}
.navabout {
	padding-top: 50px;
	padding-left: 24px;
	padding-right: 24px;
}
.navcontact {
	padding-top: 50px;
	padding-left: 22px;
	padding-right: 22px;
}
.carousel-inner .item.active .center-block {
	background-image: url(Images/35_news_lasagna.png);
}
.carousel-inner .item .carousel-caption {
}
.asidelefta {
	margin-right: 2.5%;
	margin-left: 26%;
	float: left;
	margin-top: 13px;
	padding-top: 0px;
	width: 11em;
	margin-bottom: 16px;
	height: 13em;
	background-repeat: no-repeat;
	background-image: url(Images/chicken-cacciatore.jpg);
	background-size: cover;
	background-position: 10% 0%;
}
