@charset "utf-8";
/* CSS Document */
html {
	font-size: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #E6E6E6;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', arial, sans-serif;
	font-size: 1em;
	line-height: 1.5;	
}

#wrapper {
	position: relative;
    width: 100%;
    background-color: #ffffff;
	color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	overflow-x: hidden;
}

#header {
	background-color: #ffffff;
	width: 100%;
}

#header img {
	width: 100%;
	height: auto;
}

.top {
	margin: 0;
	background-color: #ffffff;
	width: 100%;
	border-bottom: 3px solid #B37F01;	
}

ul.navigation {
	padding-left: 0;
}

ul.navigation li a:link, ul.navigation li a:visited {
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #B37F01;
}

ul.navigation li {
	list-style-type:none;
}

ul.navigation li a:hover {
	color: #000;
}

ul.navigation li.selected a {
	color: #000;
}

.section {	
	padding: 20px;
	background-color: #ffffff;
}

h2 {
	color:#000;
	font-weight: bold;
}

ul.contents li a:link, ul.contents li a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #B37F01;
}

/*ul.contents li {
	list-style-type:none;
}*/

ul.contents li a:hover {
	color: #000;
}

.first {
	list-style-type: none;
}

.ingredients {
	font-weight: bold;
}

.recipe img {
	width: 100%;
	height: auto;
}

.imagelg img {
	width: 100%;
	height: auto;
}

#footer {
	color: #000;
	background-color: #fff;
	padding: 20px;
	font-size: 12px;
	text-align: center;
}

@media (min-width: 786px) and (max-width: 991px) {
	
ul.navigation li {
	display: inline-block;
	padding: 0 20px 0 20px;
}
	
.about {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about img {
  padding-left: 100px;
  max-width: 100%;
}

.about-text {
  flex-basis: 50%;
}

.about-image {
  flex-basis: 49%;
}	
}

@media (min-width: 992px) {

#wrapper {
	position: relative;
    width: 62em;
    background-color: #ffffff;
	color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

.top {
	margin: 0;
	padding-top: .5em;
	background-color: #ffffff;
	width: 62em;
	border-bottom: 0;
}

.section {
	width: 55em;
	padding: 3em;
	background-color: #ffffff;
	min-height: 15em;
}

.recipe {
  display: flex;
  align-items: center;
  justify-content: center;
}

.recipe img {
  padding-left: 20px;
  max-width: 100%;
}

.text {
  flex-basis: 33%;
}

.image {
  flex-basis: 67%;
}
		
.about {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about img {
  padding-left: 100px;
  max-width: 100%;
}

.about-text {
  flex-basis: 50%;
}

.about-image {
  flex-basis: 49%;
}	
	
}