h1 { 
  font-family: 'HelveticaNeue-CondensedBold', serif; 
  color: #822;
}

body { 
  font-family: 'HelveticaNeue-Light', sans-serif; background: #efefef;
    font-size: 110%;
}


input.filter { width: 95%; font-size: 125%; padding: 4px; margin-bottom: 1em; background: #fff;}

.listentry {
  border: 1px solid #aaa;
  padding: 15px;
  background: #fff;
}

.restaurant {
  font-size: 125%;
  font-weight: bold;
}

.content {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.3em;
}

.burgername {
  font-weight: bold;
}

.categories {
  font-size: 90%;
  font-style: italic;
}

@media(max-width: 800px) {
  .listentry {
    font-size: 90%;
  }
}

a {
  text-decoration: none;
  color: #822;
}
a:hover {
  color: #c66;
}

.btn-awesome {
  background: #c33;
  border-radius: 10px;
  border: 1px solid #c33;
  color: white;
  font-weight: bold;
  font-size: 18px;
  padding: 10px;
  padding-left: 20px; padding-right: 20px;
  margin-bottom: 10px;
}
.btn-awesome:hover {
  background: #f55;
}


