#mainfooter {
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-image: linear-gradient(135deg, var(--Electric-Violet), var(--Azure-Blue));
   
}

.digitaljams-footer {
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-bottom: 0px;
    width: 100%;
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;


}

#footer_image {
    width: 100%;
    height: 100%;
    margin: auto;
}

#company_name_heading {
    height: fit-content;
    font-family: 'Rammetto One', cursive;
    margin: auto;
    font-size: 5vw;
}

.digitaljams-footer-content {
    width: 100%;
    height: 80%;
    display: flex;
}

.digitaljams-footer-bottom {
    margin: auto;
    width: 100%;
    height: 20%;
    display: flex;
    font-family: 'Josefin Sans', sans-serif;
}

.digitaljams-footer-bottom-sec {
    margin: auto;
    font-size: larger;
}

.digitaljams-footer-bottom-sec a {
    text-decoration: none;
    color: var(--Very-Dark-Gray);
}

.digitaljams-footer-bottom-sec a:hover {
    font-weight: 700;
}

.digitaljams-footer-section {
    margin: auto;
    width: 100%;

}

@media(max-width: 950px) {

    .digitaljams-footer-bottom-sec {
        margin-bottom: 2% !important;
    }
    #footer_image {
        width: 50%;
        height: 50%;
        margin: auto;
        margin-left: 20%;
    }
}

#company_name {
    margin: auto;
}

.d-footer-ul {
    list-style: none;
    font-family: 'Josefin Sans', sans-serif;
    font-size: larger;
}

.d-footer-li {
    margin-bottom: 5px;
}

.d-footer-li:hover {
    cursor: pointer;
    transform: translateX(10px);
    transition: all 0.4s;
    font-weight: 700;
}

.d-footer-li-h {
    margin-bottom: 10px;
}
.d-footer-li-h b{
    font-size: larger;
}

/* .logo {
    max-width: 120px;
    max-height: 120px;
    display: flex;
    margin: auto;
    margin-top: 10px;
} */

.logo-head {
    font-family: 'Josefin Sans', sans-serif;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: larger;
}

.logo-head a {
    margin: auto;
    max-width: 100%;
}

@media only screen and (max-width: 900px) {
    .digitaljams-footer {
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-bottom: 0px;
        width: 100%;
        height: fit-content;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;

    }

    .digitaljams-footer-content {
        width: 100%;
        height: 80%;
        display: flex;
        flex-direction: column;
    }

    .digitaljams-footer-bottom {
        margin: auto;
        margin-bottom: 0px;
        height: 20%;
        display: flex;
        flex-direction: column;
        font-family: 'Josefin Sans', sans-serif;
    }

    .logo-head b {
        font-family: 'Josefin Sans', sans-serif;
        margin: auto;
        text-align: center;
    }

    .d-footer-ul {
        list-style: none;
        font-family: 'Josefin Sans', sans-serif;
    }

    .d-footer-li {
        margin-bottom: 5px;
        margin-left: -40px;
        text-align: center;
    }

    .d-footer-li-h {
        margin-bottom: 10px;
        margin-left: -40px;
        text-align: center;
    }
}
.d-footer-li a {
    color: var(--purest-black);
    text-decoration: none;
  }