  body {
 background-color: #313544;
      background-image:url(Images/style_guide_image_1.png);
      background-size: 1300px, cover;
}
.foods {
            padding-right: 130px;
        }
#logowrapper {
    width: 1000px;
    background-color: #5e1211;
    padding: 10px;
    display: fixed;
    justify-content: center;
    margin: 0 auto;
}
#logowrapperwrapper {
    background-color: #5e1211;
    margin-top: 0px;
    margin-left: -8px;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    padding-bottom: 27px;
}
#everythingelse {
    margin-top: 230px;
}
#mainmenunav {
    margin-top: 180px;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
}
#container {
    display: flex;
    justify-content: center;
}
#containerheader {
    display: flex;
    justify-content: center;
}
header {
    height: 60px;
    text-align: center;
    margin-bottom: 0px;
    width: 900px;
    align-self: center;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    justify-content: center;
    padding: 5px;
}
h1 {
    color: #CF1C44;
    font-family: klinic slab book;
    font-size: 50px;
    text-align: center;
    line-height: 65px;
    align-self: center;
    margin: 0 auto;
    margin-top: 0px;
    display: flex;
    justify-content: center;
    text-shadow: 1px 2px #5e1211;
}
h2 {
    background-color: #D8C6B8;
    font-family: goudy old style;
    color: #D8C6B8;
    padding: 6px;
    text-align: center;
    max-width: 980px;
    margin: 0 auto;
    margin-top: 8px;
    text-shadow: 2px 2px #5e1211;
    opacity: 70%;
}
h3 {
    text-align: center;
    font-size: 24px;
    font-family: klinic slab book;
    color: #CF1C44;
    text-shadow: 1px 1px #543136;
}
.foodmenu {
    padding: 5px;
    text-align: center;
    line-height: 0;
    background-color: #543136;
    max-width: 430px;
}
 ul.foodmenu {
  list-style-type: none;
            margin: 2px;
            overflow: hidden;
}
.foodmenu li {
          float: left;
          display: inline;
            color: #CF1C44;
            text-align: center;
            padding: 0px;
          width: 143px;
}
.foodmenu a {
  text-decoration: none;
    color: #CF1C44;
    padding: 0px;
    font-variant: normal;
    font-size: 25px;
    font-family: klinic slab book;
}
.foodmenu a:hover {
    color: #0B9446;
    line-height: 1px;
}
.mainmenu {
    padding: 1px;
    text-align: center;
    width: 1100px;
    margin: 0 auto;
}
 ul.mainmenu {
  list-style-type: none;
            margin-top: 15px;
            overflow: hidden;
}
.mainmenu li {
            float: left;
            display: inline;
            color: #D8C6B8;
            text-align: center;
            padding: 0px;
            width: 220px;
}
.mainmenu a {
    text-decoration: none;
    color: #7b573e;
    padding: 0px;
    font-variant: normal;
    font-size: 24px;
    font-family: klinic slab book;
    font-weight: bolder;
    text-shadow: 1px 1px #543136;
}
.mainmenu a:hover {
    color: #D8C6B8;
    background-color: #543136;
    line-height: 30px;
}
p {
    color: #D8C6B8;
    font-family: goudy old style;
    text-align: center;
    font-size: 18px;
    text-shadow: 1px 1px #CF1C44;
}
footer {
}
.endmenu {
    padding: 1px;
    text-align: center;
    background-color: #5e1211;
    width: 1100px;
    margin: 0 auto;
}
 ul.endmenu {
   list-style-type: none;
   margin-top: 8px;
   overflow: hidden;
}
.endmenu li {
            float: left;
            display: inline;
            color: #D8C6B8;
            text-align: center;
            padding: 0px;
            width: 366px;
}
.endmenu a {
    text-decoration: none;
    color: #7b573e;
    padding: 0px;
    font-variant: normal;
    font-size: 27px;
    font-family: klinic slab book;
    font-weight: bolder;
    text-shadow: 1px 1px #543136;
}
.endmenu a:hover {
    color: #D8C6B8;
    background-color: #543136;
    line-height: 30px;
}