
     @charset "utf-8";
/* CSS Document */
  body {
    text-align:left;
    font-family: klinic slab bold;
    color: rgb(124,87,63);
    font-size: 20px;
    width: 900px;
 }
   h1 {
    font-family: klinic slab;
    font-size: 25px;
    color: rgb(85,50,55);
    text-align: left;
    }
    h3 {
    font-family: klinic slab;
    font-size: 18px;
    color: rgb(85,50,55);
    text-align: left;
    }

p {
    font-family: klinic slab regular;
    font-size: 16px;
    color: rgb(207,28,68);
    text-align: left;
}
footer {
    font-family: klinic slab;
    font-size: 12px;
    color: rgb(124,87,63);
    text-align: left;
    width: 900px;
  }
  ul {
    list-style-type: none;
    font-family: klinic slab;
    font-size: 14px;
    font-variant: medium;
   }
   li{display:inline-block;
    float: left;
    padding: 12px;
    background-color: rgb(11,148,70);
   }
a:link {
    color: rgb(11,148,78);
    background-color: transparent;
    text-decoration: none;
}
a:visited {
    color: rgb(85,50,55);
    background-color: transparent;
    text-decoration: none;
}
a:hover {
    color: rgb(207,28,68);
    background-color: transparent;
    text-decoration: underline;
}
a:active {
    color: purple;
    background-color: transparent;
    text-decoration: underline;
     }
   
div {
    width: 480px;
    text-align: center;
    margin: auto;
}
#statement{
    width: 480px;
    text-align: left;
    margin: 30px;
}
#food{
    width: 480px;
    text-align: left;
    margin: 30px;
}
#hours{
    width: 480px;
    text-align: left;
    margin: 30px;
}
#map{
    width: 480px;
    text-align: left;
    margin: 30px;
}
#test{
    width: 480px;
    text-align: left;
    margin: 30px;
}
 
#wrapper {
   margin left: : 0px auto;
   margin right: 0px auto;
   padding: 0px

}
