@charset "utf-8";
/* CSS Document */


body {
	
	background-image: url(../images/food/centertiramasu.jpg);
	background-blend-mode: multiply;
	background-color: rgba(62,118,35,0.51);
	background-size: cover;
	background-repeat: no-repeat;
	left: auto;
	top: auto;
}
								/*Wraps the entire body*/
.body-wrapper {
	max-width: 1200px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	/*  padding: 10px;*/
	background: #D5C4B6;
}


				/*Bounding box for all header details. Make sure to change width and other settings to make the content fit inside body-wrapper.*/

header {
	background:#5E1211;
	width: 1200px;
	position: auto;
	height: 6em;
}

address {
	color: #FFF;
	font-size: 1em;
	font-family: 'goudy-bookletter-1911',Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	top: 0;
	left: 0;
	float: right;
	position: relative;
	padding-top: 0.75em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 1em;
}

/*styling the headerlogo width does not work... figure out why.had to apply with in source code. Not a major issue right now, because the logo is the proper size. Logo is suppose to hang half way between wine and cannoli background colors.*/
.headerlogo {
	position: relative;
	float: left;
	padding-top: 1em;
	z-index: 100;
}

li {
	list-style-type: none;

}
li a {
	text-decoration: none;
}


/*Top nav bar looks good. 1em padding left and right so the hover is even on both side. Changed width to 1200px to fit inside body-wrapper.*/
.topnav {
	background: none;
	position: absolute;
	top: 8em;
	width: 1200px;
	height: 2em;
	padding-top: .50em;
}

 .topnav li{
	list-style-type: none;
	display: inline;
	float: right;
}

/*Finally figured out how to remove underline from hyperlink. */
.topnav li a {
	text-decoration: none;
	font-family: 'goudy-bookletter-1911',Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 1.25em;
	padding-right: 1em;
	padding-left: 1em;
	color: #5E1211;
}

/*What happens when the mouse pointer hovers over the selected content. Keep hover info consisitent throughout the webpage.*/
.topnav li a:hover:not(.active) {
    background-color:#3E7623;
	padding-left: 2em;
	padding-right: 2em;
	color: #FFF;
}

/*Controls top margin of unordered navigation bar in the header.*/
.topnav ul {
	margin-top: auto;}


						/*Header details end here*/


							/*Starting Feature Row Layout*/
.toprow {
	margin-right: 1em;
	margin-left: 3.25em;
	width: 1150px;
	display: inline-block;
	margin-top: 10px;
}

.col-feature{
	display: inline-block;
	background-image: url(../images/food/tomatopizza.jpg);
	background-repeat: no-repeat;
	color: #D5C4B6;
	float: left;
	width: 535px;
	height: 352px;
	margin-bottom: 10px;
	background-size: cover;
	margin-right: 15px;
	position: relative;
	border:4px solid #FFF;


}

.col-feature:hover {
	border:4px solid #7D1A10;
	background-size: 150%;
}
	
 .col-specials {
	background-image: url(../images/food/figsalad.jpg);
	background-repeat: no-repeat;
	color: #D5C4B6;
	float: left;
	display: inline-block;
	margin-bottom: 10px;
	width: 535px;
	height: 165px;
	background-size: cover;	 
	border:3px solid #FFF;
	position: relative;
}

.col-specials:hover {
	border:3px solid #7D1A10;
	background-size: 125%;
}

 .col-menu {
	background-image: url(../images/food/shrimppasta.jpg);
	background-repeat: no-repeat;
	color: #D5C4B6;
	text-align: center;
	float: left;
	display: inline-block;
	margin-bottom: 10px;
	width: 535px;
	height: 170px;
	background-size: cover;
	margin-top: 5px;
	position: relative;
	border:3px solid #FFF;
}

.col-menu:hover {
	border:3px solid #7D1A10;
	background-size: 125%;
}


								/*Text for toprow*/

.order-text {
	font-size: 25px;
	text-transform: uppercase;
	position: absolute;
	left: 18%;
	top: 58%;
}

.order-text a {
	text-decoration: none;
	
}

.specials-text {
	
	font-size: 20px;
	position: absolute;
	left: 41%;
	top: 54%;
}

.specials-text a {
	text-decoration: none;
	
}

.menu-text {
	font-size: 20px;
	position: absolute;
	left: 38%;
	top: 54%;
}

.menu-text a {
	text-decoration: none;
	
}

.h1-feature {
	background-color: #D5C4B6;
	padding-right: 8px;
	padding-left: 8px;
	color: #3E7623;
	border: 2px solid #7D1A10;

}

.h1-feature:hover {
	background-color: #3E7623;
	padding-right: 8px;
	padding-left: 8px;
	color: #FDFDFD;
	border: 2px solid #FDFDFD;

}

.h3-specials {
	background-color: #D5C4B6;
	padding-right: 8px;
	padding-left: 8px;
	color: #3E7623;
	border: 2px solid #7D1A10;

}

.h3-specials:hover {
	background-color: #3E7623;
	padding-right: 8px;
	padding-left: 8px;
	color: #FDFDFD;
	border: 2px solid #FDFDFD;

}

.h3-menu {
	background-color: #D5C4B6;
	padding-right: 8px;
	padding-left: 8px;
	color: #3E7623;
	border: 2px solid #7D1A10;

}

.h3-menu:hover {
	background-color: #3E7623;
	padding-right: 8px;
	padding-left: 8px;
	color: #FDFDFD;
	border: 2px solid #FDFDFD;

}



						/*End text for topr row*/

						/*Start of bottom row*/

.historyblurb {
	margin-right: 1em;
	margin-left: 3.25em;
	width: 1093px;
	display: inline-block;
/*	margin-top: 5px;*/
	background-image: url(../images/food/oldfamilyphoto.jpg);
	height:267.5px;
	border: 3px solid #fff; 
	position: relative;
		
}
.familyparagraph {
	font-size: 20px;
	text-transform: none;
	position: absolute;
	left: 23%;
	top: 39%;
	padding-left: 19em;
	padding-right: 1em;
	text-align: center;
	color: rgba(253,253,253,1.00);
	font-family: 'goudy-bookletter-1911',Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";

}

.familytext {
	font-size: 18px;
	text-transform: none;
	position: absolute;
	left: 73%;
	top: 74%;
	text-align: center;
	color: rgba(253,253,253,1.00);
	font-family: 'goudy-bookletter-1911',Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}

.familytext a {
	text-decoration: none;
}

.h3-history {
	background-color: #D5C4B6;
	padding-right: 8px;
	padding-left: 8px;
	color: #3E7623;
	border: 2px solid #7D1A10;

}

.h3-history:hover {
	background-color: #3E7623;
	padding-right: 8px;
	padding-left: 8px;
	color: #FDFDFD;
	border: 2px solid #FDFDFD;
}

							/*End of Bottom Row*/


							/*Start of the Footer*/


.end {
	background:#5E1211;
	width: 1200px;
	position: relative;
	height: 10em;
	margin-top: 1em;
}

.endlogo {
	position: absolute;
	float: left;
	left: 4%;
	top: 5%;
	z-index: 100;
	
}


.ul-wrapper {
	float: left;
	height: 6em;
	width: 220px;
}

.ul-wrapper-2 {
	float: left;
	height: 6em;
	width: 180px;
}

.footnav li a {
	padding-top: .75em;

}

.footnav ul {
	padding-left: 5em;
	padding-right: 5em;
}

.footwrapper {
	position: absolute;
	left: 28%;
	top: 1%;
}
.footnav {
	
	font-family: 'goudy-bookletter-1911',Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 12px;
	text-decoration: none;	
}
	
.footnav a {
	list-style-type: none;
	float: left;
	color: #fff;
	text-align: center;
	padding: 2px;
	
}

.footnav a:hover:not(.active) {
	color: #D5C4B6;
	font-size: 14px;
	
}


.copy {
	text-align: center;
	color: rgba(255,255,255,1.00);
	position: absolute;
	top: 81%;
	left: 45%;
}
.copy a {
	text-decoration: none;
	color: rgba(213,196,182,1.00);
	
}


/*
footer {
	background: rgba(95,19,18,1.00);
	left: 2px;
	width: 100%;
	padding: 2em;
	bottom: auto;
	
}
*/

/*CSS for Mene Webpage*/

.menu {
	margin-top: 5em;
	width: 1200;
	position: relative;
	

	
}

.menu-web img {
	width: 1200px;
	margin-top: 0;
	padding-top: 0;
}

.h1-menu {
	font-size: 30px;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 0;
	font-family: 'goudy-bookletter-1911',Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: rgba(94,18,17,1.00)
}

/*End Menu Page*/

/*Start About Us page*/

.about-wrapper {
	margin-top: 5em;
	position: relative;
	width: 1200px;
	margin-bottom: 4em;
}

.history-sec {
	margin-top: 0;
	margin-left: 2em;
	position: relative;
	display:flex;
}

.old-photo img {
	width: 700px;

}
.h1-about {
	font-size: 30px;
	padding: 0;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 0;
	font-family: 'goudy-bookletter-1911',Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: rgba(94,18,17,1.00);
}

.para-text {
	width: 400px;
	margin-left: 2.5em;
}
.para-text p {
	text-align: left;
	margin-top: 0;
	font-family: 'goudy-bookletter-1911',Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: rgba(94,18,17,1.00);
	font-size: 18px;
}

.about-state {
	margin-top: 0;
	margin-left: 2em;
	position: relative;
	display:flex;
	
}

.h2-vision {
	font-size: 25px;
	padding: 0;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 0;
	font-family: 'goudy-bookletter-1911',Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: rgba(62,118,35,1.00);
	width: 600px;

}

.h2-mission {
	font-size: 25px;
	padding: 0;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 0;
	font-family: 'goudy-bookletter-1911',Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: rgba(62,118,35,1.00);
	width: 600px;
}

.para-mission {
	text-align: center;
	margin-top: 0;
	font-family: 'goudy-bookletter-1911',Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: rgba(94,18,17,1.00);
	font-size: 18px;
	width: 500px;
	margin-left: 2em;
}

.para-vision {
	text-align: center;
	margin-top: 0;
	font-family: 'goudy-bookletter-1911',Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: rgba(94,18,17,1.00);
	font-size: 18px;
	width: 500px;
	margin-left: 2em;
}


.contact-wrapper {
	margin-top: 5em;
	position: relative;
	width: 1200px;
	margin-bottom: 4em;
}


.h1-contact {
	font-size: 30px;
	padding: 0;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 0;
	font-family: 'goudy-bookletter-1911',Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: rgba(94,18,17,1.00);
}

.ordernow-wrapper {
	margin-top: 5em;
	position: relative;
	width: 1200px;
	margin-bottom: 4em;
}


.h1-ordernow {
	font-size: 30px;
	padding: 0;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 0;
	font-family: 'goudy-bookletter-1911',Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: rgba(94,18,17,1.00);
}

.specialspage-wrapper {
	margin-top: 5em;
	position: relative;
	width: 1200px;
	margin-bottom: 4em;
}


.h1-specialspage {
	font-size: 30px;
	padding: 0;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 0;
	font-family: 'goudy-bookletter-1911',Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: rgba(94,18,17,1.00);
}

.catering-wrapper {
	margin-top: 5em;
	position: relative;
	width: 1200px;
	margin-bottom: 4em;
}


.h1-catering {
	font-size: 30px;
	padding: 0;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 0;
	font-family: 'goudy-bookletter-1911',Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: rgba(94,18,17,1.00);
}









