/* Colin Stuart 2024 */

html {
	height: auto;
	min-height: 100%;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-image: url("food-background-2.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;
}

body {
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-family: "Poppins";
	background-color: #ffffff;
}

p {
	
}

.site-title {
	text-align: center;
	background-image: url("food-background-2.jpg");
	background-color: #ffffff;
}

.navigation {
	width: 80%;
	background: #ffffff;
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: 1fr;
	grid-auto-flow: dense;
	justify-items: stretch;
	align-items: stretch;
	column-gap: 10px;
	
}

.nav-item {
	padding: 10px;
	text-align: center;
	background: #f0f0f0;
	display: flex;
	flex-direction: row;
	justify-content: start;
}

.container {
	width: 60%;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	gap: 10px;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
}

.footer {
	text-align: center;
}

/* Font Load */ 
.share-tech-mono-regular {
  font-family: "Share Tech Mono", monospace;
  font-weight: 400;
  font-style: normal;
}
.righteous-regular {
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}
.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}
.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

/* Change in Screen Size */
