body {
  font-family: Klinic Slab;
  background-color: #ffffff;
  background-image: url("brick_background.jpg");
}

#logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#navigation {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

.listing {
  float: left;
}

.link {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
      
.link:hover {
  background-color: #111;
}

.maplink:link {
  color:white;
}

.maplink:visited {
  color: #0B9446;
}

#quote {
  font-family: Klinic Slab;
  font-style: italic;
  text-align: center;
  font-size: 300%
}
      
h1 {
  color: #CF1C44;
  text-align: center;
}

#fettuccine {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
}

#sitemap {
  background-color: #333;
  color: white;
}

#copyright {
  text-align: center;
  font-size: small;
}

#bannerimage {
  width: 100%;
  background-image: url(images/fries.jpg);
  height: 100px;
  background-size: cover;
  background-position:center
}

#bannerimagetwo {
  width: 100%;
  background-image: url(images/pasta_entree.jpg);
  height: 100px;
  background-size: cover;
  background-position:center
}

#bannerimagethree {
  width: 100%;
  background-image: url(images/pizza_dish.jpg);
  height: 100px;
  background-size: cover;
  background-position:center
}

#bannerimagefour {
  width: 100%;
  background-image: url(images/drinks.jpg);
  height: 100px;
  background-size: cover;
  background-position:center
}

#about {
  font-size: 125%;
}