﻿.navbar-brand {
    background-image: url(images/title.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 200px;
    height: 50px;
    background-position: center;
}
.navbar-brand span{
    visibility: hidden;
}