html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size:100%;
	vertical-align: baseline;
}



article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

@font-face {
    font-family: 'Goudy Old Style';
    src: url('GoudyOldStyleT-Bold.woff2') format('woff2'),
        url('GoudyOldStyleT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Goudy Old Style';
    src: url('GoudyOldStyleT-Italic.woff2') format('woff2'),
        url('GoudyOldStyleT-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Goudy Old Style';
    src: url('GoudyOldStyleT-Regular.woff2') format('woff2'),
        url('GoudyOldStyleT-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*establishing base font*/
h1, h2, h3, h4, h5, h6, p, small, li, a{
	font-family: 'Goudy Old Style';
	font-weight: normal;
	font-style: normal;
	font-size: 18px
}

/*italic font*/
i{
	font-family: 'Goudy Old Style';
	font-weight: normal;
	font-style: italic
}

/*bold font*/
em{
	font-family: 'Goudy Old Style';
	font-weight: bold;
	font-style: normal;
}



table{
	border: 3px ridge rgba(85,50,55,.5)
}

/*color of text in nav bar*/
a{
	color: #d8c6b8;
}

/*position of nav bar*/
nav ul {
	list-style-type: none;
	margin: auto;
	padding-left:90px;
	padding-top: 17px;
	overflow: hidden;	
}

/*controls in line and left/right ordering of items*/
nav ul li {
	float:left;
	display: inline
}

/*formats links*/
nav ul li a {
	display:block;
	color: #d8c6b8;
	padding: 25px;
	text-align: center;
	text-decoration: underline;
}
/*hover properties*/
nav ul li a:hover {
	background-color: #543136;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,.3);
	border: 1px ridge rgba(216,198,184,.1);
}

/*color of dropbutton*/
li a, .dropbtn{
	color: #d8c6b8;
	display: inline-block;
}

/*alignment of dropdown*/
li.dropdown{
	display: inline-block;
}

/*dropdown button position/color and 3d illusion*/
.dropdown-content{
	display: none;
	padding: 5px;
	position: absolute;
	background-color: #543136;
	width: 120px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,.3);
	z-index: 1;
}

/*button hover color*/
.dropdown-content a:hover{
	background-color: #543136;
}

/*dispolays on hover*/
.dropdown:hover .dropdown-content{
	display:block;
}

/*sets heart image size*/
img.heart{
	height: 20px;
	width: 20px;
}

/*drink icon in dropdown menu size/position*/
img.drinkicon{
	padding-left: 7px;
	position: absolute;
	height: 25px;
	width: 25px;
}

/*pasta icon in dropdown menu size/position*/
img.menuicon{
	padding-left: 3px;
	margin-bottom: 25px;
	float: right;
	position: absolute;
	height: 35px;
	width: 35px;
}

/*changes button color on hover*/
a:hover,
a:focus{
	color: #0b9446;
	text-decoration:overline;
}

/*sets topbar container size/demensions/bg etc*/
#topbarcontain{
	width: 1000px;
	height: 118px;
	background-image: url("../images/banner2.png");
	margin: auto;
	padding: 0;
	border: 5px ridge rgba(85,50,55,.5);
}
/* no visible function
#topbarcontain > header{
	padding: 0 0.8em;
	height: 190px;
}*/

/*sets background image*/
body{
	background-image: url("../images/veggiebottomdarklowres.jpg");
	background-size:cover;	
}

/*used to ensure footer stays at bottom of menu pages*/
html{
	height:100%;
}

/*sets map background*/
section#location-maps{
	margin-top: 20px;
	background-color: rgba(85,50,55,.9);
	border: 5px ridge rgba(216,198,184,.1);
	width: 1000px;
	height: 420px;
	margin-left: auto;
	margin-right: auto;
}

/*font styling in locations page*/
section#location-maps p{
	color: #d8c6b8;
	text-shadow: 2px 2px black;
}

/*custom styling for bold in locations*/
section#location-maps em{
	font-variant: small-caps;
	text-decoration: underline;
	text-shadow: none;
}

/*sets map2 position*/
section#map2{
	float: right;
	padding-right: 40px;
	padding-top: 20px;
}

/*sets map1 position*/
section#map1{
	float: left;
	padding-left: 40px;
}

/*sets address 1 position*/
section#address1{
	float: left;
	padding-top: 20px;
	padding-left: 140px;
	text-align: center;
}

/*sets address 2 position*/
section#address2{
	float: right;
	padding-top: 5px;
	padding-right: 130px;
	text-align: center;
}

/*sets google maps sizes*/
.googlemap{
	width: 400px;
	height: 225px;
	border: 5px ridge rgba(216,198,184,.1);
}

/*sets links to green*/
.active,
header nav ul li a:focus,
header nav ul li a:hover{
	color: #0b9446;
}

/*sets logo position/size in top bar*/
#mainlogo img.logo{
	float: left;
	padding-top: 0;
	display: block;
	margin-left: 6%;
	margin-top: 32px;
	margin-right: 0px;
	height: 39px;
}

/*welcome page main feature section*/
section#mainfeature{
	width:1000px;
	padding: 0px;
	border: 5px ridge rgba(216,198,184,.1);
	margin: auto;
}

/*welcome page offers section*/
section#offers {
	background-color: rgba(85,50,55,.9);
	width: 1000px;
	height: 300px;
	padding: 0px;
	border: 5px ridge rgba(216,198,184,.1);
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	color: #d8c6b8
}

/*header in offers*/
section#offers h1{
	text-align: center;
	font-size: 2em;
	text-shadow: 2px 2px 5px black;
}

/*offerlist styling*/
.offerlist{
	line-height: 30px;
	padding-left: 25px;
	text-shadow: 2px 2px 5px black;
}

#customdish{
	text-align: center;
	text-shadow: 2px 2px 5px black;
	line-height: 30px;
}

#customdishlist{
	line-height: 30px;
	padding-left: 25px;
	text-shadow: 2px 2px 5px black;
}

#welcomemessage{
	line-height: 30px;
	background-color: rgba(85,50,55,.9);
	height:400px;
	text-shadow: 2px 2px 4px black
}

#welcomemessage em{
	text-align: left;
	color: #0b9446;
	font-size: 27px;
	font-variant: small-caps;
	text-shadow: 2px 2px 15px
}
#welcomemessage p{
	text-align: center;
	color: #d8c6b8;
	font-size: 25px;
	padding-top: 40px;
	padding-left: 10px;
}

#welcomehome p{
	text-align:center;
}

section#weeklyspecials h1{
	color: #CF1C44;
	text-shadow: 2px 2px 5px;
	text-decoration-line: underline;
	text-decoration-color: #0B9446;
	
}
img.mainimg{
	width: 600px;
	float: right;
	border-left: 5px ridge rgba(216,198,184,.1);
}

section#mission {	
	width: 600px;
	padding: 0px;
	margin: auto;
	background: rgba(85,50,55,.9);
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.3);
	-o-box-shadow: 0 1px 10px rgba(0,0,0,.3);
	box-shadow: 0 1px 10px rgba(0,0,0,.3);
	border: 5px ridge rgba(216,198,184,.1);
}

section#vision {
	width: 542px;
	padding: 0px;
	margin: auto;
	background: rgba(85,50,55,.9);
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.3);
	-o-box-shadow: 0 1px 10px rgba(0,0,0,.3);
	box-shadow: 0 1px 10px rgba(0,0,0,.3);
	border: 5px ridge rgba(216,198,184,.1);
}

.statements h2 {
	text-align: center;
	color: #D8C6B8;
	padding: 0px;
	margin: 0px;
	font-size: 40px;
	font-weight: bold;
	font-variant: small-caps;
}

.statements p{
	text-align: center;
	color: #D8C6B8;
	font-size: 20px;
	text-shadow: 2px 2px black;
	padding-top: 3px;
}

.statements em{
	font-size: 25px;
	font-variant: small-caps;
	color: rgba(11,148,70,1);
	text-shadow: 2px 2px 10px rgba(11,148,70,.4);
}

section#pictures {	
	width: 1000px;
	height: 460px;
	padding: 0px;
	margin: auto;
	background: rgba(85,50,55,.9);
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.3);
	-o-box-shadow: 0 1px 10px rgba(0,0,0,.3);
	box-shadow: 0 1px 10px rgba(0,0,0,.3);
	border: 5px ridge rgba(216,198,184,.1);
}

section#pictures h2 {
	color: #d8c6b8;
	padding: 0px;
	margin: 0px;
	font-size: 40px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}

section#pictures p{
	text-align: center;
	color: #D8C6B8;
	font-size: 20px;
}

section#pictures p em{
	text-align: center;
	color: #D8C6B8;
	font-size: 20px;
	font-variant: small-caps;
}

.column {
	float: left;
	width: 24%;
	padding: 5px;
	margin: auto;
}

.row::after{
	content:"";
	clear: both;
	display: table
}

section#contact-us {	
	width: 960px;
	height: 280px;
	padding: 20px;
	margin: auto;
	background: rgba(85,50,55,.9);
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.3);
	-o-box-shadow: 0 1px 10px rgba(0,0,0,.3);
	box-shadow: 0 1px 10px rgba(0,0,0,.3);
	border: 5px ridge rgba(216,198,184,.1);	
}

section#contact-us h2 {
	color: #d8c6b8;
	font-size: 40px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	text-shadow: 3px 3px black;
}


section#pages{
	padding-left: 30px;
}

section#contact-us li{
	line-height: 40px;
	color: #0B9446;
	font-size: 30px;
}

section#offers li{
	color: #0B9446
}

section#offers h2{
	color: #D8C6B8
}

#menucontent{
	width:1000px;
	margin-left: auto;
	margin-right: auto;
}

#menucontent h1{
	color: #d8c6b8;
	text-align: center;
	font-size: 2em;
	text-shadow: 2px 2px 3px rgba(0,0,0,1);
	text-decoration-color: #CF1C44;
}

#breakfast{
	float: left;
	padding-top: 10px;
}

#bfpic{
	float: right;
	margin-top: 18px;
}

.menuimage{
	width: 400px;
	margin-right: 10px;
	border: 5px ridge rgba(85,50,55,.5);
}


#lunch{
	float: left;
	padding-top: 30px;
}

#lunchpic{
	float: right;
	margin-top: 20px;
}

#dinner{
	float: left;
	padding-top: 30px;
}

#dinnerpic{
	float: right;
	margin-top: 20px;
}

#menucontent table{
	font-family:goudy;
	border-collapes: collapse;
	width: 500px;
}

th{
	background-color: rgba(85,50,55,.7);
	font-size: 1em;
}

td{
	background-color: rgba(85,50,55,.5);
	font-size: .8em;
}

th{
	text-decoration: underline
}

td, th{
	border: 2px solid #543136;
	text-align: left;
	padding: 8px;
	color: #d8c6b8;
}

/*footer text formatting*/
footer{
	color: #d8c6b8;
	text-align: center;
	font-size: .8em;
	padding-bottom: 0px;
	padding-top: 0px;
}

footer small{	
	text-shadow: 2px 2px black;
	font-size: 14px;
}

/*footer background box/border formatting and positioning*/
section#legal{
	width: 500px;
	height: 22px;
	margin-left: auto; /*auto centers from left in conjunction w/margin-right*/
	margin-right: auto; /*auto centers from right in conjunction w/margin-left*/
	background-color: rgba(85,50,55,.9);
	border: 5px ridge rgba(216,198,184,.1);
	margin-top: 20px;	
	
	
}
/*sets socials positioning w/in footer*/
section#socials{
	width: 100px;
	float: left;
}

a.socialimages{
	float: left;
	border-right: 5px ridge rgba(216,198,184,.1);
	padding-right: 4px;
	padding-left: 4px;
}

section#socials img {
	height: 20px;
}

footer a,
footer a:visited {
	color: #d8c6b8;
}

footer a:hover,
footer a:focus {
	color: #0b9446;
}

