body {
	background-image: url("assets/texture.png");
    background-color:rgb(225,210,197);  /*cannoli */
	background-repeat:repeat;

	}
h1 {
	font-family: "Klinic Slab Bold", Tahoma, sans-serif;
    color: rgb(207,28,68); /*marinara red */
}
h2 {
	font-family: "Klinic Slab Bold", Tahoma, sans-serif;
    color: rgb(3,164,91); /* leafy green */
}
h3 {
	font-family: "Klinic Slab Bold", Tahoma, sans-serif;
    color: rgb(109,68,72); /* espresso */
}
p {
	font-family: "Klinic Slab", Tahoma, sans-serif;
    color: rgb(109,68,72); /* espresso */
}

#header { width:100%; 
          height: 15%;
		  background-color: rgba(109,68,72, 0.25); /*espresso at 25% opacity*/
		  margin-top: 0px;
		  display:block;
		  }

#logo { width: 50%;
		margin:auto;
}

#wrapper {
	width: 100%;
	height: 100%;
}


#nav ul {
    list-style-type: none;
    margin: 0px;
    padding: 20px;
    overflow: hidden;
}

#nav li {
    float: left;
	padding: 20px;
	}

#nav a:link, #nav a:visited {
         display: block;
		 width: 100%;
		 font-family: "Klinic Slab Bold", Tahoma, sans-serif;
         font-weight: bold;
		 font-size:24px;
         color: rgb(207,28,68); /* marinara red */
         text-align: center;
         background-color:rgb(225,210,197);  /*cannoli */
         padding: 10px;
         text-decoration: none;
		 
        }
#content {
	background-color: #ffffff;
	width: 90%;
	height: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	position: relative;
	padding: 10px;
}  

#photos {
	margin: auto;
}

#mission {
	height: 20%;
	width: 90%;
	border-style: solid;
    border-color: rgb(207,28,68);
	padding: 10px;
	
}

#specials {
	text-align: center;
	height: 40%;
	width: 90%;
	border-style: solid;
    border-color: rgb(207,28,68);
	padding: 5px;
	margin:auto;
	
}

a:link {
    text-decoration: none;
}

#rightmenu {
	display: block;
	float: right;
	margin-top:75px;
	width: 40%;
	
}

#leftmenu {
	display: block;
	float: left;
	margin-top: 75px;
	width: 40%;
	clear:both;
   
}

.footer { 
		  clear:both;
		  display:block;
		  width:100%; 
          height: 60px;
		  padding: 5px;
		  margin-top: 10px;
	      background-color: rgba(225,210,197,0.75);
          text-align: center;
		  }  
.col {
	width: 33%;
	}		  
.footer .row { 
clear:both;

}
.footer .row  .col    {
    float:left;
}	

	  