html {
    height: 100%;
}
body {
    font-family: 'Archivo Narrow';
    font-size: 14pt;
    height: 100%;
    background-attachment: fixed;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'KoHo', sans-serif;
}

.header {
    position: relative;
    background-size: cover;
    background-position: center center;
}
.header .navigation-bar {
    position: absolute;
    left: 0;
    width: 100%;
    height: 35px;
    padding: 0;
    background-color: rgba(0,0,0,0.75);
    border-top: 1px solid rgba(0,0,0,0.15);
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.header .navigation-bar.top {
    top: 0;
}
.header .navigation-bar.bottom {
    bottom: 0
}
.header .navigation-bar a {
    font-size: 14pt;
    color: #e0e0e0;
    /* letter-spacing: 1px; */
    display: inline-block;
    line-height: 33px;
    margin: 0;
    padding: 0 15px;
    text-decoration: none;
}
.header .navigation-bar a:hover {
    color: #fff;
    background-color: rgba(255,255,255,0.25);
}
.header .navigation-bar a.active {
    background-color: rgba(255,255,255,0.25);
}
.navigation-bar {
    padding-top: 5px;
    padding-bottom: 30px;
}

.navigation-bar .menu-dropdown {
    z-index: 2000;
    min-width: 200px;
    position: absolute;
    top: 34px;
    background-color: rgba(0,0,0,0.85);
    padding: 0px;
}
.navigation-bar .menu-dropdown a {
    display: block;
    white-space: nowrap;
    padding: 1px 10px;
}

.menu-dropdown .sublink-container a.link {
    padding-left: 30px;
    font-size: 12pt;
}

.side-navi .navigation-bar {
    background-color: rgba(0,0,0,0.75);
    height: 100%;
}
.side-navi .navigation-bar a.link {
    white-space: nowrap;
    color: #e0e0e0;
    display: block;
    text-decoration: none;
    padding: 5px 15px;;
}
.side-navi .navigation-bar a.link:hover {
    background-color: rgba(255,255,255,0.25);
}
.side-navi .navigation-bar a.link.active {
    background-color: rgba(255,255,255,0.25);
}

.side-navi .navigation-bar .sublink-container {
    padding-left: 20px;
}

.side-navi .navigation-bar .sublink-container a.link {
    font-size: 12pt;
}

.footer {
    background-color: rgba(64,64,64,1);
    border-top: 1px solid rgba(0,0,0,0.15);
    border-bottom: 1px solid rgba(0,0,0,0.15);
    color: #e0e0e0;
    padding: 0 15px;
    font-size: 10pt;
    /* position: fixed;
    bottom: 0; */
}
.footer a {
    color: #f0f0f0;
}
