/**
* style.css
* 
* Theme Name: Trailer Parts
* Theme URI: http://novacreative-dev.com
* Description: Martin's Trailer Parts WordPress Business Theme
* Versition: 1.0
* Author: novacreative
* Author URI:  http://novacreative-dev.com
* License: GNU General Public License versition 3.0
* Tags: one-column, two-column, right-sidebar, theme options, main menu, footer menu, bootstrap 3, eCommerce
*/

body.admin-bar #header.sticky {
 top: 32px;
}

@media screen and (max-width: 782px)  {
   body.admin-bar #header.sticky {
       top: 46px;
   }
}

#banner .banner-heading h2,
#banner .banner-heading h1 {
  text-shadow: 1px 1px 2px rgba(0,0,0,.15);
}

#banner .banner-heading .online-shop-btn {
text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}