.shadow-sm {
    box-shadow: 0 .35rem .35rem rgba(0,0,0,.095)!important;
}
.rounded-circle {
    border-radius: 50%!important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
img {
    vertical-align: middle;
    border-style: none;
}
*::selection{
    background:#e9f4fe;
    color:black;
}

.slideShine{
    background:#000000 -webkit-linear-gradient(left,#000000,#000000 50%,#000000 90%,#000000) no-repeat 0 0;
    background-size:20% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
}
.slideShine {
    -webkit-animation: slideShine 4s linear infinite;
    animation: slideShine 4s linear infinite;
}
@-webkit-keyframes slideShine {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100% 100%;
    }
}
@keyframes slideShine {
    0% {background-position: 0 0; }
    100% {background-position: 100% 100%; }
}