body {
  font-size: 16px;
}

.section-btns .btn {
  color: #787878;
  font-weight: bold;
  border-radius: 5px;
  padding: .1rem .5rem;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
}

.section-btns .btn.active {
  color: white;
  background-color: #eb6868;
}

.links {
  margin-top: 30px;
}

.links .link {
  max-height: 70px;
  margin: 15px 0;
  padding: 10px 30px;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(236, 105, 104, 0.7)), to(rgba(248, 200, 189, 0.7)));
  background: linear-gradient(to top, rgba(236, 105, 104, 0.7), rgba(248, 200, 189, 0.7));
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
}

.links .link:nth-child(even) {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(111, 167, 219, 0.7)), to(rgba(194, 229, 236, 0.7)));
  background: linear-gradient(to top, rgba(111, 167, 219, 0.7), rgba(194, 229, 236, 0.7));
}

.links .link .icon {
  height: 50px;
  font-size: 45px;
}

.links .link .page-title {
  margin: auto;
}
/*# sourceMappingURL=index_tab.css.map */