/**
 * Theme Name:  Munroe Base 2 Child
 * Template:    munroe-base-2
 * Author:      Phil Horrex
 * Description: A child theme for the theme created by Munroe for www.barrack.com.
 */
 
 indent-paragraph {
     margin-left: 2.5em !important;
 }

.footer_chambers {
    display: flex;
    justify-content: right;
    margin-top: 26px;
    margin-right: -18px;
    margin-left: -18px;

    img {
        height: 120px;
        max-width: 143px;
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .footer_chambers {
        justify-content: center;
    }
}

@media screen and (max-width: 640px) {
    .footer_chambers {
        justify-content: left;
    }
}