/* To be added to main.css */
h2, h3, h4, h5{
    font-family: "Lato", sans-serif;
}

footer h2{
    font-size: 28px;
}

footer {
    /* background-image: url(/wp-content/uploads/2024/03/OCHD-Footer-BG.jpg); */
    background-position: center;
    background-size: cover;
    width: 100%;
    color: #fff;
    padding-top: 140px;
    padding-bottom: 140px;
}
footer * {
    color: #fff;
}

footer a{
    text-decoration: none !important;
}

footer img{
    max-width: 100%;
}

footer .divider{
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
}

footer .divider hr{
    margin: 0;
    height: 3px;
    border: none;
    background: #C9A979;
    opacity: 0.5;
}

footer li a,
.footer-menu-container li a {
    font-weight: bold;
    text-decoration: none !important;
}

.footer-menu li{
    padding-bottom: 25px;
}

.footer-menu .sub-menu{
    padding-top: 25px;
    padding-left: 10px;
}

.contact-info-wrapper {
    width: fit-content;
    margin-right: 0;
    margin-left: auto;
}

.footer-menu li .sub-menu li:last-child{
    padding-bottom: 0;
}

.footer-socials{
    font-size: 34px;
}

.footer-socials a:hover{
    color:#C9A979 !important;
}
.copy-right-text p{
    line-height: 25px;
}
footer{
    background: rgb(2,0,36);
    background: linear-gradient(149deg, rgba(2,0,36,1) 0%, rgba(33,65,126,1) 0%, rgba(19,32,74,1) 75%);
    position: relative;
}
.font-size-50{
    font-size: 50px;
}
@media (min-width:991px) {
    .contact-info-wrapper {
        margin-right:auto;
    }
    .footer-menu li:last-child{
        padding-bottom: 0;
    }
   
}
@media(min-width:992px){
    
    footer::after{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
        background-image: url(https://ochd.sandbox1.nikijones.com/wp-content/uploads/2024/05/OCHD-Footer-Texture.png);
        background-position: right bottom;
        background-size: cover;
        background-repeat: no-repeat;
        opacity: 0.2;
    }
    footer > .container{
        position: relative;
        z-index: 3;
    }
}
@media(max-width:992px){
   
    footer > .container{
        background-image: url(https://ochd.sandbox1.nikijones.com/wp-content/uploads/2024/05/OCHD-Blog-Texture-footer.png);
        background-position: right top -33px;
        background-size: 900px;
        background-repeat: no-repeat;
    }
    footer > .container:after{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-image: url(https://ochd.sandbox1.nikijones.com/wp-content/uploads/2024/05/OCHD-Blog-Texture-footer.png);
        background-position: right bottom -61px;
        background-size: 900px;
        background-repeat: no-repeat;
        /* rotate: 352deg; */
        z-index: -1;
    }
}

@media(max-width:1200px){
    footer{
        padding-top: 0;
        position: relative;
        z-index: 99;
    }
    .footer-logo-col{
        margin-top: -70px;
    }
}