@charset "utf-8";
/* CSS Document */

	body{
		
		background-color: #4B2929;
		 font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
		
	}
	.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #4B2929;
  padding: 15px 30px;
 position: sticky;
	top:0px;
  color: white;
}



.nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
}

.nav-links a {
  text-decoration: none;
  color: white;
  transition: 0.2s;
}

.nav-links a:hover {
  color: #EDD4B0;
}
	
* {
  box-sizing: border-box;
}
.column {
  float: right;
  width: 45%;
  padding: 10px;
  height: 300px; 
	 flex: 1;
  min-width: 250px;
}

 

.row:after {
  content: "";
  display: table;
  clear: both;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
	
.meny-immg {
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
  background:url("images/ChatGPT Image 9 maj 2026 07_44_28.jpg") center/cover; 
  font-size: 50px;
  text-align:end;
  color: #FFFFFF;
}	
	

	.omslag {
  max-width: 1500px;
  margin: auto;
  padding: 20px;
}	

	
	amore { 
	color: white; 
	font-size: 50px; 
	display: block; 
	margin-top: 100px; 
	text-align: center
	
	}
	
	.bilder {
		display: flex; 
		gap: 30px;
		justify-content: space-around; 
	}

	.bilder-bild img {
		width: 250px; 
		height: 300px; 
		object-fit: cover; 
		border-radius: 10px; 
	}
	
.text-mitten {
    display: inline-block;
	align-items: center;
	box-sizing: border-box; 
	background-color: beige;
    border-radius: 15px;
	transition: 0.4s;
	text-decoration: none;
	color:black; 
	padding: 20px ;
	
	}


.text-mitten:hover {
  background-color: #FF0004;
	transform: scale(1.03);

}

	html {
		scroll-behavior: smooth;
	}

	.omoss-section {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 60px;
		gap: 40px;
		
	}	


	
.omoss-text{
		color: #FFFFFF;
		max-width: 500px;
	}

.meny-im {
  height: 300px;
  width: 400px;
  display: flex;
  background:url("images/restur.jpg") right/cover; 
  background-size: cover;
  background-position: left;
  color: #FFFFFF;
}	

	.linje{
		border-bottom: 5px solid white;
	}
	
	.slut-info1{
	
	font-size: 15px; 
	margin: 100px auto; 
	color: #FFFFFF;
	padding: 20px;
  text-align: center;
	}
	
	.info-box{
		gap: 50px; 
		padding: 40px; 
		color: white; 
		display: flex; 
		justify-content: space-between;
		align-items: flex-start;	}

.karta img {
	
	border-radius: 10px; 
	width: 100%;
  max-width: 300px;
  height: auto;
  margin: 0 auto;
  display: block;
		
	}


	
footer {
  text-align: center;
  padding: 30px;
  background: #1A1414;
  margin-top: 40px;
  color: white;
}
