﻿
.blog-card {
    background-color: white;
    border-radius: 1px;
    box-shadow: 0 0 2px -1px rgba(0, 0, 0, 0.75);
    height: 450px;
    margin: 0 auto;
    max-width: 600px;
    overflow: hidden;
}

@media (max-width: 580px) {
    .blog-card {
        height: 350px;
        overflow: visible;
        margin-bottom: 15px;
        margin-top: 15px;
    }
}

.media {
    background-position: center;
    background-size: cover;
    height: 100%;
}

.card-body {
    color: #7A7A7A;
    height: 100%;
    padding: 20px 20px 30px;
}



.tagline {
    font-size: 8px;
    text-transform: uppercase;
}

.title {
    color: #252830;
    font-family: "Playfair Display SC";
    font-size: 30px;
    font-weight: 400;
}

.divider {
    background: #7A7A7A;
    height: 2px;
    margin: 25px auto;
    width: 40px;
}

.paragraph {
    font-weight: 300;
}

.read-more {
    bottom: 25px;
    color: #7A7A7A;
    cursor: pointer;
    /*left: 50%;*/
    padding: 5px;
    /*position: absolute;*/
    text-decoration: none;
    top: auto;
    transform: translateX(-50%);
}

    .read-more:hover,
    .read-more:focus,
    .read-more:visited {
        color: #252830;
        text-decoration: none;
    }





@media only screen and (min-width:1000px) {

    .blog-card-resim-div {
        width: 50%;
    }

    .blog-card-icerik-div {
        width: 50%;
    }
}


@media only screen and (max-width: 1400px) and (min-width:582px) {

    .blog-card {
        height: 350px;
    }

    .blog-card-resim-div {
        width: 100%;
    }

    .blog-card-icerik-div {
        width: 93%;
    }

    .blog-card-body {
        position: absolute;
        background-color: #0200007a;
    }

    .blog-card-icerik-div .tagline, .blog-card-icerik-div .title, .blog-card-icerik-div .paragraph, .blog-card-icerik-div a {
        color: #fff !important;
    }

    .blog-card-icerik-div .divider {
        background: #fff;
    }
}

@media (max-width: 530px) {
    .blog-card-icerik-div {
        background-color: #17161661;
        position: relative;
        top: -350px;
        color: white;
        width: 300px;
    }

    .title {
        color: #fff;
        font-family: "Playfair Display SC";
        font-size: 25px;
        font-weight: 400;
        margin-top: 3vw;
        margin-left: 0vw;
        line-height: 6vw;
    }

    .read-more {
        color: #fff !important;
    }

    .media {
        width: 300px;
    }
}
