@charset "utf-8";
/* CSS Document */

*{margin:0;
padding:0;
box-sizing: border-box;
font-family: sans-serif;}

body{background:url("./wood-color-restaurang.jpg");}

.toppart{display: flex;
justify-content: space-between;
align-items: center;
padding: 0px 40px;
background:url("./wood-color-restaurang.jpg");
border:0px;
position: sticky;
top:0;
z-index: 1000;
}

.totheleft{font-size:14px;
	color: #7a6f63;}

.oppetider{color:#c54b2c;
font-weight:bold;}


.janee{text-align:center;}

.janee h1{
	color:#BEA4A4;
	letter-spacing: 4px;
	font-size:45px;
	margin: 15px;}

.janee span{
	font-size: 15px;
	color:#BEA4A4;}

.janeehome{text-decoration: none;}	

.nav{
	display:flex;
	align-items:center;
	gap:30px;}

.nav a{
	text-decoration: none;
	color:#BEA4A4;
	font-weight: 500;
}

.nav a.active{border-bottom:2px solid #c54b2c;
	padding-bottom: 5px;
}

.menuicon{width:25px;
height:2px;
background:#c54b2c;
position: relative;}

.main{
	height:350px;
	background: url("menypicture4.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display:flex;
	align-items:center;
	padding-left:80px;}


.menu{margin:60px;
background-color: #cfc4b5;
padding:40px;}
.menu h2{margin-bottom: 30px;
color:#6a5f54;}
.menu-foods{display:flex;
gap:40px;
flex-wrap: wrap;}
.foods{
	flex: 1 1 45%;
	display:flex;
	justify-content: space-between;
	color: #6a5f54;
}
.foods h3{margin-bottom: 10px;}
.foods p{font-size: 14px;}
.foods span{font-weight:bold;}

.menu{margin:40px 60px;
background:#cfc4b5;
padding:40px;
}
.foods{flex: 1 1 45%;}


.menu1{margin:60px;
background-color: #C8C9BB;
padding:40px;}
.menu1 h2{margin-bottom: 30px;
color:#6a5f54;}


.footer{
	background:#cfc4b5;
	padding: 60px 40px 30px;
	font-family: Arial, sans-serif;
	color: #6b5b4b;
}
.footer-box{
	display: flex;
	justify-content: space-between;
	gap:40px;
	flex-wrap: wrap;
	max-width: 1100px;
	margin: 0 auto;
}

.footer-most{
	flex:1;
	min-width:180px;
}

.footer h4{
	color:#c23b22;
	letter-spacing: 2px;
	font-size: 14px;
	margin-bottom: 15px;
}

.footer p{
	margin: 6px 0; 	
	font-size: 14px;
}

.footer .small{
	font-size: 12px;
	margin-top:10px;
}

.footer-janee{
	text-align:center;
	margin: 50px 0 20px;
}
.footer-janee h1{
	color: #c23b22;
	letter-spacing: 6px;
	margin:0px;
}
.footer-janee p{
	font-size: 12px;
	letter-spacing: 3px;
	margin-top: 5px;
}
.footer-last{
	text-align: center;
	font-size: 12px;
	color: #7a6a5a;
}


@media (max-width: 768px){
.toppart { 
	flex-direction: column;
	text-align: center;
	padding: 20px;
	gap: 15px;
}

.janee h1{
	font-size: 28px;
	letter-spacing: 2px;
}

.nav{
	gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
}

.totheleft{text-align: center;}

}


@media(max-width: 768px){
	.menu{
		margin: 20px;
		padding: 20px;
	}

	.menu-foods{
		flex-direction: column;
		gap:20px;
	}

	.foods{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		gap: 15px;
	}

	.foods span{
		align-self: flex-start;
		min-width: 70px;
		text-align: right;
		font-weight: bold;
	}
	.main{height: 200px;
		padding-left: 20px;
	background-position: center;}
}
