footer {
    /* text-align: center; */
    /* padding: 10px; */
    /* background-color: red; */
    color: #fff;
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 1;
    line-height: 2;
    background-color: #20287b;

}

/*footer*/




/*footer*/
/* #footer a {
    color: #fff !important;
}

#footer a:hover {
    color: #fff !important;
} */
footer .footerUpper a,
footer .footerLower a {
    color: #fff !important; /* Set link color to white */
    text-decoration: none;   /* Optional: remove underline */
}

footer .footerUpper a:hover,
footer .footerLower a:hover {
    color: #fff !important;  /* Maintain white color on hover */
    text-decoration: underline; /* Optional: add underline on hover */
}



.footerUpper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 0;
}

footer ul{
    margin: 0;
}

.envoymarketing li {
    list-style-type: none;
}

.navigation li {
    list-style-type: none;

}

/* .navigation,
  .infocast {
    text-align: center;
  } */

#envoyLogo {
    font-size: 20px;
}

.footerUpper .footerUpperText {
    display: flex;
    justify-content: space-between !important;
    align-items: center;
    flex-wrap: wrap;
}


.footerLower,
.footerLower a {
    color: #fff;
}


.footerLower {
    padding: 10px 0;
    font-size: 17px;
    text-align: center;
}



.envoy figcaption {
    font-size: 15px;
    color: #fff;

}

.envoy img {
    width: 150px;
    padding: 5px 0;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #fff;
}