/*
 Theme Name:   Storefront Child
 Theme URI:    http://www.fermentationstation.co.uk/
 Description:  Storefront Child Theme
 Author:       Austin Bailey
 Author URI:   http://example.com
 Template:     storefront
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         Upgrades
 Text Domain:  storefront-child
*/

.site-header {
  background-color: #2c2d33;
  padding-top: 4.0em;
  background-repeat: no-repeat;
  width: 100%;
  }
  
  .site-title {
  font-family: "MS PMincho", sans-serif;
   color: #ffffff;
  }
  
  .site-branding {
  font-size: 2.5em;
  width: 100.0%;
  }

  @media screen and (min-width: 768px) {
  .site-header .site-branding,
  .site-header .site-logo-anchor,
  .site-header .site-logo-link {
    display: block;
    display: block;
    float: left;
    margin-left: 0;
    margin-right: -100%;
    width: 100.0%;
    clear: none;
    float: left;
    margin-left: 0;
    margin-right: 4%;
    clear: both; }
    .site-header .site-branding img,
    .site-header .site-logo-anchor img,
    .site-header .site-logo-link img {
      height: auto;
      max-width: 100%;
      max-height: none; }

	.nav-menu {
   color: #000000;
   background-color: #ffffff;
   }
   
	
