/*
Theme Name: Hannah Deacon
Theme URI: https://www.praterraines.co.uk
Author: Prater Raines Ltd
Description: Child Theme of Email Your MP developed for Hannah Deaon email your MP Website
License: All Rights Reserved
Tags: responsive-layout
Text Domain: hannah-deacon
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(220, 220, 220);
}
#header a {
	text-align: center;
	display: block;
	width: 100%;
}
h1 {
	text-transform:none;
}
#footer {
	background: rgb(220, 220, 220) !important;
    background-color: rgb(220, 220, 220) !important;
	color: #394f49;
	text-align: center;
	font-size: 0.8rem;
}
#footer a {
	color: #9e0059;
}
#footer #footer-inner {
	grid-template-columns: 1fr;
}