div.footer {
    position: relative;
    min-width: 800px;
    left: 0px;
    margin-left: 0px;
    width: 100%;
    top: 0px;
    height: 128px;
    background-color: rgba(0, 0, 0, 1);
}

div.footer-logo-container {
    position: absolute;
    height: 80px;
    width: 80px;
    top: 24px;
    right: 51%;
}

div.footer-company-name {
    position: absolute;
    left: 50%;
    width: 35%;
    bottom: 40%;
    transform: translateY(50%);
    line-height: 1.2em;
} 
div.footer-company-name p {
    text-decoration: none;
    font-size: 140%;
    color: white;
}

div.footer-company-name p b {
    font-size: 170%;
}

div.footer-menu-left {
    position: absolute;
    left: 10%;
    width: 20%;
    height: 60%;
    bottom: 40%;
    transform: translateY(50%);
    font-size: 100%;
}

ol.footer-menu {
    position: absolute;
    list-style-type: none;
    bottom: 50%;
    width: 50%;
    transform: translateY(50%);
    left: 0px;
    padding-left: 0px;
}

ol.footer-menu li{
    float: bottom;
}

ol.footer-menu li a {
    text-decoration: none;
    color: #e3a765;
    text-align: center;
}
  
ol.footer-menu li.active a {
    color: #f2eb30;
}

ol.flags {
    position: absolute;
    list-style-type: none;
    bottom: 50%;
    transform: translateY(50%);
    width: 50%;
    right: 0px;
    padding-left: 0px;
}

ol.flags li{
    float: bottom;
    line-height: 1.9em;
}

ol.flags li a {
    text-decoration: none;
    color: #e3a765;
}

div.footer-menu-right {
    position: absolute;
    right: 8%;
    width: 25%;
    height: 60%;
    bottom: 40%;
    transform: translateY(50%);
    font-size: 100%;
}

ol.footer-extra {
    position: absolute;
    list-style-type: none;
    bottom: 50%;
    transform: translateY(50%);
    right: 0px;
    padding-left: 0px;
}

ol.footer-extra li{
    float: bottom;
    line-height: 1.9em;
}

ol.footer-extra li a {
    text-decoration: none;
    color: #e3a765;
}
