/*!
Theme Name:   Storefront Child
Theme URI:    https://woocommerce.com/storefront/
Author:       Automattic, Sean Ramey
Author URI:   https://woocommerce.com/
Template:     storefront
Description:  The Storefront Child theme is my own custom modification to the Storefront theme.
Version:      0.1.013
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  storefront-child
Tags:         e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options

This theme is basically Storefront, but with tweaks.

FontAwesome License: SIL Open Font License - http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL
Images License: GNU General Public License v2 or later
*/

.primary-navigation .menu-item li:first-child{
    border-top: 2px solid white;
    box-shadow: -5px 4px 20px 2px black;
}
.primary-navigation .menu-item li{
    border-bottom: 2px solid white;
    border-left: 2px solid white;
    border-right: 2px solid white;
    box-shadow: -5px 4px 20px 2px black;
}
.primary-navigation .menu-item li:last-child{
    border-bottom: 2px solid white;
    box-shadow: -5px 4px 20px 2px black;
}

.primary-navigation .menu-item a{
    border-left-width: 0px;
    border-right-width: 0px;
    background-color: #e5d3ff;
    /*border-bottom: 2px solid black;*/
    color: #583977;
}

.primary-navigation .menu-item:hover{
    background-color: #ffc95e;
    color: #e5d3ff;
}

.entry-content .wp-post-image{
    width: 100%;
    height: 100%;
}

.alpha a{
    color: black;
    text-align: center;
}