/*
Theme Name: Nook Joinery
Template: twentyseventeen
Author: Matthew Ellis
Version: 1.0.0
*/

/* Logo */
.custom-logo-link img {
    width: 100%;
    max-width: 100px;
    max-height: 100%;
}



@media screen and (min-width: 48em) {
    .custom-logo-link img {
        max-width: 200px;
    }

    /* Homepage */

    .site-title--homepage {
        padding-bottom: 1rem;
    }
}