@charset "utf-8";
/* CSS Document */

*{margin : 0;
padding:0;
box-sizing: border-box;
font-family: sans-serif;}

body{background: #111;}




.hi1{
	position:relative;
	width:100%;
	min-height: 100vh;
	background-image: url(restaurang1stpic.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px;
}

.img-frame{
	width: 100%;
	height:100%;
	object-fit: cover;
}

.fieldset{
	width: 100%;
	max-width: 1000px;
	min-width: 75vh;
	background: rgba(0,0,0,0.15);
	border: 2px solid rgba(255,215,150, 0.6);
	padding: 60px 80px;
	color:white;
	display: flex;
	flex-direction: column;
	align-items: center;
	}

.legend{
	padding: 0px 20px;
	font-size: 48px; 
	letter-spacing: 2px; 
	color : #f5d29c; 
	text-align: center;
	}

.nav1{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px;
	margin-top: 20px;
	}
	
.nav1 a {
	text-decoration:none;
	color:white;
	font-size: 20px;
	letter-spacing: 1px;
	transition:0.3s;}

.nav1 a:hover{color:#f5d29c}

.introduktion{
	font-size: 14px;
	font-family:'Times New Roman', serif;
	text-align: center;}

.details p{
	text-align: center;
	margin:10px;
	max-width: 300px;
	line-height: 1.6;
}

.details h2{
	font-family: 'Cambria';
	text-align: center;	
	word-spacing: 5px;
	font-size: 35px;
	margin-top: 2px;
	margin-bottom: 10px;
}

.woodcolor {width:100%;
	height:350px;
	object-fit:cover;
	position: relative;
	overflow:hidden;
	background-image: url("mainpage.png");
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size:50px;
	font-weight: bold;
	text-align: center;}

.woodcolor a{
	text-decoration: none;
	color: #A37866;}

.fieldset2{
	border: solid 4px;
	color:#A37866;
	padding: 10px;
}


.footer{
	background:#ECE9DE;
	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){
	.hi1{
		min-height: auto;
		padding: 15px;
		;
		}	
	.fieldset{
		padding: 20px;
		}
	
	.legend{font-size: 28px;}

	.nav{display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		gap:15px;
		}
	.nav a{
		font-size: 14px;
		letter-spacing: 2px;
		}

	h2{font-size: 26px !important;}
	
	p{font-size: 14px !important;}

	.woodcolor{
		height: 220px;
		font-size:28px;
		padding: 20px;}

	.footer-box{
		flex-direction: column;
		text-align: center;
		gap: 30px;}

	.footer{padding: 40px 20px}
	
	.footer-janee h1{
		font-size: 24px;
		letter-spacing: 3px;
	}


	}