html {
    height: 100%;
    overflow: hidden;
}

body {
    overflow: hidden;
    background: url(/css/images/bg.b1285be0.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    margin: 0;
}

.hk-header {
    /* padding: 0px 0px 10px 20px; */
    padding-left: 20px;
    width: 100%;
    height: 56.5px;
    line-height: 56.5px;
    vertical-align: middle;
}

.nav-span {
    float: right;
    margin: 10px 20px 0 5px;
    color: black;
}

.txt-m {
    margin: 0.5rem;
    font-weight: 700;
    font-size: 0.6rem;
}

.add {
    margin-right: 5%;
    float: right;
}

.navlogo {
    color: white;
    display: inline-block;
    height: 56.5px;
    line-height: 56.5px;
    vertical-align: middle;
}

.nav-name {
    font-weight: bold;
    font-size: x-large;
    height: 28px;
}

.nav-text {
    height: 28px;
}
.other{
    height: 20vw;
}
.divbody {
    display:block;
    float:right;
    color: #003894;
    margin-right: 1rem;
}

.body-year {
    display: inline-block;
}

.top {
    text-align: center;
    
}

.divline {
    
    height: 2px;
    background-color: #003894;
    border-radius: 50%;
    margin: 10px;
}

.nav-div {
    float: left;
}

.line {
    float: left;
    margin: 20px 10px;
    width: 2px;
    height: 80%;
    background-color: white;
}
.hk-footer {
    position: absolute;
    bottom: 30px;
    right: 10%;
    color: #003894;
}
.hk-footer-link{
    color: #003894;
}
a:link { color: #003894; text-decoration: none; }
a:visited { color: #003894; text-decoration: none; } 
a:hover { color: #003894; text-decoration: none; }
a:active { color: #003894; text-decoration: none;} 