/*
Theme Name: Lock Out Drink Driving
Theme URI: https://www.praterraines.co.uk
Author: Prater Raines Ltd
Description: Child Theme of Email Your MP developed for Lock Out Drink Driving email your MP Website
License: All Rights Reserved
Tags: responsive-layout
Text Domain: lock-out-drink-driving
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(250, 250, 250);
}
#header a {
	text-align: center;
	display: block;
	width: 100%;
}
h1 {
	text-transform:none;
}
#footer {
	background: rgb(250, 250, 250) !important;
    background-color: rgb(250, 250, 250) !important;
	color: #091751;
	text-align: center;
	font-size: 0.8rem;
}
#footer a {
	color: #7A0B0B;
}
#footer #footer-inner {
	grid-template-columns: 1fr;
}