/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

h1 { font-size: 40px; line-height: 42px; margin-bottom: 7px; }
@media only screen and (max-width: 767px) {

   h1 {
      font-size: 2em;
   }
}



