/*
Theme Name: Child of Simone
Theme URI: URI to your theme
Description: Simone with customization
Author: Your name and a link to your site
Version: 0.0.1
Template: simone
*/

/* Imports all styles from the Twenty Twelve stylesheet */
@import url('../simone/style.css');

.page-content,
.entry-content,
.entry-summary { margin:0 auto; }

.entry-title{
    font-size: 35px;
    font-size: 3.5rem;
}

.entry-content h1 {
    font-size: 25px;
    font-size: 2.5rem;
}

.entry-content h2 {
    font-size: 20px;
    font-size: 2rem;
}

.entry-content h3 {
    font-size: 18px;
    font-size: 1.8rem;
}

.entry-content h4 {
    font-size: 16px;
    font-size: 1.6rem;
}

.entry-content h5 {
    font-size: 15px;
    font-size: 1.5rem;
}

.entry-content h6 {
    font-size: 15px;
    font-size: 1.5rem;
}

.entry-content p,
.entry-content ul,
.entry-content ol {
    font-size: 20px;
    line-height: 1.5em;
}

/* Change background color of menu to blue */
.main-navigation{
    background: #1b1464;
}

/* Change color of text to blue */
h1, h2, h3, h4, h5, h6 {
    color: #1b1464;
    color: hsl(245, 67%, 24%);
}

.header-image{
    background: #b2b2b2 url(/wp-content/themes/simone/images/pattern.svg) repeat;
}

.entry-title{
    color: #1b1464;
    color: hsl(245, 67%, 24%);
}

/*Style the branch/citation/war on each page */
.recipient_meta ul{
    list-style: none;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-size: 2rem;
    color: #1b1464;
    color: hsl(245, 67%, 24%);
}

.medal_imgs{
    margin-left: 2em;
}

.passed_flag{
    margin-left: 1.5em;
}

.site-footer{
    background: #1b1464;
    background: hsl(245, 67%, 24%);
}

/*Special formatting for a in sidebar linking to page*/
.widget a.submit-citation {
    margin-bottom: 1em;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 900;
    color: #1b1464;
    color: hsl(245, 67%, 24%);
}

.page-template-page-home-page-php #primary{
    padding: 0;
}

.page-template-page-home-page-php #primary .entry-content{
    max-width: 115rem;
    padding: 0;
    margin-right: 350px;
    position: relative;
}

@media screen and (max-width: 1539px) {
    .page-template-page-home-page-php #primary .entry-content {
        max-width: 90rem;
        margin-right: 0;
    }
}

@media screen and (max-width: 1160px) {
    .page-template-page-home-page-php #primary .entry-content {
        max-width: 78rem;
        margin-right: 0;
    }
}


.book-format span{
    clear: both;
    margin-bottom: 2em;
    min-height: 250px;
    display: block;
}

.book-format span a{
    float: left;
    margin-right: 1.5em;
}
