/*
Theme Name: Owain's Law
Theme URI: https://www.praterraines.co.uk
Author: Prater Raines Ltd
Description: Child Theme of Email Your MP developed for Owain's Law email your MP Website
License: All Rights Reserved
Tags: responsive-layout
Text Domain: owains-law
Template: email-your-mp
*/

html, body, #main-menu, #mobile, h1, h2, h3, h4, h5, h6, p, li, a {
    font-family: 'Poppins', sans-serif;
}
body, #header, #main {
    background-color: rgb(255, 255, 255);
}
#header a {
	text-align: center;
	display: block;
	width: 100%;
}
h1 {
	text-transform:none;
}
#footer {
	background: rgb(255, 255, 255) !important;
    background-color: rgb(255, 255, 255) !important;
	color: #737373;
	text-align: center;
	font-size: 0.8rem;
}
#footer a {
	color: #fc0000;
}
#footer #footer-inner {
	grid-template-columns: 1fr;
}