#footer{
    height: 103%;
    width:100%;
    position: fixed;
    bottom: 0;
    

    background: #000000;
    display: flex;
    flex-direction: column;
    padding: 0 20px;

    z-index:-1;
    
}
#footer #part1{
    height: 40%;
    width: 100%;
    padding: 100px;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background: #e4a6a6; */
}


#footer #part1 #links{
        margin-bottom: 5px;
}
#footer #part1 #links h2{
    font-size: 2vw;

}
#footer #part1 #mail-us{
    width: 26%;
    /* background-color: #fff; */

}

#footer #part1 #mail-us h4{
    font-size: 1.5vw;

}
#footer #part2{
    height: 70%;
    width: 100%;
}

#footer #part2 h1{
    
        font-size: 22vw;
        text-align: center;
        color: white;
    
}

#footer #part2 #subfooter{
    padding-top:  20px;
    border-top: 1px solid #eeeeeead;

    display: flex;
    justify-content: space-between;
}
#footer #part2 #subfooter h5{
    color: rgba(255, 255, 255, 0.733);
    font-size: 20px;
    font-weight: 200;

}