.portalLink{
    color: #c80c00;
}
.portalLink .link-item {
  padding: .25rem;
  /* border: solid 1px #d9645c; */
  border-radius: 6px;
  /* background: #FFE0B2; */
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center;
  display: inline-block;
  width: 100%;
  color: inherit;
  height: 100%;
}
    .portalLink > div {
        padding: .25rem;
    }
.portalLink .link-item:hover {
  background: #c70e01; color:white;
}

.portalLink i {
  font-size: 28px;
}
.portalLink i, 
.portalLink img.icon {
  text-align: center;
  height: 28px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  width: auto;
}
.portalLink .link-item:hover img.icon,
.portalLink .link-item:hover i {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
  /* transition: 0.9s; */
  transform: rotateY(180deg);
}
.portalLink .editLink {position:absolute;right: 5px;top: 5px;opacity: .6;/* width: 20px; */text-align: center;/* border: solid 1px; */display: inline-flex;padding: 0;border-radius: 5px;}

.portalLink .editLink:hover {
    opacity: 1;
} 
.portalLink h6 {margin-top:6px;font-size: 100%;text-align: center;color:inherit;}
@media (min-width: 768px) {
  .portalLink img.icon{ height: 38px; }
  .portalLink i {
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  .portalLink img.icon{ height: 58px; }
  .portalLink i {
    font-size: 58px;
  }
}
