/************************* footer *************************/
.container {
    padding-bottom: 8rem;
}
#footer {
    position: fixed;
    bottom: 0;
    border-top: 1px solid #DDD;
    padding: 2rem 0;
    width: 100%;
    text-align: center;
    background: #222;
    color: #fff;
    word-break: keep-all;
}

.company{
    font-size: 13px;
}
.company p{
    margin-bottom: 0;
}
.copy {
    position: absolute;
    bottom: 1vh;
    left: 1vw;
}
.f_menu {
    position: absolute;
    right: 1vw;
    bottom: 1vh;
    text-align: right;
    list-style:none;
}
