@charset "utf-8";

* {
	
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	
}

img {
	
	width:100%;
	height:auto;
	
}

.headshot {
	
	border-radius: 50%;
	width: 75px;
	height: 75px;
	
}

body {
	
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	color :#333;
	font-size: 14px;
}

/*** Header ***/
/** Navbar **/

.header {
	
	display: flex;
	
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	
	justify-content: space-between;
	
}

.header-logo {
	
	width: 60px;
	margin: 5px 0;
	
}

.org-name {
	
	align-self: center;
	margin-right: auto;
	margin-left: 10px;
	font-size: 24px;
	font-weight: 400;
	color: green;
	
}

.nav {
	
	display: flex;
	align-items: stretch;
	
}

.navbar {
	
	display: flex;
	
}

.navbar-item {
	
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 20px;
	
	cursor: pointer;
	
}

.navbar-item:hover, .navbar-item.active {
	
	background-color: gold;
	
}

.navbar-item img {
	
	width: 20px;
	height: 20px;
	margin-top: 14px;
	filter: opacity(.5);
	
}

.navbar-item span {
	
	text-transform: lowercase;
	font-weight: 500;
	color: #aaa;
	
}

/** Banner **/

.banner {
	
	background-color: #6B8E23;
	color: #FFF;
	
}

.bannercontent {
	
	display: flex;
	
	max-width: 960px;
	height: 100px; 
	margin-left: auto;
	margin-right: auto;
	font-size: 24px;
	
	flex-direction: row;
	
	justify-content: space-between;
	align-items: center;
	
}

.bannerleft {
	
	display: flex;
	margin-right: auto;
	
}

.bannerright {
	
	display: flex;
	margin-left: 5px;
	
}

.chevron {
	
	display: flex;
	align-items: center;
	margin-left: auto;
	
}

/*** Main ***/

main {
	
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	
}

/** Recipes **/
/* Topbox */

.topbox {
	
	max-width: 960px;
	display: flex;
	flex-direction: row;

}

.pastainfo {
	
	max-width: 300px;
	display: flex;
	flex-direction: column;
	
	background-color: #F5F5F5;
	padding: 30px;
	
	justify-content: flex-start;
	
}

.fooditem {
	
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 20px;
	
}

.foodcook {
	
	font-weight: 600;
	padding-bottom: 20px;
	
}

.infobox {
	
	display: flex;
	flex-direction: row;
	
	justify-content: center;
	
}

.linda {
	
	align-self: center;
	
}

.pastapicture {
	
	max-width: 100%;
	height: auto;
	object-fit: cover
	
}

/* Bottombox */

.bottombox {
	
	max-width: 960px;
	display: flex;
	flex-direction: row;
	
	line-height: 20px;
	
	justify-content: space-between;
	
	outline-color: #DDD;
	outline-style: dotted;

}

.bottombox h1 {
	
	font-weight: 400;
	line-height: 60px;
	
}

.pastaingredients {
	
	max-width: 300px;
	display: flex;
	flex-direction: column;

	padding: 60px 30px;
	
	justify-content: center;
	
}

.pastainstructions {
	
	max-width: 660px;
	display: flex;
	flex-direction: column;
	
	padding: 60px 30px;
	
	justify-content: center;
	
}

/** Ratings **/

.ratings {
	
	display: flex;
	
	background-color: firebrick;
	color: #FFF;
	padding-left: 20px;
	
	justify-content: space-between;
	align-items: center;
	
}

.ratings-icon {
	
	width: 18px;
	height: 18px;
	filter: invert(100)
	
}

.location {
	
	display: flex;
	align-items: center;
	
}

.tag {
	
	display: flex;
	align-items: center;
	
}

.ratings ul {
	
	display: flex;
	align-items: center;
	
}

.ratings li {
	
	list-style: none;
	
}

.ratings li:not(:first-child)::before {
	
	content:" | ";
	
}

.ratings-stars {
	
	display: flex;
	align-items: center;
	
}

.rating-votes {
	
	display: flex;
	flex-direction: column;
	
	background-color: orangered;
	padding: 10px;
	font-size: 12px;
	
	align-items: center;
	
}

.ratings-item .ratings-icon:first-of-type {
	
	margin-right: 5px;
	
}

/** Recommendations **/

.recommendations {
	
	max-width: 960px;
	background-color: #F5F5F5;
	text-align: center;
	padding-bottom: 40px;
	
}

.recommendations h1 {
	
	font-weight: 200;
	letter-spacing: 20px;
	padding-top: 80px;
}

.recommendationslist {
	
	max-width: 960px;
	display: flex;
	flex-direction: row;
	background-color: #F5F5F5;
	
	justify-content:space-evenly;
	padding-bottom: 50px;
	
}

.recommendeddish {
	
	max-width: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: white;
	padding-bottom: 15px;
	
}

.fooddish {
	
	width: 300px;
	height: 200px;
	object-fit: cover;
	padding-bottom: 10px;
		
}

.recommendeditem {
	
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 5px;
	
}

.recommendation-stars {
	
	padding-top: -10px;
	display: flex;
	align-items: center;
	
}

.fooddescription {
	
	max-width: 300px;
	padding: 10px 10px;
		
}

.foodattribution {
	
	max-width: 300px;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	flex-direction: row;
	
	justify-content: space-between;
	align-items: center;	
}

.headshotrec {
	
	border-radius: 50%;
	width: 50px;
	height: 50px;
	
	display: flex;
	align-items: center;
	
	
}

.attributor {
	
	display: flex;
	margin-right: 40px;
	
}

.user-rating {
	
	display: flex;
	flex-direction: column;
	
	border-radius: 10%;
	
	background-color: #6B8E23;;
	color: #FFF;
	padding: 5px 5px 8px 5px;
	font-size: 12px;
	
	align-items: center;
	
}

/*** Footer ***/

.footer {
	
	background-color: #555;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 30px;
	
}

.footercontent {
	
	display: flex;
	
	max-width: 960px;
	height: 150px; 
	margin-left: auto;
	margin-right: auto;
	font-size: 24px;
	
	flex-direction: row;
	
	justify-content: space-between;
	align-items: flex-end;
	
}

.footer-logo {
	
	display: flex;
	flex-direction: column;
	
	align-items: center;
	
}

.foot-logo {
	
	width: 100px;
	margin: 5px 0;
	
}

.footer-logo-text {
	
	font-size: 18px;
	font-weight: 600;
	color: #FFF;
	
}

.footer-item {
	
	list-style: none;
	font-size: 15px;
	margin-left: 10px;
	margin-right: 400px;
	
}

.footer-item-icon {
	
	width: 15px;
	height: 15px;
	filter: invert(100);
	
}

.footer-clickable-icon {
	
	width: 30px;
	height: 30px;
	filter: opacity(.5);
	cursor: pointer;
	
}

.footer-clickable-icon:hover {
	
	filter: invert(100);
	
}

.subfooter {
	
	background-color: #333;
	color: #777;
	
}

.subfootercontent {
	
	display: flex;
	
	max-width: 960px;
	height: 28px; 
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	
	flex-direction: row;
	
	justify-content: space-between;
	align-items: center;
	
}