@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;
}

.main{
	height:350px;
	background: url("kontakt4.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display:flex;
	align-items:center;
	padding:80px;}

.kontakt-me{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 80px 20px;
	gap: 30px;
}

.kontakt-boxx{
	width: 100%;
	max-width: 600px;
	background: rgba(128, 91, 91, 0.65);
	padding: 40px;
	border-radius: 20px;
	text-align: center;
	backdrop-filter: blur(5px);
	align-items: center;
}
	
.kontakt-send{
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 600px;
	width: 100%;
}

.kontakt-send input,
.kontakt-send textarea{
	width: 100%;
	padding: 15px;
	border:none;
	border-radius: 10px;
	background: #f1e1e1;
	font-size: 16px;
	outline:none;
}

.kontakt-send button{
	background: #f1e1e1;
	color: rgb(75, 44, 44);
	border:none;
	padding: 15px;
	border-radius: 10px;
	cursor: pointer;
	transition: 0.3s;
	font-weight: bold;
}

.kontakt-send button:hover{
	background: #8e726c;
}


.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;
	}

	.janee h1{
		font-size: 28px;
		letter-spacing: 2px;
	}

	.nav{flex-direction: row;
	justify-content: center;
	gap: 15px;
	}

	.nav a {
		font-size: 14px;
	}

	.main{
		height: 220px;
	}

	.kontakt-boxx{
		padding: 25px;
	}

	.kontakt-boxx h2{
		font-size: 28px;
	}

	.footer-boxx{
		flex-direction: column;
		text-align: center;
		gap: 20px;
	}

	.footer{padding: 40px 20px;}

	.footer-janee{
		font-size: 24px;
		letter-spacing: 3px;
	}


}