body
{
    color: #444444;
}

#divRecords .card img
{
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 0 auto;
    object-fit: cover;
}

.card-text
{
    font-size: 19px;
    margin-bottom: 0px;
}

.divPrices
{
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.48px;
    text-align: center;
    color: #55a200;
}

.card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.btnCategory, .btnCategory:hover, .btnCategory:focus, .btnCategory:active
{
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #444444 !important;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.36px;
    text-align: center;
    padding: 5px 11px 6px;
    border-radius: 30px !important;
    /*border: solid 2px #ff9f00 !important;*/
    background-color: #f7f7f7 !important;
}

.spanPriceName
{
    font-size: 15px !important;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.36px;
    text-align: center;
    color: #444444 !important;
}

.divCategoryName
{
    margin: 6px 0;
    margin-bottom: 20px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/*.divCategoryName h2
{
    width: 100%; 
    text-align: center; 
    border-bottom: 4px solid #ff9f00; 
    line-height: 0.1em; 
    margin: 13px 10px 11px 0;
}

.divCategoryName h2 span 
{
    font-size: 20px;
    font-weight: 600;
    color: #444444;
    background: #f7f7f7; 
    padding: 0 10px;
    position: relative;
    top: 3px;
}*/

.h2MenuCategoryTitle
{
    overflow: hidden;
    text-align: center;
    margin: 13px 0px 0px 0;
}

.h2MenuCategoryTitle > span 
{
    font-size: 20px;
    font-weight: 600;
    color: #444444;
   position: relative;
   display: inline-block;
}

.h2MenuCategoryTitle > span:before, .h2MenuCategoryTitle > span:after 
{
   content: '';
   position: absolute;
   top: 40%;
   /*border-bottom: 4px solid #ff9f00;*/
   width: 100vw;
   margin: 0 20px;
}

.h2MenuCategoryTitle > span:before
{
   right: 100%;
}

.h2MenuCategoryTitle > span:after
{
   left: 100%;
}

#divRecords .divCategoryName:first-child
{
    margin-top: 14px !important;
}

.show2
{
    font-family: '29LT Bukra Regular';
}

.album
{
    max-width: 600px;
    margin: 0 auto;
}

.pMenuName
{
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.38px;
    text-align: center;
    color: #444444;
}

.divMenuDescription
{
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #444444;
    margin-bottom: 10px !important;
}

@media (max-width: 900px)
{
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media screen and (max-width: 576px) and (min-width: 100px)
{
    .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}