body {
	font-family: serif;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
h1 {
    color:#CF1C44; 
    font-size:50px;
}
h2 { 
    color:#5e1211; 
    font-size:30px;">
}
h3 {
    color:#FFFFFF;
    font-size: 16px;
}
h3 a{
    color:#FFFFFF;
    margin-left: 5px;
    margin-right: 5px;
}
h4 { 
    color: #CF1C44; 
    font-size: 50px;
    margin-top: 15px;
    margin-bottom: 3px;
}
h5 { 
    color:#5e1211; 
    font-size:24px;
    margin-top: 5px;
    margin-bottom: 0px;
}
h6 {
    color:#5e1211; 
    font-size:16px;
    margin-top: 2px;
    margin-bottom: 15px;
}
p {
    color:#5e1211; 
    font-size:16px;
}
.pagehead {
    height:156px;
    width: 100%;
}
.header {
    position: fixed;
    float: left;
    text-align: left;
    z-index: 1;
    width: 100%;
	height: 156px;
	background-color: #CF1C44;
	border-bottom: 2px solid #0B9446;
}
logo {
    float: left;
}

.topnav {
    overflow: hidden
}

.topnav a {
    float: left;
    display: block;
    color: #FFFFFF;
    text-align: right;
    padding: 14px;
    text-decoration: none;
    font-size: 20px;
    margin-top: 110px;
    }

.topnav a:hover {
    color: #D8C6B8;
}

.active {
    color: #D8C6B8;
}

.topnav .icon {
    display: none;
}

.icon {
    background-image:url(images/icon.png);
    background-size: cover;
    height: 30px;
    width: 30px;
    }

/* when the screen is less than 1200px wide, display mobile menu */
    @media screen and (max-width: 1000px) {

.topnav a:not(:first-child) {display: none;}
        .topnav a.icon {
            float: right;
            display: block;
            margin-right: 50px;
            margin-top: 75px;
        }
}
       
@media screen and (max-width: 1000px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive a.icon {
    background: #CF1C44
    }
    .topnav.responsive a {
        width: 90%;
        display: block;
        margin: 0;
        text-align: center;
        background: #CF1C44;
    }
}        


/* hero */
.hero {
    width: 100%;
    min-height: 600px;
    background-image: url(Images/dining_room.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    border-bottom: 2px solid #0B9446;
}
.about {
    width: 100%;
    min-height: 600px;
    background-image: url(Images/family_dining.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    border-bottom: 2px solid #0B9446;
}
.about_img {
    display: inline-block;
    width: 75%;
    height: 300px;
    background-image: url(Images/salad_1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-right:50px;
    margin-left: 50px;
    border: 2px solid #0B9446;
    text-align: center;
}
/* Container */
.seo_container {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    height: 325px;
	background-color: #FFFFFF;
}
.about_container {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    height: 500px;
	background-color: #FFFFFF;
}

.menu_container {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    height: 1500px;
	background-color: #FFFFFF;
}
.blurb_container {
    text-align: center;
    width: 100%;
    min-height: 300px;
    padding-top: 25px;
    position: relative;
}
.blurb_app {
    display: inline-block;
    width: 200px;
    height: 300px;
    background-image: url(Images/appetizer_1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-right:50px;
    margin-left: 50px;
    border: 2px solid #0B9446;
    text-align: center;
    }
.blurb_din {
    display: inline-block;
    width: 200px;
    height: 300px;
    background-image: url(Images/pasta_2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-right:50px;
    margin-left: 50px;
    border: 2px solid #0B9446;
    }
.blurb_des {
    display: inline-block;
    width: 200px;
    height: 300px;
    background-image: url(Images/dessert_1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-right:50px;
    margin-left: 50px;
    border: 2px solid #0B9446;
    }
.blurb_win {
    display: inline-block;
    width: 200px;
    height: 300px;
    background-image: url(Images/wine_glasses.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-right:50px;
    margin-left: 50px;
    border: 2px solid #0B9446;
    }
.form_container {
    text-align: center;
    width: 27%;
    margin: auto;
    position: relative;
}
form {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
input {
    width: 500px;
    height: 18px;
}

input[type=submit] {
    width: 100px;
    height: 25px;
}

.headline_container {
    text-align: center;
    width: 40%;
    margin: auto;
    padding-top: 25px;
    position: relative;
}
.contact_img {
    display: inline-block;
    width: 75%;
    height: 300px;
    background-image: url(Images/dining_room_3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-right:50px;
    margin-left: 50px;
    border: 2px solid #0B9446;
    text-align: center;
}
.reserve_img {
    display: inline-block;
    width: 75%;
    height: 300px;
    background-image: url(Images/pasta_3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-right:50px;
    margin-left: 50px;
    border: 2px solid #0B9446;
    text-align: center;
}
.order_img {
    display: inline-block;
    width: 75%;
    height: 300px;
    background-image: url(Images/pasta_4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-right:50px;
    margin-left: 50px;
    border: 2px solid #0B9446;
    text-align: center;
}
.text_container {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
	background-color: #FFFFFF;
    text-align: center;
}
.footer {
    text-align: center;
    width: 100%;
	height: 100px;
	background-color: #CF1C44;
	border-top: 2px solid #0B9446;
    font-family: serif;
    font-style: normal;
	font-weight: 200;
    color: #FFFFFF;
}
.footer a {
    color; #FFFFFF;
}