.link-box {
    font-family: 'Avenir LT Std', sans-serif;
    height: 100%;
}

.link-box .moreInfo {
    padding: .625rem 0 0;
}

    .link-box .box-main,
    .link-box .card-body {
        background-color: #CCC;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        .link-box .box-main h4 {
            font-size: 22px;
            margin: 5px;
            padding: 5px;
        }

    .link-box img {
        width: fit-content;
        margin: 0 auto;
    }

.link-box-image {
    height: 250px;
    overflow-y: hidden;
    position: relative;
    background-position: center;
    background-size: cover;
    text-align: center;
    cursor: pointer;
}

    .link-box-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
    }

.link-box .link-box-overlay .logo-container {
    width: 50%;
    margin: auto;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.link-box-summary {
    padding: .625rem 0;
}

.link-box .card-body,
.link-box .card-body h4 a{
    color: #212529;
}