.container-fluid {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: auto;
    margin-left: auto;
}

.container {
    width: 100%;
    padding-right: 6rem !important;
    padding-left: 6rem !important;
    margin-right: auto;
    margin-left: auto;
}

.cat-title-bg {
    background-color: #F8F8F9;
    padding: 30px;
}

.new-title {
    padding: 5px;
    color: #fff;
    font-size: small;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
}

.new-topic {
    font-size: large;
    font-weight: 700;
}

.new-sub-text {
    font-size: 11px;
    font-weight: 400;
    color: #413f3f;
}

.navigate a{
    color: #fff !important;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
    padding: 0.5rem 1rem;
    transition: all 0.3s linear;
    cursor: pointer;
    border-right: 0.5px gray solid;
}

.card{
    border: none;
    overflow: hidden;
    
}

.card-img-overlay{
    background-color: rgba(0,0,0,0.5);
}


.card img {
    transition: all 0.2s ease-in;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card:hover img {
    transform: scale(1.1);
}

.bigger .card-title{
    padding: 9rem 0 0 0;
}

.cats .card-title{
    padding: 6rem 0 0 0;
}

.card-title{
    padding: 2.5rem 0 0 0;
}

.card-title a{
    color: #fff;
    text-decoration: none;
}

.card-text a {
    color: #fff;
    text-decoration: none;
}

.card-text a:hover {
    color: #fff;
    text-decoration: underline;
}

.card-title a:hover{
    color: #fff;
    text-decoration: underline;
}

.cat{
    border-left: 2px solid #0844eb;
    border-left-width: 5px;
    padding-left: 0.5rem;
    color: #fff;
}

.card img:hover{
    opacity: 0.5;
}

.col-space{
    margin-bottom: 0.4rem;
}

.more a{
    text-decoration: none;
    color: #000;
}

.more a:hover{
    text-decoration: underline;
    color: #000;
}

.video{
    background-color: #000;
    padding: 1rem 1rem;
    color: #fff;
    margin: 0 5rem;
}

.video .card-title{
    padding: 23rem 0 0 0;
}

.vid a{
    color: #fff;
    text-decoration: none;
}

.vid a:hover{
    color: #fff;
    text-decoration: underline;
}

.sub-videos .card-title{
    padding: 4rem 0 0 0;
}

.links{
    background-color: #DCF9DC;
    padding: 1rem 0;
}

.links ul{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-around;
}

.links ul li{
    padding: 1rem 1.5rem;
    background-color: #2D6531;
    margin: 0 0.2rem;
}

.links ul li a{
    color: #fff;
    text-decoration: none;
}

.links ul li a:hover{
    color: #fff;
    text-decoration: underline;
}

.footer{
    background-color: #2D6531;
    padding: 1rem 0;
    color: #fff;
}

.footer h4{
    text-decoration: underline;
    text-align: center;
}