body {
    margin: 0;
    font-family: "Lato", sans-serif;
    background-color: #04080f;;
}

.blur-frame {
    backdrop-filter: blur(4px);
}
.full-size {
    position: absolute;
    width: 100%;
    height: 100%;
}

.darken-frame {
    background-color: rgba(4, 8, 15, 0.8);
}

.nav-bar {
    color: #fff;
    border-bottom: 1px solid #444;
    height: 48px;
    box-sizing: border-box;
    width: 100%;
    position: fixed;
    top: 0;
    font-family: "Varela Round", sans-serif;
}

.nav-bar .sub-sec-triangle {
    color: #666;
}

.nav-bar a:link, .nav-bar a:visited, .nav-bar a:hover {
    text-decoration: none;
    color: #fff;
}

.nav-bar .title-host {
    position: absolute;
    left: 8px;
    top: 8px;
    width: 300px;
    font-size: 24px;
}

.nav-bar .user-tile-host {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 180px;
    text-align: right;
}

.nav-bar .user-tile {
    display: inline-block;
    font-size: 12pt;
    border: 2px solid #fff;
    border-radius: 8px;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

.content-host {
    padding-top: 48px;
    box-sizing: border-box;
    background-color: #fff;
    color: #000;
}

.footer {
    background-color: #04080f;
    box-sizing: border-box;
    color: #ddd;
    border-top: 1px solid #444;
}

.footer-cols {
    margin-top: 20px;
    margin-bottom: 30px;
}

.footer-box {
    width: 150px;
    height: 150px;
    box-sizing: border-box;
    float:left;
    margin-bottom: 30px;
    padding: 25px;
}

.footer-box h2 {
    margin: 0;
    margin-bottom: 8px;
    font-size: 12pt;
}

.footer a:link, .footer a:visited, .footer a:hover {
    text-decoration: none;
    color: #aaa;
}

.footer a:hover {
    text-decoration: none;
    color: #fff;
}

.footer-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-box li {
    margin: 0;
    padding: 0;
    font-size: 10pt;
    margin-bottom: 6px;
}

.footer .copyright {
    clear: both;
    text-align: center;
    color: #888;
    font-size: 9pt;
}

.footer .plexi-box h2 {
    font-size: 14pt;
    color: #08f;
}

.footer div.plexi-box {
    font-size: 9pt;
    color: #888;
    text-align: center;
    width: 180px;
}

.footer .slogan {
    color: #aaa;
}
