html {height: 100%;}
body {height: auto; min-height: 100%;}
html, body, div {margin:0;padding:0;border: 0;}

body {
/*  height: 100vh;*/
  display: flex;
  flex-direction: column;
/*  justify-content: center;*/
  align-items: center;
  background: #f7f7f7;
  font-family: 'Montserrat',sans-serif;
  font-weight: 500;
  color: #000;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

#app {
  flex-shrink: 0;
  box-sizing: border-box;
  margin: 50px 20px 20px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.food-avatar{
    width: 100%;
    height: 100%;
    padding-top: 100%;
    border-radius: 20px 20px 0 0;
    background-clip: padding-box;
    background-size: cover;
    background-position: center center;
}

.content {
  box-sizing: border-box;
  width: 100%;
  padding: 24px;
}

p {
  font-size: 1.8em;
  text-align: center;
  color: #333;
  margin: 0 0 24px;
}

button {
  width: 100%;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5em;
  padding: 10px 20px;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

button:focus {
  outline: none;
}

.toolbar-where {
  padding: 0 0 16px;
  display: flex;
}

.btn-where {
  flex: auto;
  text-align: center;
  display: inline-block;
  border: none;
  color: #fff;
  font-size: 1em;
  padding: 10px 20px;
  margin: 0 0 16px;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.footer {
    color: #ccc;
}

.bg-red {
  background: #ff4757;
}

.bg-green {
  background: #2ed573;
}

.ml {
  margin-left: 10px;
}

.mr {
  margin-right: 10px;
}

.fb-comments-cont {
    padding: 20px;
}
