/*
Theme Name:         Variety Theme
Theme URI:          https://roots.io/sage/
Description:        Sage is a WordPress starter theme. <a href="https://github.com/roots/sage">Contribute on GitHub</a>
Version:            8.4.2
Author:             Roots
Author URI:         https://roots.io/
Text Domain:        sage

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

/* Brute force modifying logo */

.navbar-brand {
    background: url(https://www.variety.org.au/wp-content/themes/variety/dist/images/logo-main_50years.png) 50% 50% no-repeat !important;
    background-size: 180px auto !important;
}

@media (max-width: 1199px) {
    .banner .primary-nav .navbar-header .navbar-brand {
        height: 65px !important;
    }
}

@media (max-width: 374px) {
    .banner .primary-nav .navbar-header .navbar-brand {
        width: 150px !important;
        height: 65px !important;
    }
}