/*
Theme Name:   	David Icke Store
Theme URI:    	https://www.lifethroughpixels.co.uk
Author:       	Dwayne Henry
Author URI:     https://www.lifethroughpixels.co.uk
Template:     	storefront
Description:  	David Icke Store
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
/*
 * Add your own custom css below this text.
 */

/* remove the underline from Hyperlinks */
a {
    text-decoration: none !important;
}

/* Footer Height */

.site-footer {
    padding-top: 0px;
    padding-bottom: 0px;
} 

/* Header menu color */
.storefront-primary-navigation,
.main-navigation ul.menu ul.sub-menu{
    background-color:#f0f0f0;
    text-align:center;
}

/* centre Footer */
  
.site-footer {
    text-align: center;
}

/* centre Logo */
.site-branding{
width:100% !important;
text-align:center;
}

.site-header .site-branding img
{
margin: 0 auto;
}