main.css 812 Bytes
.navbar ul.nav > li > a {
    font-size: 13px;
    letter-spacing: -0.40px;
    text-align: center;
    padding: 0px 12px 2px;
    height: 62px;
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar-brand{
    display: flex;
    justify-content: center;
    align-items: center;
}
.static_logo_img{
    width:85px;
}
.static_logo_about{
    font-family: Arial, sans-serif!important;
    transition: 0.3s;
    width: 125px;
    padding: 0;
    margin: 0;
    margin-left: -5px;
    float: left;
    display: flex;
    height: 62px;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    text-transform: lowercase;
    line-height: 13px;
    cursor: default;
}
#top {
    background: #555555;
    color: #eeeeee;
    padding: 7px 0 6px;
}