/*
Theme Name: SVSBedford.org 2018
Theme URI: https://wordpress.com/themes/sela/
Template: sela
Author: Automattic
Author URI: https://wordpress.com/themes/
Description: Child theme for SVS.
Tags: blog,custom-background,custom-colors,custom-menu,featured-images,full-width-template,microformats,right-sidebar,rtl-language-support,sticky-post,translation-ready,two-columns
Version: 1.0.17.1533669940
Updated: 2018-08-07 15:25:40

*/

/* style the logo in the middle of the site title/heading */

/* On screens mobile screens, general style... */
.site-branding>h1.site-title>a {
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
}

.site-branding>h1.site-title>a>img {
    max-height: 6rem;
    margin: 0 1rem;
}

@media (min-width: 680px) {
    .site-branding>h1.site-title>a {
        flex-direction: row;
    }
}
