@charset "utf-8";
#footer{height:auto;padding:4vw;font-size:14px;color:#666;display:flex;justify-content:start;flex-direction:row;text-align:left;align-items: flex-end;}
#footer > *{width:33.3%}
#footer a,#footer a:link{color:#666}
#footer a:hover{color:#999}
#footer #top {
   width: 0;
}

@media screen and (max-width: 999px) {
#footer{flex-direction:column;font-size:inherit;padding-top:3vh;border-top:2px solid #ccc}
#footer > *{width:100%;margin-bottom:3vh;color:#999}
}