@import url("https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.css");

.c-client:hover {
    transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.f-article img {
    height: 160px;
    object-fit: cover;
    margin-bottom: 20px;
}

.height-120 {
    height: 120px;
}

.height-220 {
    height: 220px;
}

.height-75 {
    height: 75px;
}

body.layout-dark .project-meta a {
    text-decoration: none;
    color: #ededed;
}

#particles-canvas {
    background: black;
    webkit-box-shadow: -10px 11px 24px -11px rgb(0 0 0 / 50%);
    box-shadow: -10px 11px 24px -11px rgb(0 0 0 / 50%);
}

.artist-tagline {
    text-shadow: 1px 1px #121212;
}

.artist-name {
    text-shadow: 2px 2px #121212;
}

.cursor-pointer {
    cursor: pointer;
}
.team-member-name {
    margin-bottom: 0px;
    overflow: visible;
}

.team-member-details {
    text-shadow: 2px 2px #121212;
}