/*
Theme Name:     sugar and spice child
Description:    a child theme for sugar and spice
Author:         DPetsinger
Template:       sugar-and-spice

(optional values you can add: Theme URI, Author URI, Version)
*/

 

/* =Theme customization starts here
-------------------------------------------------------------- */

body
 {
    font-size: 87.5%;
    font-size: 1.0rem;
    font-weight: 100;
    line-height: 1.5;
    font-family: 'Glegoo', Helvetica, Arial, sans-serif;
    color: #797979;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

nav#main-nav > ul > li:after { content: ' \2022'; color: #d2d2d2; }
nav#main-nav > ul > li:last-child:after { content: ''; }
nav#main-nav > ul > li > a {
    padding:8px 24px;
    color: #666666;
    display: inline-block;
    font-size: 0.57em;
    text-transform:uppercase;
    text-shadow: 1px 1px 0 #EAE1D8;
    text-align:center;
    text-decoration:none;
}