/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
/* Override default Phox theme logo size */
.navbar-brand img, 
.logo img, 
header .logo img {
    max-height: 80px !important; 
    width: auto !important;
}

/* Adjust the navbar padding slightly if the bigger logo touches the edges */
.navbar-main {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}