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

body {
	background-color: rgba(225,220,56,0.1);
	margin: 0px;
}

header {
	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;
	margin: 0px;
}

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

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

h2 {
	font-family: "mrs-eaves", serif;
	font-style: italic;
	font-size: 1.2em;
	font-weight: 100;
	padding: 10px;
	background: #E1DC38;
}

quote {
	font-weight: bold;
}

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

h3 {
	font-family: "reklame-script", serif;;
	font-size: 4em;
	font-weight: 400;
	line-height: 0.8em;
	color: rgba(225, 220, 56, 1);
	text-shadow: 1px 1px 1px #5b580e;
	margin: -35px 0px 5px -45px;
}

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

#article1 {
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
}

div {
	font-family: "reklame-script", serif;;
	font-size: 7em;
	font-weight: 400;
	color: rgba(225, 220, 56, 1);
	text-shadow: 1px 1px 1px #5b580e;
}

p {
	font-family: "mr-eaves-sans", sans-serif;
}

#p1 {
	max-width: 50%;
	padding: 10px;
}

ul, ol {
	font-family: "mr-eaves-sans", sans-serif;
	padding: 0.1em;
	margin-top: 15px;
}

li {
	padding-top: 5px;
}

#foods {
	background-color: #FFFFFF;
	border-bottom: 5px solid #E1DC38;
	border-right: 5px solid #E1DC38;
	border-bottom-right-radius: 20px;
	min-width: 40%;
	max-width: 50%;
	padding: 0.9em 3em 0.2em 2em;
	margin: 30px 10px 10px 30px;
	float: left;
}

#websites {
	background-color: #FFFFFF;
	border-bottom: 5px solid #E1DC38;
	border-right: 5px solid #E1DC38;
	border-bottom-right-radius: 20px;
	max-width: 50%;
	padding: 0.9em 3em 0.2em 2em;
	margin: 30px 30px 30px 10px;
	float: right;
}

a {
	color: #000000;
	cusor: pointer;
}

footer {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	background-color: rgba(225,220,56,0.8);
	min-height: 70px;
	clear: both;
}

#logo {
	width: 3%;
	margin-left: 10px;
}

#copyright {
	font-size: 0.8em;
	background-color: transparent;
	padding: 0;
	margin-right: 10px;
}