.footpic {
    position: relative;
    width: 100%;
}

.footpic img {
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
}

#footer {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    width: 100%;
    margin: 0;
    left: 0;
    padding: 0;
    overflow: hidden;
    background-color: #918687;
    position: relative;
}

.footbox {
    position: relative;
    width: 100%;
    height: 100%;
    word-break: keep-all;


}

.footer-hr {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #871E22;

}

.footpart {
    float: right;

}

li.footer-li {
    text-align: left;
    word-break: keep-all;
    font-size:2vmin;
    font-weight: bold;
    display: contents;
    list-style-position: inside;
    list-style-type:disc;
    position: relative;

}

a.footer-a:hover {
    background-color: transparent;
    text-decoration: underline;

}

.foot-h5 {
    display: block;
    text-align: left;
    font-size: 1.25vw;
    margin: 0;
    padding: 0;
    color: white;
    position: relative;
}

.foot-k {
    margin: 0;
    margin-top: 0.5%;
    flex: 0 0 auto;
    width: 14%;
    display: block;
    position: absolute;

}

ul.footer-ul {
    list-style-type: disc;
    margin: 0;
    padding: 0;

}

.footer-p {
    font-size: 1vw;
    display: block;
    padding: 0 0px;
}

.footer-a-bt {
    font-size: 1vw;
    display: inline;
}

.footer-a {
    color: #ddc8bd;
    text-decoration: none;
    font-size: 1vw;
    line-height: 1.5;
    display: block;
}

.logo{
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;

    display: inline-block;
    white-space: nowrap; 
}
.logo img{
    width: auto;
    height: auto;
    position: relative;
    display:inline;
}

