/*
 * Theme Name:   Pressbooks Book Child
 * Theme URI:    /pressbooks-book-child/
 * Description:  Pressbooks Book Child Theme
 * Author:       Eva C.
 * Author URI:   http://openpub.libraries.rutgers.edu
 * Template:     pressbooks-book
 * Version:      1.0.3
 * License:      GNU General Public License v2 or later
 * License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 * Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 * Text Domain:  pressbooksbookchild
 * */
.header__logo--img, .header__logo--svg{
  max-height: 20rem;
  max-width: 150px;
}


/* @media screen and (min-width: 60rem) { */
@media screen and (min-width: 20rem) {	
.header__logo--img, .header__logo--svg {
  min-height: 50px;
  max-height: 70px;
  max-width: 300px;
}
}

a {text-decoration: underline !important;}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}
