/* custom orm css */

:root {
--primary-link-blue: #20396f;
--hover-link-blue: #16274d
}

a {
color: var(--primary-link-blue);
}    
  
a:hover {
color: var(----hover-link-blue);
}  

svg.three-d-text text {
    animation: stroke 10s;
    animation-fill-mode: forwards;
    stroke-width: 1.5;
    stroke: #000000;
    font-size: 4.7rem;
}
  
  
/* Fix For Small Icons on Home Sidebar */
.col-md-3 .card-icon-small-center .card-img-top {
    width: 120%;
}

/* Image Fix */
#main img {
    margin: 10px;
}

@media (max-width: 450px) {
  .hightlight-news img {
    min-width: 350px;
    height: auto !important;
    padding: 0 0 1em !important;
    max-width: 350px;
  }
}

