/*
Theme Name: Child of twentythirteen
Description: Child theme for Possums
Author: sjv
Version: 0.1
Template: twentythirteen
*/

@import url("../twentythirteen/style.css");

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: 'Lato', sans-serif;
    line-height: 1.3;
}

/*--------------------------------------------------------------
Debug
--------------------------------------------------------------*/

.showfile {
    color: #2a9768;
    font-size: .8rem;
}

/*--------------------------------------------------------------
Meta breadcrumbs
--------------------------------------------------------------*/
.taxonomies {
    color: #ef54b0;
    margin-bottom: 2rem;
    font-size: 80%;
}

.taxonomies a {
    color: #1525ef;
}

/*--------------------------------------------------------------
X.X Custom Banner
--------------------------------------------------------------*/
.custom-banner {
    padding: 3px 1.5rem;
    margin_top: 1.8em;
    background: hsl(0, 0%, 20%);
    font-size: 80%;
    text-transform: uppercase;
    color: #ffba00;
}


/*--------------------------------------------------------------
X.X Header
--------------------------------------------------------------*/
.header-image img {
    display: block;
    margin: 0 auto;
}

.header-background-image {
    background: no-repeat center;
    background-size: cover!important;
    -moz-background-size: cover!important;
    -webkit-background-size: cover!important;
}

.header-background-image .title-box {
    background: #ECD1AC;
    background: hsla(35, 63%, 80%, 0.9);

}
.site-branding {
    padding: 1rem 0;
    text-align: center;
    background: #fff;

}
.title-box {
    width: 500px;
    max-width: 75%;
    margin: 0 auto;
    padding: 1rem;
    border: solid 1px #fff;

}

.site-title {

    padding-bottom: 1rem;
}

.site-description {
    font-weight: 400;

}

.site-title a,
.site-description {
    color: #000;

}

.document-gallery .document-icon img {
    width: 160px;
    max-width: 100%;
    border: 0;
    margin: 0 auto
}

.document-gallery .document-icon a {
    font-size: 1em;
    line-height: 1.2em;
}

.category-summary h1 {
    color: #000;
    font-size: .5em;
}
