/* 
 Theme Name:   HOW Theme
 Theme URI:    
 Description:  
 Author:       John Anderson
 Author URI:   
 Template:     accesspress-parallax
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/

headers.logo-side {
  height: 150px;
  transition: height 1s linear;
  -moz-transition: height 1s linear;
  -webkit-transition: height 1s linear;
  -o-transition: height 1s linear;
}

/**
* Masthead - Shrink on Scroll
**/
 
headers.shrink {
  height:75px;
  transition: height 1s linear;
  -moz-transition: height 1s linear;
  -webkit-transition: height 1s linear;
  -o-transition: height 1s linear;
padding: 5px 0;
}

headers.shrink #site-logo img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
height: 50px;
}