/*
 Theme Name:   	Mercia child
 Description:  	Mercia Child Theme
 Template:     	mercia
 Version:      	1.0
*/

@import url("../mercia/style.css");

/* Theme customization starts here
  -------------------------------------------------------------- */

.logo-parent {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.logo-first { grid-area: 1 / 1 / 2 / 2; }
.logo-first img{ 
	width:100%;
	height:auto;
}
.logo-second { grid-area: 1 / 2 / 2 / 5; }