/* start da css for da buttons */
.btn {
  font:inherit;
  border:none;
  border-radius: 0px;
  padding: 12px 42px;
  font-size: 20px;
  text-decoration: none;
  margin: 20px;
  color: #fff;
  position: relative;
  display: inline-block;
}

.btn:active {
  transform: translate(0px, 5px);
  -webkit-transform: translate(0px, 5px);
  box-shadow: 0px 1px 0px 0px;
  color:#fff;
}

.coloredButton {
  background-color: #00a0e0;
  /* TODO: Figure out a way to get 10% darker. */
  box-shadow: 0px;
}