/* FOR 960 */
@media only screen and (max-width:768px) {
	header {  /* ADJUST MO PA TO */
		padding-left: 100px; 
}

@media only screen and (max-width:360px) {
	font-size: 1em;
}
header {
	padding-left: 20px; 
	align-items: center;
}
nav {
	border-top: 1px #F5F5F5 solid;
	margin-top: 160px;
	margin-left: 0px;

}
.navlink ul {
	text-align: center;
}


.navlink a {
	font-size: 0.90em;
	padding: 0 7px;
	padding-right: 0;
}
.navlink img {
	margin-top: 15px;
}
 /*.logo {
	position: absolute;
    top: -40px; | Adjust if needed */
   





#recipe h3 {
	text-transform: capitalize;
	font-weight: 500;
	font-size: 24px;
}   
#ingredients h3{
	padding-right: 40px;
}
#instructions h3 {
	padding-right: 120px;	
}






#red {
	width: 365px;
	text-align: center;
	color: #F5F5F5;
	background-color: #B22222;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;

}

#locator {
	padding: 20px;
	display: flex;
}

.rating {
    background: #6B8E23;
    color: white;
    padding: 15px 20px;
    font-weight: bold;
    margin-left: auto;
    border-radius: 3px;
    font-size: 26;
}
#stars {
	align-items: center;
	padding-top: 5px;
}



#recipe-info {
	flex-direction: column-reverse;
}
#recipe {
	flex-direction: column;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: left;
}
#recipe-image img {
    width: 100%;
}
.recommendations {
	overflow: visible;
	width: 73%;
	padding-left: 0px;
	text-align: center;
}

#ingredients {
	padding-right: 100px;
} 
.cards {
	flex-direction: column;
	display: flex;
	align-items: center;
	gap: 50px;
	overflow: visible;
	width: 137%;
	padding-bottom: 0px;
}
.card {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 90%;
	max-width: 400px;
}
.user1 {
    display: flex; /* Align items in a row */
    align-items: center; 
    gap: 10px; 
    font-size: ;
}
.user1 span {
    font-size: 18px; 
    font-weight: 300;
    color: #333;
}


#stars {
	align-items: center;
	text-align: center;
    padding-bottom: 20px;
}

.card_container p {
	font-size: 18px;
	text-align: left;
	padding-top: 3px;
}








.footer {
	text-align: center;
	padding: 15px;
	position: relative;
}
.footer-logo {
	position: absolute;
    top: 10px; /* Adjust if needed */
    left: 50%;
    transform: translateX(-50%);
}

.footer-logo img {
	width: 80px;  /* Adjust size */
    height: auto;
    padding: 10px;
}
.footer-logo p {
	margin-top: 5px; /* Push it down below the logo */
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.logo img {
    width: 80px;  /* Adjust size */
    height: auto;
    border-radius: 50%;
    background-color: white;
    padding: 10px;
}
.footer-info {
	padding-top: 80px;
	text-align: left;
	flex-direction: column;
	display: flex;
}
.footer-info p {
    margin: 3px 0; /* Adjust spacing between each line */
    line-height: 1.4; /* Adjust line height for better readability */
    font-size: 14px;
}




.social-media {
	margin-top: 400px;
	align-items: center;
}
.social-icons img {
    width: 30px; /* Adjust size */
    margin: 0px;
}

.social-icons {
    display: flex;
    gap: 10px;
    width: 100px;
}

.footer-bottom {
    display: flex;
    background: #333;
    width: 350px;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    font-size: 12px;
}


/* FOR 360 
@media only screen and (max-width:360px) {
	body {
		font-size: 1em;
	}
	header {
		align-items: center;
	}
	#sitename {
		margin-top: 5px;
		font-size: 24px;
		text-align: center;
	}
	#logo {
		width: 50px;
	}
	nav {
		border-top: 1px #F5F5F5 solid;
	}
	.navlink a {
		padding: 0 10px; | ADJUST MO PA TO |
		padding: 0 10px;
		align-items: center;
	}
	.navlink img {
		margin-top: 15px;
		width: 100px;
		height: 100px;
	}
	/*  may need to adjust around the nav, clue ni miss display flex daw |

	|  EDIT RECIPE |
	#recipe-info {
		flex-direction: column-reverse;
	}
}

*/ 












