#portfolio {
    margin-bottom: 20px;
}

.toolbar {
    float: right;
}

.toolbar button {
    float: right;
    margin-right: 4px;
    border: 2px solid black;
}

.tile {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;

}

.tile:hover {}

.scale-anm {
    transform: scale(1);
}

.bakhsh {
    padding: 1%;
}

.bakhsh button {
    margin-left: 30%;
}

.bakhsh a p {
    padding: 10px;
    border-bottom: 1px #6c6c6c dotted;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
    display: block;
    float: right;
}

/* p:hover {
    cursor: pointer;
    background: #333;
    color: #eee;
} */

.tile img {
    max-width: 100%;
    width: 100%;
    height: auto;
    /*   margin-bottom: 1rem;   */

}

::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* Add some shadows to create a card effect */
.card {
    box-shadow: -6px 6px 10px 0px rgba(0, 0, 0, 0.3);
    border: 3px solid #625959;
    margin: 0 1% 2% 1%;
}

.card img {
    width: 100%;
}

.card h2 {
    text-align: center;
    color: black;
    font-weight: bold;
    font-family: arial;
    margin-bottom: 20px;
}

.cards p {
    text-align: left;
}

/* Some left and right padding inside the container */
/*.bakhsh {
    padding: 0 16px;
}

.bakhsh h2,p {
    font-size: 1.5rem;
}

/* Clear floats */

.bakhsh::after,
.row::after {
    content: "";
    clear: both;
    display: table;
}

.col-xs-12 {
    width: 48%;
    float: right;

}


@media (min-width: 1px) {
    .col-sm-6 {
        width: 48%;
        float: right;
    }

    .bakhsh h2,
    p {
        font-size: 0.66rem;

    }
}

@media (min-width: 428px) {
    .col-sm-6 {
        width: 48%;
        float: right;
    }

    .bakhsh h2,
    p {
        font-size: 1.1rem;
    }
}



@media (min-width: 768px) {
    .col-md-4 {
        width: 31.33333333%;
        float: right;
    }


    .bakhsh h2,
    p {
        font-size: 1.1rem;
    }
}

@media (min-width: 992px) {
    .col-lgm-3 {
        width: 23%;
        float: right;

    }

    .bakhsh h2,
    p {
        font-size: 1.2rem;
    }
}


