@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap');
/*#f0eeee*/
* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	font-family: 'Quicksand', sans-serif;
	scroll-behavior: smooth;
	scrollbar-color: #666 #201c29;
}

h1 {
	font-size: 24px;
	letter-spacing: 2px;
	color: black;
}



.anchor {
    display: block;
    visibility: hidden;
    position: relative;
    top: -50px;
}


#Main_Page_Wrapper {

	display: flex;
	justify-content: center;

	flex-direction: column;
	flex-wrap: nowrap;

	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;

	background-color: white;

	max-width: 2000px;
	margin-right: auto;
	margin-left: auto;
	min-width: 250px;

}
@media only screen and (max-width: 900px) { 
	#Main_Page_Wrapper { 
		padding-right: 10px;
		padding-left: 10px;
	}

}
#Main_Page_Content_Wrapper {
	width: 100%;
	height: 100%;

	margin-top: 20px;
	margin-bottom: 20px;

	display: flex;
	justify-content: center;
	flex-direction: column;
	flex-wrap: nowrap;
}

@media only screen and (max-width: 400px) {
	#Main_Page_Wrapper {
		padding-left: 10px;
		padding-right: 10px;
	}

}
#Page_Content_Header {
	width: 100%;
	height: auto;

	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap;

	background-color: inherit;
	font-size: 1.4rem;
	letter-spacing: 2px;
}




/*Introduction Strips*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.Page-Introduction-Strip {
	height: auto;
	min-height: 200px;
	max-height: 200px;
	overflow: hidden;
	/*margin-top: 20px;*/

	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/2chefs.jpg');
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	background-color: white;


}
.Page-Introduction-Strip div {
	width: 100%;
	height: 100%;

	min-height: 200px;

	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: nowrap;

	background-color: #0000007d;
}
.Page-Introduction-Strip-Left-Container {
	height: 100%;
	width: 60%;

	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: nowrap;
	flex-direction: column;
	padding: 20px;

}
.Page-Introduction-Strip-Right-Container {
	width: 40%;
	height: 100%;

	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: nowrap;
	flex-direction: column;

}
.Page-Introduction-Strip-Left-Container h2 {
	text-align: left;
	font-size: 26px;
	letter-spacing: 2px;
	color: white;
	font-weight: bold;
}

.Page-Introduction-Strip-Left-Container p {
	text-align: left;
	line-height: 25px;
	margin-top: 10px;
	color: white;
	font-size: 17px;
	letter-spacing: 2px;
}

@media only screen and (max-width: 900px) { 
	.Page-Introduction-Strip-Left-Container {
		height: 100%;
		width: 100%;
		padding: 15px;

	}
	.Page-Introduction-Strip-Right-Container {
		width: 0%;
		height: 100%;
	}
	.Page-Introduction-Strip {
		background-size: cover;
		max-height: 100%;
	}



}
@media only screen and (max-width: 400px) { 
	.Page-Introduction-Strip-Left-Container h2 {
		font-size: 23px;
	}

	.Page-Introduction-Strip-Left-Container p {
		font-size: 16px;
		letter-spacing: 1px;
	}


}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*Article Block CSS*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.container{
    width: 100%;
    height: auto;
    background: white;

    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
}
.floated{
    float: right;

   /* width: 400px;*/
  /*  height: 400px;*/

    min-height: 200px;
    max-height: 400px;

    background: white;

    min-width: 100px;
    max-width: 330px;
}

.floated img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	
	padding: 20px;

	margin-left: auto;
	margin-right: auto;
	display: block;
}

.container h2 {
	font-size: 21px;
	letter-spacing: 2px;
	color: black;
	font-weight: 800;

	text-align: left;
	margin-left: 8%;
}
.container p {
	font-size: 16px;
	letter-spacing: 2px;
	color: black;
	margin-top: 0.5%;

	text-align: left;

	margin-left: 8%;
	margin-right: 8%;

	line-height: 26px;
}
.Border-Top {
	width: 45%;
	height: 2px;
	background-color: black;
	margin-right: auto;
	margin-left: auto;

	margin-bottom: 10px;
}

@media only screen and (max-width: 1096px) { 
	.container h2 {
		margin-left: 0%;
	}
	.container p {
		margin-left: 0%;
		margin-right: 0%;
	}

}

@media only screen and (max-width: 777px) { 
	.floated {
		width: 100%;
		max-width: 100%;
		height: 200px;
	}

}
@media only screen and (max-width: 777px) { 
	.container {
		padding: 10px;
	}
	.container h2 {
		text-align: center;
	}

}
@media only screen and (max-width: 450px) { 
	.container h2 {
		font-size: 21px;
	}

}
@media only screen and (max-width: 350px) { 
	.container p {
		font-size: 15px;
		line-height: 26px;
	}

}

/*////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////*/

#homeCategoryContainer {
	width: 100%;
	height: auto;

	margin-top: 40px;

	margin-left: auto;
	margin-right: auto;
	max-width: 1500px;

}
#homeCategoryBoxContainer {
	width: 80%;
	max-width: 1300px;
	height: auto;

	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;

	margin-left: auto;
	margin-right: auto;


}
.homeBoxContainer-settings {
	height: 200px;
	width: 200px;

	background-color: white;




}
.homeBoxInnerContainer-settings {
	height: 100%;
	width: 100%;
	background-color: white;

	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: 75% 25%;


}

.homeBoxImageContainer-settings {
	grid-row: 1;
	grid-column: 1;

	border: 1px solid #8c8b8b;
	box-shadow: 1px 1px 1px 2px #8c8b8b;

	border-radius: 5px;
}

.homeBoxImageContainer-settings img {
	height: 96%;
	margin-top: 1.5%;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	display: block;
	max-width: 98%;
	border-radius: 5px;
}

.homeBoxButtonContainer-settings {
	grid-row: 2;
	grid-column: 1;

}
.homeBoxButtonContainer-settings button {
	grid-row: 2;
	grid-column: 1;

	margin-left: auto;
	margin-right: auto;
	display: block;

	margin-top: 10px;

	width: 100%;
	height: 70%;

	font-size: 16px;
	letter-spacing: 2px;
	color: white;

	text-align: center;

	border: 0px solid #025888;
	background-color: #025888;
	border-radius: 3px;

}
.homeBoxButtonContainer-settings button:hover {
	cursor: pointer;
	color: white;
	background-color: #025888bf;
}

@media only screen and (max-width: 1096px) { 
	#homeCategoryBoxContainer {
		width: 100%;
	}

}
@media only screen and (max-width: 865px) { 
	#homeCategoryContainer {
		width: 55%;
	}
	.homeBoxContainer-settings {
		margin-left: auto;
		margin-right: auto;
	}

}
@media only screen and (max-width: 798px) { 
	#homeCategoryContainer {
		width: 70%;
	}
}
@media only screen and (max-width: 632px) { 
	#homeCategoryContainer {
		width: 90%;
	}
}
@media only screen and (max-width: 500px) { 
	#homeCategoryContainer {
		width: 100%;
	}
}
@media only screen and (max-width: 445px) { 
	.homeBoxContainer-settings {
		width: 170px;
		height: 170px;
	}
}
@media only screen and (max-width: 370px) { 
	.homeBoxContainer-settings {
		width: 160px;
		height: 160px;
	}
}
@media only screen and (max-width: 340px) { 
	.homeBoxContainer-settings {
		width: 150px;
		height: 150px;
	}
}
@media only screen and (max-width: 320px) { 
	.homeBoxContainer-settings {
		width: 140px;
		height: 160px;
	}
	.homeBoxContainer-settings  button {
		font-size: 14px;
		letter-spacing: 1px;
	}
}
@media only screen and (max-width: 300px) { 
	.homeBoxContainer-settings {
		width: 200px;
		height: 200px;
	}
	.homeBoxContainer-settings  button {
		font-size: 16px;
		letter-spacing: 2px;
	}
}

