html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

/*#navbar {*/
/*    height: 50px; !* set your desired height *!*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    background-color: #333;*/
/*    color: #fff;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    padding: 0 20px;*/
/*    z-index: 1000;*/
/*}*/

body {
    padding-top: 70px;
}

.fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
    transition: top 0.3s;
    z-index: 9999;
}

@media (max-width: 992px) {
    .fixed-top {
        position: fixed;
        top: 0;
        width: 100%;
        transition: top 0.3s;
        z-index: 9999;
    }
}

.scrolled {
    top: -70px !important;
}

#content {
    flex: 1;
    min-height: 700px; /* set your desired minimum height */
    padding-top: 80px; /* adjust this to match the navbar height */
    padding-bottom: 50px; /* adjust this to match the footer height */
}

.footer {
    /*background-color:#0c1a1e;*/
    background-color:#f6f6f6;
    border-top:2px solid #dee2e6;
    padding-top:1rem
}
.footer .row>[class*=col-] {
    margin-bottom:2rem
}
.footer .list-group-sm .list-group-item {
    /*background-color:#0c1a1e;*/
    background-color:#f6f6f6;
    /*color:rgba(255,255,255,0.6);*/

    padding-left:0
}
.footer .list-group-item {
    /*color:rgba(169, 25, 64);*/
    color: #cd3333;
    font-size: 1em;
    line-height: 1.4375rem;
    text-decoration: none;
}

.footer .list-heading {
    /*color:rgba(169, 25, 64);*/
    color: #cd3333;
}
.footer .social-icons {
    opacity: .3;
}

.footer-bottom-line {
    border-bottom: 1px solid rgba(195,195,195, 0.6);
}

.footer__legal-text a {
    /*color:rgba(169, 25, 64);*/
    color: #cd3333;
}

.footer__subscribe-text .btn {
    background-color:#cd3333 !important;
}

.footer__legal-text p {
    /*font-size: 14px;*/
    font-size: .8125rem;
    line-height: 1.1875rem;
}

.footer__legal-text a:after {
    display: inline-block;
    padding: 0 .5rem;
    color: #575757;
    font-size: 1rem;
    text-decoration: none;
    vertical-align: middle;
    content: "|";
}


.button-top-10 {
    top: 15px !important;
}

.footer .list-text {
    /*color:rgba(169, 25, 64);*/
    color: #cd3333;
}
.footer .list-group-sm .list-group-item:not(span):focus,
.footer .list-group-sm .list-group-item:not(span):hover {
    background-color:inherit;
    color:#606ddd;
    font-weight:700
}

.footer-input {
    background-color:inherit;
    border: 1px solid rgba(255,255,255,0.6);
}

.copyright {
    text-align:center;
    padding:.5rem 0;
    background-color:#000000;
    font-size:90%
}

.heading7 {
    font-size: 21px;
    font-weight: 700;
    color: #d9d6d6;
    margin-bottom: 22px;
}

.post p {
    font-size: 12px;
    color: #FFF;
    line-height: 20px;
}

.img-item {
    width: 250px;
    height: 250px;
}

