html {
	background-color: #ffffff;
}

body {
	background-color: #D8C6B8;
	margin: 0 auto;
	width: 960px;
	font-family: "Klinic Slab", sans-serif;
	
}
a {text-decoration: none;
	color: #543136;
}
.left {
	width: 320px;
	float: left;
}
.right {
	width: 320px;
	float: right;

}

header{ 
    height: 150px;
	padding-top: 20px;
	
	
}
li {
	display: inline;
	padding: 30px;
}

#logo {
	width: 320px;
	float: left;
	text-align: center;
	
	
}

	
/* contect */

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

#main {
	background: url('images/italian-restaurant.jpg') ;
	background-size:cover; 
	height: 400px;
	
}
#main p {
	margin: 0;
	padding-top: 20px;
	color: #CF1C44;
	text-align: center;
	font-size: 30px;
	
	
}

form {
	padding-top: 30px;
	text-align: center
		
	
}
#email {
	width: 220px;
	height: 25px;
	border-radius: 5px;
	padding: 0;
	margin: 10px;
	
}

.box {
	position:relative;
	float:left;
	margin: 20px 30px;
	
}

.box img {
	position: relative;
	z-index: 1;
	margin-left: 30px;
	
		
}
.box p {text-align: center;
padding-left: 30px;
  width: 200px;
  height: 200px;
  }

.box h1 { text-align: center}

/* FOOTER */

nav{ font-size: 16px;
	text-align: center;
	
	
	
}


footter img {
	height: auto;
	width: 100px;
	display: block;
	margin: 0 auto;
	
	
	
}

img {
  border-radius: 50%;
}

#map {padding-left: 250px;
	padding-bottom: 100px;
	padding-top: 50px;
	
	
}
 
/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */  
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #0B9446;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #D8C6B8;
}

/* Add a background color and some padding around the form */
.container {
  border-radius: 5px;
  background-color: #D8C6B8;
  padding: 20px;
}
		
	












	
