.footer-with-navigation{
    height: 75px; width: 100%; background-color: rgb(188, 190, 192); position: fixed; bottom: 0%; display: flex; z-index: 90;
}
.footer-with-navigation-container{
    width: 90%; height: 100%; margin: auto; display: flex;
}
.footer-with-navigation-buttons{
    width: 50%; height: 100%; display: flex;
}
.footer-with-navigation-other-links{
    display: flex; width: 50%; height: 100%; justify-content: flex-end;
}
.footer-with-navigation-other-links-container{
    height: 100%; width: auto; display: flex;
}
vr{
    width: 1px; height: 80%; background-color: rgb(3,25,43); margin-top: auto; margin-bottom: auto;
}
.footer-with-navigation-animinium-studio{
    display: flex; flex-direction: column; justify-content: center; align-items:center; height: 100%; width: auto; margin: auto; margin-left: 50px;
}

.footer-button-link{
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 10px;
    padding-right: 10px;
    height: 100%;
    min-width: 100px;
    border: none;
    text-align:center; transition: all 0.5s ease-out;
    background-color: transparent;
    cursor: pointer;
}
.footer-button-link:hover{
    background-color: rgb(220, 221, 222);
}

.footer-button{
    width: 100%; 
    height: 100%; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    border: none; 
    background-color: transparent;
    cursor: pointer;
}
.footer-button-clicked{
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 10px;
    padding-right: 10px;
    height: 100%;
    min-width: 100px;
    border: none;
    text-align:center;
    background-color: rgb(230, 231, 232);
    cursor: pointer;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 1023px) {

 .footer-with-navigation-other-links{
    display: none;
 }

 .footer-with-navigation-buttons{
    width: 100%; height: 100%; display: flex; 
}

.footer-button-link{
    min-width: auto;
    margin: auto;
}

}