.navbar-main {
    text-align: center;
    float:none;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.navbar-main li {
    display: inline-block;
    float: none;
    background-color: #486afc;
    color: #fff;
}

.navbar-main li > a {
    color: #fff;
    font-weight: bold;
}

.navbar-main li > a:hover {
    background-color: #486afc;
    box-shadow: inset 0 -5px 0 0 #ffce40;
}

.navbar-main li > a:focus {
    background-color: #ffce40;
    color: #486afc;
}

.navbar-main li.active > a {
    background-color: #ffce40;
    color: #486afc;
}

.navbar-field {
    margin-bottom: 15px;
    font-family: "Century Gothic", Helvetica, Arial, sans-serif;
}

.navbar-field li {
    border-radius: 3px;
    width: 145px;
    margin-bottom: 20px;
}

.navbar-field li > a:after {
    content:'';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 15px #486afc;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}

.navbar-field li > a:hover:after {
    border-top-color: #ffce40;
}

.navbar-field li.active > a:after {
    border-top-color: #ffce40;
}

.navbar-field li > a:focus:after {
    border-top-color: #ffce40;
}

.icon-bar {
    background-color: #486afc;
}

.navbar-toggle {
    border-color: #486afc;
}

.navbar-header {
    margin-bottom: 10px;
}
