/*
 Theme Name:   Lodestar Child
 Theme URI:    
 Description:  Lodestar Child Theme
 Author:       Itzi Aguinagalde
 Author URI:   
 Template:     lodestar
 Version:      1.0.0
 Tags:         
 Text Domain:  lodestar-child
*/
@import url("../lodestar/style.css");


@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans|Oswald');


body{
    font-family: "Alegreya Sans";
}

p.site-title{
    display: none;
}
p.site-description{
    text-transform: uppercase;
    font-family: "Oswald";
}
.has-top-content .main-navigation ul.nav-menu{
    text-align: center;
}
blockquote p{
    font-family: "Alegreya Sans";
    font-style: italic;
}
h1,h2,h3,h4,h5{
    font-family: "Oswald";
    text-align: center;
    letter-spacing: .1em;
    font-weight: 200;    
}

.entry-content h2{
    color: #333;
}