.imagecard {
    margin-top: 0;
    margin-bottom: 1.0rem;
    position: relative;
    background: #fff;
    box-shadow: 12px 15px 20px 0px rgba(255, 255, 255, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: all 0.4s ease;
    text-align: center;
}

.imagecard .fa {
    position: relative;
    font-size: 70px;
}

.imagecard-topimage_header {
    padding: 25px;
}

a.imagecard:hover,
.imagecard-topimage:hover {
    box-shadow: 5px 5px 7px 0px rgba(255, 255, 255, 0.85);
}

.imagecard-topimage a {
    width: 100%;
    height: 100%;
    display: block;
}

.imagecard-topimage_title {
    padding: 20px 24px;
    height: 80px;
    padding-bottom: 0.75rem;
    font-weight: bold;
}

.imagecard-topimage_title h5 {
    font-size: 100%;
    font-weight: bold;

}

.imagecard-topimage a {
    border-bottom: none;
    text-decoration: none;
    color: #525c65;
    transition: color 0.3s ease;
}

.imagecard-topimage a:hover {
    text-decoration: none;
    color: #525c65;
}