#footer>div[class="copy"]{
    position: absolute;
    top:0px;
    left: var(--h_header);
    height: 100%;
    z-index: 0;
}
#footer>div[class="copy"]>p{
    float: left;
    height: 100%;

    font-family: 'Gotham Book';
    text-transform: uppercase;
    line-height: calc(2*var(--h_header));
    font-size: 10px;
    text-align: left;
    color: #aaa;
}
#footer>div[class="copy"]>p>span{
    color: #aaa;
}
#footer>div[class="copy"]>p>a{
    font-size: 10px;
    text-decoration: none;
    font-weight: bolder;
    color: #fff;
}
#footer>div[class="copy"]>p>a:hover{color: var(--C_orange);}


#footer>div[class="copy"]>p>span{display: inline;}

@media (max-width: 600px) {
    #footer>div[class="copy"]>p>span{display: none;}
}