/*  Place here any CSS code that you would like to affect both the Default and Home themes */
@import url(http://fonts.googleapis.com/css?family=Quicksand|Wire+One|Open+Sans+Condensed:300|Maven+Pro);
 
.breadcrumbs {font-size: 0.8em; margin-top: -26px; margin-left: 140px;}
 
#top-bar li{
    list-style: none;
    float:left;
    margin: 0 5px;
    background-color: red;
    padding:0;
    font-size: 1.2em;
 
}
 
.header-wrap .container .header .site-title {
    position: relative;
    z-index: 30;
    height: 25em;
    color: yellow;
}
 
h1.site-title{
    margin: 100;
    padding: 0;
    color: green;
}