body {
  margin-top: 50px;
}

a {
  color: #00b7ff;
}

b {
  color: dimgray;
}

th,
td {
  text-align: center;
}

.two-col {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

svg {
  height: 30px;
  width: 30px;
  margin-top: -2px;
  margin-right: 8px;
}

.m-top-100 {
  margin-top: 100px;
}

.dot {
  height: 25px;
  width: 25px;
  margin-top: 2px;
  margin-right: 7px;
  vertical-align: middle;
  border-radius: 50px;
}

.dot--large {
  height: 30px;
  width: 30px;
  margin: 0;
  margin-left: 8px;
}

.dot--green,
.dot--low {
  background-color: #18bc7e;
}

.dot--orange,
.dot--medium {
  background-color: #f39c12;
}

.dot--red,
.dot--high {
  background-color: #fb5d6a;
}

.dot--true {
  background-color: #292b33;
  margin: 0 auto;
}

.dot--false {
  background-color: #adabab;
  margin: 0 auto;
}

.show-hero {
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.food-title {
  font-size: 1.8rem;
  font-weight: 900;
}

@media only screen and (max-width: 760px) {
  .show-hero {
    height: 250px;
  }
}
