#ft{

    margin-top: 10vh;

    width: 100%;

    background-color: black;

    position:relative;

    display: flex;

    flex-direction: column;

    align-items: center;

}



#ft-logo-cnt{

    position: relative;

}





#ft-logo{

    width: 15vh;

    

}



#ft-text{

    position: relative;

    text-align: center;

    color: #767676;

    font-family: 'Saira Extra Condensed', sans-serif;

    font-size: 2.5vh;

    margin-top: 5vh;

    margin-bottom: 5vh;   

    margin-left: 1vh;

    margin-right: 1vh;

}



#ft-links-cnt{



}



#ft-links-cnt button{

    position: relative;

    background-position: center;

    background-repeat: no-repeat;

    background-size: contain;

    background-color: transparent;

    outline-color: transparent;

    border-color: transparent;

    width: 5vh;

    height: 5vh;

    margin: 1vh;

    cursor: pointer;

}



#ft-btn-1{

    background-image: url('./images/mail.png');

}



#ft-btn-2{

    background-image: url('./images/vimeo.png');

}



#ft-btn-3{

    background-image: url('./images/in.png');

}



#ft-btn-4{

    background-image: url('./images/insta.png');

}