/**
Isotope Filter
 */
.btn-link {
    padding: .25rem 1.25rem;
    margin-bottom: .5rem;
    font-size: .85rem;
    border: 1px solid #96D4CE;
    border-radius: 50px;
    color: #032057;
    cursor: pointer;
}

.btn-link:hover,
.btn-link.selected {
    border-color: #032057;
    background-color: #032057;
    color: #ffffff !important;
    text-decoration: none;

    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

/**
Grid
 */
.grid .card {
    border: none;
}
.grid .card-img-top {
    border-radius: .75rem;
}
.grid .card-body {
    padding: .25rem;
}
.grid .card-subtitle {
    padding: 1rem 0;
    font-size: .75rem;
    color: #7590C9;
}
.grid .card-title a {
    margin-top: 0;
    font-size: 1rem;
    font-weight: 700;
    color: #032057;
}
.grid .card-title a:hover {
    color: #7590C9;
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.grid .card-text {
    font-size: .85rem;
    color: #666666;
}