a {
    font-family: Goudy Old Style; 
    text-decoration: none; 
    font-weight: bold; 
}
body {
	margin: 0;
}
.logo {
    padding: 25px 15px 0px 15px;
    height: 92.4px;
    width: 198px;
}

.side-navigation-bar { 
    background-color: white;
    height: 100%; 
    position: fixed;
    z-index: 1;
    top: 0; 
    left:0;
    box-shadow: 5px 5px 5px grey;
}
li > a {
    color: #543136; 
    font-size: 20px;
}
li:last-child > a {
    width: 150px;
    border: 6px double #5e1211;
    padding: 10px;
}
.nav {
    text-align: center;
    padding-left: 0px  

}
.nav > li:first-child {
    padding: 15px 10px;
    font-family: Goudy Old Style; 
    text-decoration: none; 
    font-weight: bold; 
    color: #543136; 
    font-size: 18px;
}
.nav > li:nth-child(2) {
    padding: 5px 5px; 
    padding-top: 35px
}
.nav > li:not(:first-child):not(:last-child):not(:nth-child(2)) {
    padding: 8px 8px;
}
.nav > li:last-child {
    margin-top: 60px;

}
.row {
    margin-left: 228px;
}
.column {
    float:left ;
    width: 50%;
    padding: 0px;
    text-align: center;
    
}        
.row:after {
    content: "";
    display: table;
    clear: both;
    width: 50%;
 
}
.sandwiches{
    text-align: center;
    font-family: Goudy Old Style;
    font-size: 25px;
    font-weight: bolder
}
.dinner{
    text-align: center;
    font-family: sans-serif;
    font-size: 35px;
    font-weight: bolder;
    padding-top: 35px
}
li{
    text-align: center;
    font-family: Goudy Old Style;
    font-size: 20px;
    padding-bottom: 7px;
 

}
.lunch {
    text-align: center;
    font-family:sans-serif;
    font-size: 35px;
    font-weight: bolder;
    padding-top: 35px;
    padding-left: 228px
}
.hero-image {
    margin-left: 220px;
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../../images/capresesalad.jpg);
    background-size: cover;
    height: 500px;
    background-position: center
}
.hero-text{
    text-align: center;
    position:relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
    font-family: sans-serif;
    font-weight: bolder;
    font-size: 50px
}
.menus {
    margin-left: 228px;
    text-align: center;
    font-family: Goudy Old Style;
    font-size: 35px;
    font-weight: bolder;
    padding-top: 35px
}
.menus > a {
    display: inline-block;
    color: #5e1211;
    border: 6px double #5e1211;
    padding: 5px;
}
hr{
    border-style: solid;
    color: mediumseagreen;
    width: 200px;
}
h1 {
	margin: 0;
}
.workspace {
	margin-bottom: 80px;
}