@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("Om-oss.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display:flex;
	align-items:center;
	padding:80px;}

.om-oss-main{
    display: flex;
    justify-content: center;
    padding: 80px 20px;
}

.om-oss-boxx{
    max-width: 800px;
    background: rgba(0,0,0,0.60);
    padding: 50px;
    border-radius: 35px;
    text-align: center;
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.40);
    border: 1px solid rgba(255,255,255,0.1);
}

.om-oss-boxx h2{
    color: #c54b2c;
    font-size: 40px;
    margin-bottom: 25px;
    letter-spacing: 3px;
}

.om-oss-boxx p{
    color: #e7dede;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
}


.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;
	}

.om-oss-boxx{
    padding: 30px 25px;
    border-radius: 25px;
}

.om-oss-boxx h2{
font-size: 30px;
}

.om-oss-boxx p{
    font-size: 16px;
}

.footer-boxx{
	flex-direction: column;
	text-align: center;
	gap: 20px;
	}

.footer{padding: 40px 20px;}

.footer-janee{
	font-size: 24px;
	letter-spacing: 3px;
	}
    
}