﻿.card-background picture {
    position: relative;
    display: block;
}

    .card-background picture:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 150%);
        top: 0;
        left: 0;
    }

.card-img-overlay > .card-foreground {
    /*align-self: end !important;*/
}



.card-img-overlay p {
    font-size: 17px;
}

h2 {
    margin-bottom: .14em
}

hr {
    border-color: rgba(0,0,0,.2) !important;
}

@media only screen and (min-width: 1084px) {
    .material-md-card {
        background-color: transparent;
        box-shadow: none;
        color: #fff;
    }

    #header-img-container .header-link a {
        color: #000;
    }

    header-img-container{
        color: #000;
    }
}

@media only screen and (max-width: 1083px) {
    .header-link a {
        font-size: 14px;
        color: #000 !important;
    }

    .card-img-overlay p {
        font-size: 14px;
        color: #000;
    }
}
