#nav li a{
    font-size: 13.40px;
    padding: 0 6.09px;
}
.topbar {
    overflow: hidden;
    background-color: #FFA001;
    position: fixed;
    height: 37px;
    top: 0;
    width: 100%;
    text-align:center;
}
#z-index-container{
    margin-top: 37px;
}
#flash-back{
    top: 37px;
}
.topbar a{
    font-size: 12px;
    color:black;
    padding: 10px 15px;
    text-transform:uppercase;
    position: relative;
    top: 9px;
    white-space: nowrap;
}
.topbar a:hover{
    background: #334E50;
    margin: 1px;
    border-radius: 7px;
    color: white;
}

@media only screen and (max-width: 1144px) {
  .topbar {
        height: 95px;
    }
    #z-index-container{
        margin-top: 95px;
    }
    #flash-back{
        top: 95px;
    }
    .topbar a{
        line-height: 2.5;
        font-size: 17px;
    }
}