@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
}

section {
	text-align: center;
	background-image: url("../../../../images/bg_sunflower.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 50px;
	padding: 10px 0px 15px 0px;
}
h1 {
	font-family: "mr-eaves-sans", sans-serif;
	font-size: 5em;
	font-weight: 300;
}

em {
	font-family: "reklame-script", serif;
	font-size: 1.5em;
	font-weight: 100;
	color: rgba(225, 220, 56, 0.9);
	text-shadow: 2px 2px 3px #5b580e;
	margin: -10px -0px -10px -5px;
	
}

em:hover {
	color: rgba(251, 245, 30, 1);
}

article {
	background: #E1DC38;
	margin-top: -20px;
}

article:hover {
	background: rgba(251, 245, 30, 1);
}

article p {
	font-family: "mr-eaves-sans", sans-serif;
	font-size: 3em;
	font-weight: 300;
}

.landc {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	margin: -40px 0px -10px 0px;
}

#logo {
	width: 3%;
	margin-left: 10px;
}
.footer a {
	color: #000;
	font-size: 1em;
}

#copyright {
	font-size: 1em;
	margin-right: 10px;
}