.section-hero {
  padding: 1rem .5rem;
}

.footer-fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

canvas {
  display: block;
}

/* ---- particles.js container ---- */
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.sisa {
  width: 7rem;
  height: 7rem;
  font-size: 4rem;
}

.sisa small {
  font-size: 0.5rem;
  display: block;
  margin-top: 0.9rem;
  margin-bottom: -0.9rem;
}

.img-100 {
  max-width: 100px;
  max-height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.bg-alink {
  text-decoration: none !important;
  border: 0.05rem solid #dadee4;
  border-radius: 1rem;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1rem 0;
  margin: 1rem 2rem;
  text-align: center;
}

.alink-cyan{
  background: #0891b2;
  color: #fff;
}

.alink-cyan:hover{
  background: #fff;
  color: #0891b2;
}

.alink-emerald{
  background: #059669;
  color: #fff;
}

.alink-emerald:hover{
  background: #fff;
  color: #059669;
}

.alink-amber{
  background: #d97706;
  color: #fff;
}

.alink-amber:hover{
  background: #fff;
  color: #d97706;
}

@media print {
  .notprinted {
    display: none;
  }
}