/*
Theme Name: Piano Man 2
Theme URI: http://santefepianotuner.com/
Description: Alpine Escape theme based on Twenty Fourteen
Author: Tom Lambert
Author URI: http://ideawrights.com/
Template: twentyfourteen
Version: 0.1.0
*/

@import url("../twentyfourteen/style.css");


#header-cta, #header-branding {
    color: white;
    position: absolute;
    font-size: 2em;
    top: 0.5em;
    font-family: "Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}

#header-cta {
  right: 1em;
  max-width: 35%;
}
#header-branding {
    max-width: 55%;
    left: 1em;
}

#header-tagline {
 font-size: 0.6em; /* relative to header which is 2em */
}

@media screen and (max-width: 1023px) {
  #header-cta, #header-branding {
      font-size: 1.5em;
  }
  #header-tagline {
  }
}

@media screen and (max-width: 768px) {
  #header-cta, #header-branding {
      font-size: 1.2em;
  }
  #header-tagline {
    display: none;
  }
}