@font-face {
    font-family: 'murray_hillbold';
    src: url('murray_hill_bold-webfont.woff2') format('woff2'),
         url('murray_hill_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
	margin: 0;
	padding: 0;
}
header {
	font-size: 5em;
    background: url(flowers-blur.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	width: 100%;
	height: 4em;
}
h1 {
	text-align: center;
	font-family: 'murray_hillbold';
	font-size: 1em;
	color: #EE3C89;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	margin: 0;
	padding: 1em 0;
}	
p {
	text-align: center;
	font-family: Arial, sans-serif;
}
footer p {
	font-size: 0.9em;
}
a {
	font-weight: bold;
	text-decoration: none;
}
.slogan {
	margin: 0;
	padding: 0.2em 0;
	font-family: Arial, sans-serif;
	font-weight: bold;
    background-color: #EE3C89;
	color: white;
}