/* =========================
REMOVE CASSIOPEIA BLUE HEADER
========================= */

.header{
background:#ffffff !important;
background-image:none !important;
}

.container-header{
background:#ffffff !important;
}


/* =========================
HEADER LAYOUT
========================= */

.container-header{
padding:15px 40px;
box-shadow:0 4px 18px rgba(0,0,0,0.08);
position:relative;
display:flex;
align-items:center;
justify-content:space-between;
}


/* LOGO */

.navbar-brand{
flex:0 0 auto;
}

.navbar-brand img{
height:70px;
width:auto;
display:block;
}


/* MENU */

.container-nav{
flex:1;
margin-left:40px;
}


/* MENU LIST */

.container-nav ul{
display:flex;
gap:12px;
align-items:center;
margin:0;
padding:0;
list-style:none;
flex-wrap:wrap;
}


/* BLOOD ORANGE BUTTONS */

.container-nav a{
display:inline-block;
padding:10px 16px;
background:#b12a00;
color:#fff;
text-decoration:none;
font-weight:600;
border-radius:4px;
font-size:15px;
transition:all 0.25s ease;
}

.container-nav a:hover{
background:#d33a00;
transform:translateY(-1px);
}


/* TAGLINE */

.container-header::after{
content:"Fish & Chips • Café • Ice Cream \A 100 Yards from Oxwich Bay Beach";
white-space:pre;
text-align:right;
font-weight:700;
font-size:14px;
color:#333;
line-height:1.4;
position:absolute;
right:40px;
top:30px;
}