@media only screen and (min-width: 320px){
    .column {
        flex: 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 480px){
    .column {
        flex: 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 768px){
    .column {
        flex: 50%;
        max-width: 50%;
    }
}

@media only screen and (min-width: 992px){
    .column {
        flex: 33%;
        max-width: 33%;
    }
}


.photo_row .img {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

.photo_column {
    flex: 20%;
    max-width: 20%;
    padding: 0 4px;
}

.photo_column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}

.home_page_photo{
    max-width: 180px !important;
    max-height: 130px !important;
}


.pager .active a {
    background-color: darkslategray;
    color: #fff;
}

.pager .active a:hover {
    background-color: darkslategray;
    color: #fff;
}

/* -----E-card------ */

.image {
    float: left;
    padding-top: 20px;
    padding-right: 10%;
}

.card-text {
    float: left;
    padding: 20px 10px 5px 5px;
    box-shadow: 4px 8px lightgrey;
}

/* -----Bootstrap 5  modifications------ */

.text-decoration-none{
    text-decoration: none !important;
}

.sidebar{
    margin-top: 5% !important;
}

.breadcrumb{
    box-shadow: 1px 1px #d5d4d4;
    background: #eeeded;
    border: 1px solid #eeeded;
    border-radius: 5px;
    padding: 0 5px 0 10px !important;
    font-size: 16px;
    line-height: 2em;
}
