﻿.usercard {
    background: #fff;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
    border: 1;
    border-radius: 1rem;
    width:30%;
}

.img-hover-zoom--colorize img {
    border-radius: 50%;
    width: 198px;
    height: 198px;
    margin-top: 20px;
    padding: 1px;
    transition: transform .5s;
   /* filter: grayscale(100%);*/
}

.img-hover-zoom--colorize:hover img {
    filter: grayscale(0);
    transform: scale(1.05);
}

.usercard h5 {
    overflow: hidden;
    height: 80px;
    font-weight: 300;
    font-size: 1rem;
}

    .usercard h5 a {
        color: black;
        text-decoration: none;
    }

.role {
    color: #7a7a7a;
}

.box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fab {
    font-size: 1.5rem;
    color: darkgray;
    transition: transform .5s;
}

    .fab:hover {
        color: black;
        transform: scale(1.1);
    }

.usercard h2 {
    font-size: 1rem;
}


/* MEDIA */

@media only screen and (min-width: 1200px) {
    .img-hover-zoom--colorize img {
        width: 200px;
    }
}

@media only screen and (min-width: 1200px) {
    .h1,
    h1 {
        font-size: 2rem;
    }
}
