@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:3px 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: 57%;
	top: 39%;
	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";
	text-shadow: 10px 4px 21px #1A2912;
	background-color: rgba(62,118,35,0.37);
	width: 450px;
}

.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: 4em;
	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 {
	color: rgba(255,255,255,1.00);
	position: absolute;
	top: 50%;
	left: 85%;
}
.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: 1em;
}

.history-sec {
	margin-top: 0;
	margin-left: 2em;
	position: relative;
	display:flex;
}

.old-photo img {
	width: 700px;
	box-shadow: 10px 10px 50px #9C8D80;

}
.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);
	text-shadow: 2px 2px 5px #9E9187;
}

.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;
}

h2 {
	text-shadow: 2px 2px 5px #9E9187;
	font-family: 'goudy-bookletter-1911',Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
h1 {
	text-shadow: 2px 2px 5px #9E9187;
	font-family: 'goudy-bookletter-1911',Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
h3 {
	font-family: 'goudy-bookletter-1911',Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}

.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);
	
}


.spec-sections {
/*	background-color: rgba(84,49,54,0.87);*/
	width: 1000px;
	display: flex;
	margin-left: 4em;
	
}

.spec-sections h3 {
	text-shadow: 2px 2px 10px #7D1A10;
}

.sec1 {
	background-color: rgba(62,118,35,0.76);
	width: 300px;
	margin-top: 2em;
	margin-right: 2em;
	margin-bottom: 1em;
	box-shadow: 20px 20px 50px #9C8D80;
	color:rgba(253,253,253,1.00);
	text-align: center;
	border: 2px solid #FDFDFD;
	padding: 10px;
	}
.sec1 img {
	width: 300px;
}

.sec2 {
	background-color: rgba(62,118,35,0.76);
	width: 300px;
	margin-top: 2em;
	margin-right: 1em;
	margin-left: 1em;
	margin-bottom: 1em;
	box-shadow: 20px 20px 50px #9C8D80;
	color:rgba(253,253,253,1.00);
	text-align: center;
	border: 2px solid #FDFDFD;
	padding: 10px;
	
}
.sec2 img {
	width: 300px;
}
.sec3 {
	background-color: rgba(62,118,35,0.76);
	width: 300px;
	margin-top: 2em;
	margin-right: 3em;
	margin-left: 2em;
	margin-bottom: 1em;
	box-shadow: 20px 20px 50px #9C8D80;
	color:rgba(253,253,253,1.00);
	text-align: center;
	border: 2px solid #FDFDFD;
	padding: 10px;
}
.sec3 img {
	width: 300px;
}

.cater-content{
	width: 1200px;
	display: flex;
	margin-left: 1em;
	
}
.cater-image {
	margin: 2em;
	box-shadow: 20px 20px 50px #9C8D80;
}
.h1-we-cater {
	font-family: 'goudy-bookletter-1911',Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: rgba(94,18,17,1.00);
	font-size: 20px;
	text-align: center;
	text-shadow: 2px 2px 5px #9E9187;
	margin-top: 3em;
}

.para-cater {
	font-family: 'goudy-bookletter-1911',Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: #3E7623;
	font-size: 25px;
	text-align: center;
	width: 600px;
	text-shadow: 1px 2px 5px #9E9187;
}

.cater-menu {
	text-align: center;
}
.cater-menu img:hover {
	box-shadow: 20px 20px 50px #9C8D80;
	width: 300px;
}

.contact-map {
	width: 600px;
	height: 476px;
	margin-top: 0em;
	margin-right: 0em;
	margin-left: 21em;
	box-shadow: 20px 20px 50px #9C8D80;
	color: #fff;
	margin-bottom: 2em;
}
.contact-map img {
	width: 600px;
}
.contact-page {
	margin-bottom: 4em;
	margin-top: 4em;
}
.h1-title {
	font-size: 30px;
	margin: auto;
	margin-top: 2em;
	font-family: 'goudy-bookletter-1911',Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: rgba(94,18,17,1.00);
	width: 1200px;
}


.contact-top {
	text-align: center;
	margin-left: 5em;
}
.h2-address {
	font-size: 25px;
	padding: 0;
	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);
}
.contact-dress {
	margin-top: -25px;
	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;
}

.contact-mid {
	text-align: center;
	margin-left: 5em;
}
.h2-phone {
	font-size: 25px;
	padding: 0;
	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);
}

.contact-phone {
	margin-top: -25px;
	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;
}
.cater-phone {
	text-align: center;
	margin-left: 5em;
}

.h2-priv {
	font-size: 25px;
	margin-bottom: 0;
	font-family: 'goudy-bookletter-1911',Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: rgba(62,118,35,1.00);
	padding: 1em;
	text-shadow: none;
	
}

.para-priv {
	margin-top: -25px;
	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;
	padding: 1em;
	
}

.foot-priv {
	text-decoration: none;
	text-align: center;
	padding-top: 2em;
	color: rgba(213,196,182,1.00)
}
.foot-priv a{
	text-decoration: none;
	color: rgba(213,196,182,1.00);
	font-size: 18px;
}
.foot-priv a:hover {
	text-decoration: underline;
	color: rgba(253,253,253,1.00);
}
.copy a:hover {
	text-decoration: underline;
	color: rgba(253,253,253,1.00);
	
}

.site-box {
	widows: 1200px;
	margin-left: 10em;
}
.site-top {
	display:flex;
	margin: 2em;
}
.site-mid {
	display: flex;
	margin: 2em;
}
.site-bottom {
	display: flex;
	margin: 2em;
}
.site-about img {
	width: 250px;
	height: 250px;
	margin-right: 2em;

}
.site-home img {
	width: 250px;
	height: 250px;
	margin-right: 2em;

}
.site-menu img {
	width: 250px;
	height: 250px;
	margin-right: 2em;

}
.site-order img {
	width: 250px;
	height: 250px;
	margin-right: 2em;

}
.site-specials img {
	width: 250px;
	height: 250px;
	margin-right: 2em;
}
.site-contact img {
	width: 250px;
	height: 250px;
	margin-right: 2em;
}
.site-catering img {
	width: 250px;
	height: 250px;
	margin-right: 2em;
}
.site-privacy img {

	width: 250px;
	height: 250px;
	margin-right: 2em;
}

.site-box img {
	box-shadow: 20px 20px 50px #9C8D80;
}
.site-box img:hover {
	border: 5px solid #fff;
}

.h3-order {
	font-size: 25px;
	padding: 0;
	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);
	text-align: center;
}

.para-order {
	margin-top: -25px;
	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;
	text-align: center;
	padding-left: 10em;
	padding-right: 10em;
}

.h3-call {
	font-size: 35px;
	padding: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	font-family: 'goudy-bookletter-1911',Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: #fff;
	text-align: center;
	background-color: rgba(62,118,35,1.00);
	
}


.ordernow-wrapper {
	width: 1200px;
	margin-bottom: 1em;
}












































