.nav-title {
    position: relative;
    float: left;
    width: 30%;
    height: 100%;
}
.nav-title-text {
    display: table;
    margin: 0 auto;
    font-size: 50pt;
    color: #FFF;
}
.nav-title-text:hover {
    color: #CCC;
}
.nav-table {
    width: 100%;
    height: 100%;
}
.nav-cell {
    height: 100%;
}
.nav-dropdown {
    display: none;
}
.nav-btn {
    display: table;
    margin: 0 auto;
    font-size: 25pt;
    color: #FFF;
}
.nav-btn:hover {
    color: #CCC;
}
