/*
Theme Name:            SEATRAC TB Research Course
Theme URI:             https://bitbucket.org/uwdgh_elearn/seatrac-tb-course
Bitbucket Theme URI:   https://bitbucket.org/uwdgh_elearn/seatrac-tb-course
Primary Branch:        main
Author:                Department of Global Health web team - University of Washington
Author URI:            https://depts.washington.edu/dghweb/
Description:           UW WordPress child theme for SEATRAC's Advanced TB Research Training Summer Course website.
Template:              uw_wp_theme
Version:               3.5.0.1
License:               GNU General Public License v2 or later
License URI:           https://www.gnu.org/licenses/gpl-2.0.html
Tags:                  two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:           seatrac-tb-course
*/

header.site-header div.navbar .site-branding .uw-wordmark {
    background: url('assets/white_SEATRAC_Logo_transparent.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 91px;
    width: 330px;
    top: -10px;
    left: 0;
    transform: scale(1, 1);
}
@media (max-width: 767px) {
    header.site-header div.navbar .site-branding .uw-wordmark {
        background: url('assets/seatrac-logo-only.png');
        background-size: contain;
        background-repeat: no-repeat;
        height: 45px;
        top: 0;
        transform: scale(1, 1);
    }
}
footer.site-footer .footer-wordmark {
    background: url('assets/white_SEATRAC_Logo_transparent.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 110px;
    transform: scale(1, 1);
}
footer.site-footer .footer-wordmark:hover,
footer.site-footer .footer-wordmark:focus {
    background: url('assets/white_SEATRAC_Logo_transparent.png');
    background-size: cover;
    background-repeat: no-repeat;
}