/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24/03/2019, 09:39:09
    Author     : Henrique Silva
*/
.navbar-fixed .container a.brand-logo img{
    height: 64px;
}
@media screen and (min-width: 540px) and (max-width: 800px) {
    .navbar-fixed .container a.brand-logo img{
        height: 55px;
        margin-left: 30px;
    }

}


@media screen and (min-width: 800px) and (max-width: 1180px) {

    .navbar-fixed .container a.brand-logo img{
        height: 55px;
        margin-left: 30px;
    }
}
@media screen and (min-width: 200px) and (max-width: 540px) {
    .navbar-fixed .container a.brand-logo img{
        height: 55px;
        margin-left: 30px;
    }
}