/*
* Theme Name: Emmet Child
* Theme URI: http://www.getmotopress.com/themes/
* Author: MotoPress
* Author URI: http://www.getmotopress.com/
* Description: Clean and responsive WordPress theme with a professional design created for corporate and portfolio websites. Emmet comes packaged with page builder and fully integrated with WordPress Customizer. Theme works perfect with major WordPress plugins like WooCommerce, bbPress, BuddyPress and many others. After installing the theme navigate to Appearance > Theme Wizard.
* Template: emmet
* Version: 1.0.0
*/
/*desktop narrow - non-home header*/
.site-header {
    background: url('https://www.writingattheledges.com/wp-content/uploads/Ledges_Fall-2012-037-xtratall-banner.jpg') center center no-repeat;
    background-size: cover;
}
.site-title {
    font-size: 28px;
}  
/*desktop standard - non-home header*/
@media only screen 
and (min-width:600px) {
  .site-header {
    background: url('https://www.writingattheledges.com/wp-content/uploads/Ledges_Fall-2012-037-tall-banner.jpg') center center no-repeat;
    background-size: cover;
  }
  .site-title {
    font-size: 36px;
  }  
}
/*desktop wide - non-home header*/
@media only screen 
and (min-width : 1024px) {
  .site-header {
    background: url('https://www.writingattheledges.com/wp-content/uploads/Ledges_Fall-2012-037-wide-banner.jpg') top center no-repeat;
    background-size: cover;
  }
  .site-title {
    font-size: 36px;
  }  
}