.project_card_image_parent
{
    width: 100%;
    height:auto;
    overflow: hidden;
    background-color: rebeccapurple;
   
}
.zoom
{
    transition:all 1s ease;
}
.zoom:hover
{
    scale: 1.1;
}

.main-title
{
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size:2rem;
    color: black;
    text-decoration: none;
    font-weight:bold;
    opacity: 0.8;
    transition: all 500ms ease;
}
.main-title:hover
{
text-decoration: underline;
}
#card_id
{
    text-decoration: none;
    color: black;
}
.show-single-main-title
{
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size:2rem;
    text-decoration: none;
    font-weight:bold;
    opacity: 0.8;
}
.show-single-image
{
    /* filter: grayscale(20%); */
    transition: all 500ms ease;
}
.show-single-image:hover{
    /* filter: grayscale(0%); */
    scale: 1.02;
}
/* @media (min-width:0px) and (max-width:200px) {

    .project_card_image_parent
    {
        height:100px;
    }
}

@media (min-width:200px) and (max-width:360px)  {
    .project_card_image_parent
    {
        height: 160px;
    }
}
@media (min-width:360px) and (max-width:600px)  {
    .project_card_image_parent
    {
        height:220px;
    }
}

@media (min-width:600px) and (max-width:800px) {
    .project_card_image_parent
    {
        height: 260px;
    }
}
@media (min-width:800px) and (max-width:1000px) {
    .project_card_image_parent
    {
        height:284px;
    }
}

@media (min-width:1000px) and (max-width:1200px) {

    .project_card_image_parent
    {
        height: 300px;
    }
}
@media (min-width:1200px) and (max-width:1500px) {

    .project_card_image_parent
    {
        height:320px;
    }
}

@media (min-width: 1500px) and (max-width:2000px) {

    .project_card_image_parent
    {
        height:340px;
    }
}

@media (min-width:2000px) {

    .project_card_image_parent
    {
        height:auto;
    }
} */