@charset "utf-8";
/* CSS Document */
		body {
			background-color: #013D5A;
			margin-left: 260px;
			margin-right: 240px;
		}
		p {
			font-family: "Karla", sans-serif;
			font-optical-sizing: auto;
			font-weight: 400;
			font-style: normal;
		}
.menu {
	float: right;
	list-style-type: none;
	padding: 15px;
	font-family: "Karla", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	
}
		h1 {
			font-family: "BioRhyme", serif;
			font-optical-sizing: asuto;
			font-weight: 700;
			font-style: normal;
			font-variation-settings:
			"wdth" 100;
			text-align: left;
			line-height: 1;
			margin-top: 8%;
			font-size: 50px;
			margin-left: 5px;
		}
		div.gallery {
			float: inherit;
		}
		.column1 {
			float: left;
			width: 50%;
		}
		#ingredients {
			margin-left: 40px;
			width: 65%;
			background-color: #708C69;
			border-radius: 20px;
			padding-right: 5px;
			padding-top: 20px;
			padding-bottom: 20px;
			line-height: 23px;
		}
#result {
	margin-left: 40px;
	width: 340px;
}
		.column2 {
			float: right;
			width: 50%;
		}
		#instructions {
			background-color: #708C69;
			border-radius: 20px;
			padding-top: 25px;
			padding-bottom: 25px;
			padding-right: 25px;
			line-height: 23px;
		}
		#container {
			width: 100%; 
			display:inline-block; 
			padding-left: 5px; 
			margin-bottom: 5px; 
			border: 3px #EFD8D8;
			background-color: #708C69 ;
			border-radius: 100px;
		}
		.child {
			margin-left: 100px;
			display: inline-block;
			text-align: center;
			padding: 12px;
			vertical-align: center;
		}
#serving {
}
		#tips {
			width: 100%;
		}
		#tipsleft {
			float: left;
			width: 48%;
			margin-right: 30px;
		}
		#tipsright {
			float: right;
			width: 48%;
		}
		.tipslist {
			background-color: #708C69;
			padding: 10px;
		}


		h2 {
			font-family: "BioRhyme", serif;
			font-optical-sizing: auto;
			font-weight: 700;
			font-style: normal;
			font-variation-settings:
			"wdth" 100;
		}
		ul {
			font-family: "Karla", sans-serif;
			font-optical-sizing: auto;
			font-weight: 400;
			font-style: normal;
			text-align: left;
		}
		ol {
			font-family: "Karla", sans-serif;
			font-optical-sizing: auto;
			font-weight: 400;
			font-style: normal;
			text-align: left;
		}
		#seedimg {
			margin-bottom: 20px;
			width: 150px;
		}
		h4 {
			line-height: 5px;
		}
		#tiptitle {
			text-align: center;
		}
		#subtitle {
			margin-left: 5px;
		}
		#credits {
			margin-top: 1380px;
			text-align: center;
			font-size: 13px;
		}
		a {
			color:#A5BD9E;
		}