@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;
}

.boka-bord-main{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
    
}

.boka-bord-box{
    width: 100%;
    max-width: 600px;
    background: rgba(204, 188, 188, 0.65);
    padding: 40px;
    border-radius: 30px;
    box-shadow: 0 10px  25px rgba(0,0,0,0.5);
    backdrop-filter: blur(6px);
    text-align: center;
}

.boka-bord-box h2{
    color: #3d180e;
    font-size: 32px;
    margin-bottom: 10px;
}

.boka-bord-box p{
    color: #ddd;
    margin-bottom: 25px;
}

.boka-bord-box form{
    display: flex;
    flex-direction: column;
    gap:15px;
}

.boka-bord-box input,
.boka-bord-box textarea{
    padding: 14px;
    border: none;
    border-radius: 10px;
    outline: none;
    font-size: 16px;
}

.boka-bord-box textarea{
    resize: none;
    height: 100px;
}

.boka-bord-box button{
    padding: 15px;
    background: #351f1a;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
}

.boka-bord-box button:hover{
    background: #a73f26;
}


.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){

     .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;
	}

    .boka-bord-box{
        padding: 25px;
        border-radius: 20px;
    }

.footer-boxx{
	flex-direction: column;
	text-align: center;
	gap: 20px;
	}

.footer{padding: 40px 20px;}

.footer-janee{
	font-size: 24px;
	letter-spacing: 3px;
	}
 

}