body {
  font-family: 'Anonymous Pro', monospace;
  font-size: 14px;
}

h1, h2, h3, h4 {
  font-family: 'Archivo Black', sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.tracked {
  letter-spacing: 1px;
}

.bg-waffles {
  background-image: url("img/waffles.jpg");
}

.bg-latte {
  background-image: url("img/latte.jpg");
}

.bg-interior {
  background-image: url("img/interior.jpg");
}

.bg-lumpia {
  background-image: url("img/lumpia.jpg");
  background-position: bottom;
}

.bg-zippys {
  background-image: url("img/zippys.jpg");
}

.bg-arnold {
  background-image: url("img/arnold-palmer.jpg");
}

.text-blue {
  color: #047E9B;
}

.text-lblue {
  color: #84B9C1;
}

.text-gray {
  color: #777570;
}

.bg-pattern {
  background-image: url(img/bg.png);
}

.instagram {
  width: 20px;
  height: 20px;
  margin-bottom: -5px;
}