﻿#centered-nav {
    position: relative;
    min-height: 30px;
    margin-bottom: 5px;
    border: 1px solid transparent;
}

    #centered-nav .nav {
        float: none;
        text-align: center;
    }

        #centered-nav .nav > li {
            float: none;
            display: inline-block;
        }

.navbar {
    font-weight: 500;
}

.text {
    font-family: Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
    top: 0;
    left: 0;
    width: 100%;
    height: 175px;
    z-index: 10;
}