/* z-index for footer part is 6 */
@font-face {
    font-family: AlibabaPuHuiTi;
    src: url(https://static.igem.wiki/teams/4594/wiki/alibabafont.ttf);
}
.my-footer-container{
    position: relative;
    bottom: 0;
    /* margin: 60px auto 0px; */
    margin: 0 auto;
    /* padding-bottom: 60px; */
    /* padding-top: 10px; */
    background-color: transparent;
    z-index: 6;
    width: 100%;
    /* box-shadow: 0px 0px 20px 10px black; */
}
.my-footer{
    position: relative;
    bottom: 0;
    /* margin: 10px auto 0px; */
    margin: 0px auto 0px;
    border-top: 2px solid rgba(248, 240, 232, 0.50);
    /* width: 95%; */
    width: 100%;
    z-index: 6;
    background-color: black;
}

.footer-navigation{
    width: 73%;
    margin: 70px auto 0px;
    display: flex;
    justify-content: space-between;
}

.footer-navbar-title{
    margin-bottom: 22px;
    font-family: AlibabaPuHuiTi;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #F8F0E8;
}

.footer-navbar-contents{
    font-family: AlibabaPuHuiTi;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-navbar-contents>a{
    text-decoration: none;
    color: #F8F0E8;
}

.footer-supports{
    margin: 50px auto 60px;
    width: 80%;
    color: #AAA;   
    font-family: AlibabaPuHuiTi;
    font-size: 17px;
    text-align: center;
}

.footer-supports a{
    color:#AAA;
    text-decoration: none;
}

.footer-supports a:hover{
    text-decoration: underline;
}

.footer-logos{
    margin: 60px auto 50px;
    width: 70%;
    text-align: center;
}

.footer-logos>img{
    width: 100%;
    height: 300px;
    object-fit: contain;
}

.footer-infos{
    color: #AAA;
    font-family: AlibabaPuHuiTi;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    background-color: black;
    padding-bottom: 60px;
}