/*
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 : May 14, 2017, 4:46:54 PM
    Author     : rico
*/

/*-----------
 Navbar
------------*/
/*.navbar {
    height: 90px
}*/

/* xs */
.navbar-brand img {
    height: 60px;
    width: auto;
}

/* sm */
@media (min-width: 768px) {
    /*.navbar-default .navbar-brand .navbar-header {
        height: 121px;
        width: 151px;
    }*/
    
    .navbar-brand img {
        height: 121px;
        width: 151px;
    }
}


/*-----------
 Footer
------------*/

