.apexFooter {

    width:100%;
    height:90px;
    position:relative;
    z-index:2;
    text-align:center;
    display:table;
    background-color:rgba(38,38,38,1.0);
    margin-top:80px;

}

.apexFooter > .verticalAlign {

    display:table-cell;
    vertical-align:middle;
    font-size:18px;
    font-weight:400;
    font-family:'Raleway',sans-serif;
    color:white;
    text-align:center;

}

.footer {
    width:100%;
    height:auto;
    background-color:rgba(38,38,38,1.0);
    margin-top:80px;
    padding:50px 0;
    color:white;
    
}

.footer .content {
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}

.footer .footer_item {
    width:300px;
    max-width:33%;
    font-size:1rem;
}

.footer .footer_item h3 {
    padding:0;
    margin:0;
    font-size:1.25rem;
    margin-top:30px;
    margin-bottom:10px;
}

.footer .footer_item p {
    padding:0;
    margin:0;
    font-size:1rem;
}

.footer .footer_item .webTree_item {
    margin-right:20px;
    margin-bottom:20px;
    display:inline-block;
}

.footer .footer_item a {
    text-decoration:underline;
}

.footer .footer_item a:hover {
    text-decoration:none;
}

.footer .footer_item.copy_item {
    display:flex;
    justify-content:center;
    align-content:flex-end;
    flex-wrap:wrap;
}

.footer .footer_item.copy_item a {
    text-decoration:none;
}

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

.footer .footer_item .logo {
    width:100%;
    height:140px;
    background-image:url('./files/elements/protetika_fullWhite.svg');
    background-size:120px auto;
    background-position:center center;
    background-repeat:no-repeat;
    margin-bottom:40px;
}

@media screen and (max-width:700px) {
    .footer .footer_item {
        width:100%;
        max-width:100%;
        font-size:1rem;
        margin-bottom:20px;
        text-align:center;
    }
}