/*
Theme Name:     TNA black history child theme
Theme URI:      http://www.nationalarchives.gov.uk/
Author:         The National Archives
Author URI:     http://www.nationalarchives.gov.uk/
Description:    This should be used when creating new child themes for tna-base
Template:       tna-base
Version:        1.0
License:        GNU General Public License
License URI:    license.txt
Text Domain:    tna-base
*/

/* Add custom CSS here to overwrite parent theme CSS */
/* Flexbox */
.equal-heights-flex-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.equal-heights-flex-box > div {
    background: #fff;
    background-clip: content-box;
    margin-bottom: 1.5em;
}
.bg-transparent {
    background-color: transparent !important;
}