.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.text-theme, .text-theme:hover {
    color: #5e00be;
}

.rounded-4 { border-radius: .5rem; }
.rounded-5 { border-radius: 1rem; }

.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }

.card-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media (min-width: 992px) {
    .rounded-lg-3 { border-radius: .3rem; }
}

ul {list-style: none}
.logo-bullet {
    margin-top: -5px;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.e-mail:before {
    content: attr(data-website) "\0040" attr(data-user);
    unicode-bidi: bidi-override;
    direction: rtl;
}