/* background */
body {
	background-image: url(https://www.geocities.ws/reneesabney/images/restaurantfacade25.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width:100%;
	font-family:Goudy Old School;san-serif;
}


/* header info */

.header {
	margin:25px auto;
	display:table;
}

.sub-header {
	background-image: url(https://www.geocities.ws/reneesabney/images/restaurantfacade25.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width:100%;
	font-family:Goudy Old School;san-serif;
}

/* logo */
.pa-logo {
	width:178px;
	height:93px;
	margin:auto;
	display:table
}

/*  navigation */
.topnav {
    border-top: 3px solid #BE3238;
    border-bottom: 3px solid #BE3238;
	margin:25px 0px;
	padding:0 25px;
	height:50px
}

/* Style the links inside the navigation bar */
.topnav a {
	font-family:Klinic Slab Bold;
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 21px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
    opacity:.50;
}

/* Add a color to the active/current link */
.topnav a.active {
    color: white;
}

/* Change the color of the active links on hover */
.topnav a.active:hover {
    background-color: #ddd;
    color: red;
}
/* page content */
h1 {
	font-family:Klinic Slab Medium;
	margin:5px 0;
	color:#000;
	font-size:28px;
    text-align: center
}
h2 {
	font-family:Klinic Slab Medium;
	margin:10px 0;
	color:#000
}
h3 {
	margin-bottom:0px;
}
span {
	font-size:18px;
}
h4 {
	font-family:Klinic Slab Medium;
	margin:10px 0;
	color:#fff;
	font-size:56px;
}
.content {

color:#fff;
}

.container {
padding:50px 100px 100px 50px;
margin:600px auto 100px auto;
}

.col1 {
width:30.5%;
float:left;
background-color:#fff;
opacity:.75;
padding-left:20px;
margin-right:15px;
height:170px;
color:#000;
}

.col2 {
background-color:#BE3238;
width:98%;
height:40px;
text-align:center;
padding-top:1px;
color:#fff;
margin-bottom:5px;
clear:both
}

.col2 h1{
color:#fff;
}

.col3
{
	clear: all;
	background-color: #7A5A3F;
	width: 98%;
	height: 100px;
	text-align: center;
	padding-top: 1px;
	color: #fff;
	margin-bottom: 5px;
}


.col4 {
	float:left;
	width:94%;
	height:500px;
	text-align:left;	
	background-image: url(https://www.geocities.ws/reneesabney/images/Chef&PastaFork.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	padding:55px 0 0 55px;
	margin-right:5px;
	opacity:1
}

.col5
{
	float:left;
	width:94%;
	height:500px;
	text-align:left;	
	background-image: url(https://www.geocities.ws/reneesabney/images/HeartShapedPastaSalad.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	padding:55px 0 10px 55px;
	margin-right:5px;
	opacity:1
}

.col6
{
	float:left;
	width: 18%;
}

.col6 img {
	width:250px;
	height: 200px
}

.col7
{
	float:left;
	width: 30%;
	background-color:  #7A5A3F;
	height: 200px;
    padding: 10px 0 0 10px;
}

.menurow {
clear:all;
width:98%;
}

.content-txt {
	width:400px;
	font-size:18px;
	line-height:24px
}

#footer {
clear:both;
position: relative;
bottom:0px;
width:100%;
text-align:center;
color:#fff;
font-size:12px
}
