

.logo{
    height: 75px;
    width: 250px;
}

.navbar {
    min-height: 100px;

}
.navbar-custom {
    background-color: #d9d9dc;
}
.navbar-header{
    min-height: 100px;
}

.navbar-toggle{
    background: #FFF url('../images/favicon.ico') right center no-repeat;
    width:64px;
}
.navbar-nav {
    margin: 25px 50px;
}
.navbar-toggle .icon-bar{
    background-color: #027eed;
}

/* SMALL DEVICES */

@media (max-width: 768px) {


    .logo{
        margin-left: auto;
        margin-right: auto;
    }

   }

@media (max-width: 360px) {


    .logo{
        height: 50px;
        width: 200px;
    }
    .navbar {
        min-height: 80px;
    }
    .navbar-header{
        min-height: 80px;
    }
}