#museum_section{
    margin: 25px 0px;
}

#museum_section>.museum_section_title{
    /* font-family: 'Oswald', sans-serif; */
    /* font-size: 2em; */
    /* font-weight: bold; */
    font-size: 2.15em;
    color: #a51c30;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 25px;
    margin-top: 30px;
}

#museum_item_list{
    margin: 0;
}

.museum-item-image{
  /*height: 230px !important;*/
  width: 100% !important;
  cursor: pointer;
  transform: scale(1.0);
    transition: all .8s ease-out;
}

.museum-item{
    border: none;
    margin-bottom: 30px;
    /*box-shadow: 2px 3px 12px lightgrey;*/
    box-shadow: 2px 2px 10px lightgrey;
    cursor: pointer;
}

.museum-item:hover{
    border: none;
    margin-bottom: 30px;
    /*box-shadow: 2px 3px 12px lightgrey;*/
    box-shadow: 5px 5px 15px lightgrey;
    cursor: pointer;
}

.museum-item-image:hover{
    transform: scale(1.08);
    transition: all .8s ease-out;
    cursor: pointer;
    /*overflow: hidden;*/
}

.museum-item-title{
    /*color: var(--theme-text-color);*/
    color: #b1040e;
    /* font-weight: bold; */
    /* font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.25em; */
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 26px;
    padding: 10px 20px 10px 20px;
}

.museum-item-short-description{
    /*text-align: justify;*/
    font-family: 'Source Sans Pro', sans-serif;
    /*padding: 0px 10px 15px 10px;*/
    padding: 0px 20px 15px 20px;
    font-size: 20px;
    /*height: 220px;*/
    color: var(--theme-text-color);
    overflow: hidden;
    font-weight: bold;
}

.hide-extratext{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.continue-reading{
    display: inline-block;
    font-size: 14px;
    color: rgb(28, 12, 79);
    font-style: normal;
    font-weight: bold;
    cursor: pointer;
}

#museum_see_more_btn_div{
    width: 100%;
    display: flex;
    justify-content: center;
}

#museum_more_btn{
    font-family: 'Oxygen', sans-serif;
    background-color: #2f455f;
    color: white;
    font-size: 18px;
    padding: 10px;
}

#museum_more_btn:hover{
    background-color: white;
    color: #001733;
    border: 1px solid #001733;
}

#museum_more_btn i{
    padding-left: 5px;
    display: none;
}

@media only screen and (max-width: 576px){
    .museum-item-short-description{
        height: auto;
    }
}


@media only screen and (min-width: 768px) and (max-width: 992px){
    /*.adjust-padding{*/
    /*    padding-right: 10px;*/
    /*    padding-left: 10px;*/
    /*}*/
    
    #museum_more_btn{
        padding-left: 5%;
        padding-right: 5%;
    }
    
    .museum-item-short-description{
        height: 105px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1312px){
    /*.adjust-padding{*/
    /*    padding-right: 10px;*/
    /*    padding-left: 10px;*/
    /*}*/
    
    #museum_more_btn{
        padding-left: 5%;
        padding-right: 5%;
    }
    
    .museum-item-short-description{
        height: 165px;
    }
}


@media (min-width: 1312px){
    #museum_more_btn{
        padding-left: 5%;
        padding-right: 5%;
    }
    
    .museum-item-short-description{
        height: 105px;
    }
}
