body {
    color: #919090;
    background: #ffffff !important;
}
h1, h2, h3, h4 {
    color: #b4b4b4;
}

a:link {
    color: #929292;
    text-decoration: none;
    transition: 0.8s ease-in-out;
}
.btn-primary, .badge.bg-primary {
    background-color: #f8f8f8;
    border-color: #f8f8f8;
}
.badge.bg-primary {
    background-color: #f8f8f8 !important;
    color: #b4b4b4 !important;
    font-weight: 100 !important;
}
.btn-primary:hover {
    background-color: #dadada;
    border-color: #d6d6d6;
}
.mx-auto {margin-left:auto;margin-right:auto;}
nav.navbar {
    /*box-shadow: 0px 0px 5px rgba(0, 0, 0, .15);*/
    box-shadow: none;
}
/*nav.navbar .d-lg-flex.align-items-center.justify-content-center {justify-content: flex-end !important;}*/

.header-custom-text-color:hover {
    color: #333333 !important;
}

.ssc-align-stretch {
    align-items: stretch;
}
.ssc-justify-stretch {
   justify-content: stretch;
}
.gallery-ss img {
    padding: 0.75rem;
    border:1px solid #f6f6f6;
}

/* blog */
.col-xl-12.p-3.mb-4 {
    padding-top: 0 !important;
    padding-bottom: 1px !important;
}
.col-xl-12.p-3.mb-4 h3 {
    font-weight: 100 !important;
    font-size: 2.5rem;
}
#miDiv #catalogPage .text-444 {
    color: #b4b4b4 !important;
    line-height: 1.2;
}
#miDiv #catalogPage .text-444 .row .col-xl-8.p-2 .col-xl-12.px-2:nth-last-child(2) {margin-top:15px;}


@media (min-width: 992px) and (max-width: 1202px) {
    .nav-icons {display: none !important;}
    .col-xl-2.col-lg-2.col-sm-6.col-6 {
    display: none;
    }
}