@import url('https://fonts.googleapis.com/css?family=Kalam|Lato');

/*Headings and formatting*/
.title {
    font-family: 'Kalam', cursive;
    font-size: 2.2em;
}

h1, single-title, .single-subtitle{
    font-family: 'Kalam';
}

.header .single-title,
.header .single-subtitle,
.single.page .post-meta
{
    text-align: center;
}

.single .post-footer .post-info-more {
    display: none;
}


img[src$='#center']
{
    display: block;
    margin: 0.7rem auto; /* you can replace the vertical '0.7rem' by
                            whatever floats your boat, but keep the
                            horizontal 'auto' for this to work */
    /* whatever else styles you fancy here */
}

img[src$='#50']
{
    max-width: 50% !important;
    max-height: 50% !important;
}

img[src$='#50center']
{
    display: block !important;
    margin: 0.7rem auto;
    max-width: 50% !important;
    max-height: 50% !important;
}


img[src$='#floatleft']
{
    float:left;
    margin: 0.7rem;      /* this margin is totally up to you */
    /* whatever else styles you fancy here */
}

img[src$='#floatright']
{
    float:right;
    margin: 0.7rem;      /* this margin is totally up to you */
    /* whatever else styles you fancy here */
}
