body {
	margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    background-color: #DBD9D0;
}

body a {
	text-decoration: none;
}

#MenuBar {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	display: flex;
	justify-content:space-between;
	align-items: center;
	border-bottom-left-radius: 35px;
	border-bottom-right-radius: 35px;
	background-color: white;
	box-shadow: 2px 2px 8px 3px rgba(0, 0, 0, 0.2)
}
.Home-Page {
	overflow: hidden;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.bar {
	width: 35px;
	height: auto;
}

.nav-menu {
	height: 100%;
	width: 0;
	position: fixed;
	top: 0;
	left: 0;
	background-color: white;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 20px;
	z-index: 2;
}

.nav-menu a {
	padding: 20px 8px 20px 32px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #2B2B2B;
	display: block;
	transition: 0.3s;
}

.nav-menu a:hover {
	color: grey;
}

.nav-menu a:active {
	color: grey;
}

.nav-menu .backbtn {
	top: 0;
	left: 0;
	font-size: 36px;
}

.backbtn img {
	width: 25px;
}

.nav-menu-profile {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 8px 8px 15px 32px;
	position: relative;
	width: 135px;
	height: 135px;
	overflow: hidden;
	border-radius: 100%;
}

.nav-menu-profile img {
    width: 100%;
	object-fit: cover;
    height: auto;
    position: center;
}

.Greetings h1 {
	font-size: 28px;
	color: #D86B32;
}

.Profile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
}

.Profile img {
    width: 100%;
    object-fit: cover;
    height: auto;
    position: center;
}

.TodayText {
	margin: 0;
	padding: 0 20px;
}

.TodayText h1 {
	font-size: 30px;
	color: #2B2B2B;
}

.Meals {
	overflow-x: auto;
	width: 100vw;
	margin: 0 10px;
	padding: 0;
}

.carousel-container {
	position: relative;
	display: flex;
	width: 60%;
	margin: 0;
	height: 220px;
	transition: transform 1s ease;
}

.carousel-slide {
	flex: 0 0 100%;
	background-color: #D86B32;
	border-radius: 20px;
	overflow-x: hidden;
	margin: 0px 10px 8px;
	padding: 15px;
	position: relative;
	width: 60%;
	box-shadow: 3px 5px 12px 3px rgba(0, 0, 0, 0.1)
}

.carousel-slide img {
	width: 120px;
	height: 120px;
	border-radius: 100%;
	position: bottom right;
}

.carousel-slide h1 {
	font-size: 25px;
	margin: 0;
	padding: 8px 5px 2px;
	color: #2B2B2B;
}

.carousel-slide p1 {
	font-size: 15px;
	margin: 0;
	padding: 4px 5px;
	color: #2B2B2B;
}

.carousel-slide p2 {
	font-size: 12px;
	margin: 8px 5px;
	color: #2B2B2B;
}

.carousel-textbox {
	width: 70%;
}

.next-button {
	overflow: hidden;
	height: 50px;
	width: 50px;
	border-radius: 100%;
	position: absolute;
	left: 20px;
	bottom: 20px;
	border: none;
	align-content: center;
	justify-content: center;
	cursor: pointer;
	background-color: white;
}

.next-button img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.next-button:hover {
	background-color: #F3F3F3;
}

.next-button:active {
	background-color: #F3F3F3;
}

.carousel-image {
	position: absolute;
	right: 9px;
	bottom: 5px;
	width: fit-content;
}

.Summary {
	margin: 0;
}

.Summary-Box {
	position: relative;
	margin: 15px 20px 2px;
	padding: 15px 20px;
	line-height: 0.6;
	border-radius: 15px;
	border: none;
	text-align: left;
	box-shadow: 2px 2px 8px 3px rgba(0, 0, 0, 0.2);
	width: 89%;
	background-image: url("Images/bg6.jpg");
	background-size: cover;
	background-position: center;
}

.Summary-Box::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 15px;
	opacity: 0;
	transition: opacity 0.2s ease;
}

.Summary-Box:active::after, 
.Summary-Box:hover::after {
	opacity: 0.3;
}

.Summary h1 {
	font-size: 18px;
	color: #F3F3F3;
}

.Interface {
	margin: 0;
}

.Interface-Box {
	overflow: hidden;
	border-radius: 15px;
	box-shadow: 2px 2px 8px 3px rgba(0, 0, 0, 0.2);
	width: inherit;
	margin: 25px 20px;
	padding: 10px 35px;
	display: flex;
	justify-content:space-between;
	align-items:center;
	background-color: white;
}

.Interface-Box img {
	width: 10%;
	height: auto;
}

.Recipes {
	position: relative;
	margin: 0;
}

.Recipe-Box {
	position: relative;
	overflow: hidden;
	border-radius: 15px;
	box-shadow: 2px 2px 8px 3px rgba(0, 0, 0, 0.2);
	width: inherit;
	margin: 10px 20px;
	padding: 5px 20px;
	background-image: url("Images/bg1.jpg");
	background-size: cover;
	background-position: center;
}

.Recipe-Textbox {
	position: relative;
	height: fit-content;
	width: 30%;
	margin: 20px 0;
}

.Recipe-Textbox h1 {
	font-size: 18px;
	color: #F3F3F3;
	line-height: 0.5;
}

.Recipe-Textbox p {
	font-size: 12px;
	color: #F3F3F3;
}

.Recipe-Button {
	margin: 50px 0 10px;
}

.rec-button {
	background-color: #F3F3F3;
	color: #D86B32;
	border-radius: 15px;
	border: none;
	cursor: pointer;
	padding: 15px 25px;
	font-weight: bold;
}

.rec-button:hover {
	background-color: #F3F3F3;
}

.rec-button:active {
	background-color: #F3F3F3;
}

.Miscellaneous {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	grid-gap: 20px;
	margin: 20px;
	height: 300px;
}

.Miscellaneous h1 {
	font-size: 16px;
	color: #D86B32;
	line-height: 0.8;
}

.Miscellaneous p {
	font-size: 12px;
	line-height: 0.6;
	color: #313343;
}

.Miscellaneous h3 {
	font-size: 28px;
	color: #3C6C60;
	line-height: 0.5;
}

.Calendar-Box {
	background-color: white;
	border-radius: 15px;
	overflow: hidden;
	padding: 0px 20px;
	box-shadow: 2px 2px 8px 3px rgba(0, 0, 0, 0.2);
	border: none;
	text-align: left;
}

.Calendar-Box:hover {
	background-color: #F3F3F3;
}

.Calendar-Box:active {
	background-color: #F3F3F3;
}

.Calendar-Box a {
	position: absolute;
	left: 0;
	top: 0;
	width: 164px;
	height: 139px;
	border-radius: 15px;
}

.Water-Intake-Box {
	background-color: white;
	border-radius: 15px;
	overflow: hidden;
	padding: 16px 20px;
	box-shadow: 2px 2px 8px 3px rgba(0, 0, 0, 0.2);
}

.Water-Intake-Progress-Bar {
	position: relative;
	align-content: center;
	align-items: center;
	justify-content: center;
	display: flex;
}

.Water-Intake-Progress {
	width: 100%;
	height: 10px;
	-webkit-appearance: none;
	margin-top: 35px;
	transition: transform 1s ease;
}

.Water-Intake-Progress::-webkit-progress-bar {
	background-color: #eee;
	border-radius: 2px;
}

.Water-Intake-Progress::-webkit-progress-value {
	background-color: #D86B32;
}

.Water-Intake-Progress::before {
	content: "%54";
	position: absolute;
	right: 12%;
	top: 40%;
	font-size: 12px;
	font-weight: bold;
}

.Quote-Box {
	background-color: #D86B32;
	border-radius: 15px;
	overflow: hidden;
	padding: 0px 20px;
	box-shadow: 2px 2px 8px 3px rgba(0, 0, 0, 0.2);
	text-align: center;
	align-items: center;
	justify-content: center;
	display: flex;
}

.Quote-Box h1 {
	font-size: 16px;
	color: #F3F3F3;
	line-height: 1;
}

.Calories-Box {
	background-color: white;
	border-radius: 15px;
	overflow: hidden;
	padding: 16px 20px;
	box-shadow: 2px 2px 8px 3px rgba(0, 0, 0, 0.2);
}

.Calories-Progress-Bar {
	position: relative;
	align-content: center;
	align-items: center;
	justify-content: center;
	display: flex;
}

.Calories-Progress {
	width: 100%;
	height: 10px;
	-webkit-appearance: none;
	appearance: none;
	margin-top: 35px;
}

.Calories-Progress::-webkit-progress-bar {
	background-color: #eee;
	border-radius: 2px;
}

.Calories-Progress::-webkit-progress-value {
	background-color: #D86B32;
}

.Calories-Progress::before {
	content: "%65";
	position: absolute;
	right: 8%;
	top: 40%;
	font-size: 12px;
	font-weight: bold;
}





