body{
	/*	padding-top: 40px; */
	background: url('/img/bg2.jpg') no-repeat top center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	color: #f1f1f1;
	font-family: 'Poppins', sans-serif;
}


.jumbotron {
	margin-bottom: 0px;
}

h2 {
	font-family: Brush Script Std, Brush Script MT, cursive;
}

.topsection h2 {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #5a5a5a;
}

address a {
	color: #ccc;
	text-decoration: none;
	font-size: 1.1rem;
	line-height: 2.1rem;
}

address a:hover {
	color: white;
}

.nav-tabs a {
	font-family: Brush Script Std, Brush Script MT, cursive;
	font-size: 22px;
	color: #000000;
}

.nav-link.active:hover {
	color: #fff;
}

.tab-content {
	text-align: center;
}

.nav-tabs a:hover {
	color: #fff;
	background-color: #000000 !important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	color: #fff;
	cursor: default;
	background-color: #000000;
	border: 1px solid #999999;
	border-bottom-color: transparent;
}

.nav-tabs {
	border: none;
}


#kont {
	background: rgba(0, 200, 0, 0.1);
	margin: 0;
}

.gastabud {
	background: rgba(190, 152, 38, 0.1);
}

.xmas {
	background: rgba(70, 0, 0, 0.1);
}

#pga {

    background: rgba(255, 255, 255, 0.1);
    margin: 0;
    padding: 0;
	}

#alacarte {
    background: url('/img/alacarte.jpg') no-repeat center center fixed;
    background-size: cover;
    background-position: center center;
    color: #f1f1f1;
    padding: 40px 20px; /* Lite padding runt för luftighet */
    font-family: 'Poppins', sans-serif;
    min-height: 100vh; /* Tar hela höjden */
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

/* För panelen som innehåller menyn */
#alacarte section {
    background: rgba(255, 255, 255, 0.9); /* Lite mindre täckande för att bakgrunden ska anas */
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15); /* Lätt skugga för djup */
    width: 100%;
    padding: 30px 40px;
    color: #222;
}

/* Rubriker i headern */
#alacarte .page-header h2 {
    font-weight: 700;
    font-size: 2.8rem;
    margin-bottom: 8px;
    color: #333;
}

#alacarte .page-header h2 small {
    color: #777777;
    font-style: italic;
    font-weight: 400;
    font-size: 1.3rem;
}

/* Bilder i panelen */
#alacarte .panel-body img {
    max-width: 80%;
    border-radius: 8px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
    display: block;
    margin: 20px auto;
}

/* Scrollbar och scrollhöjd */
#alacarte .panel-body {
    height: calc(65vh);
    overflow-y: auto;
    padding-right: 10px; /* för att ge plats åt scrollbar */
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
    box-sizing: border-box;
}

/* Text i p-element */
#alacarte p {
    font-size: 16px;
    margin-bottom: 16px;
}

/* Scrollbar styling för webkit */
#alacarte .panel-body::-webkit-scrollbar {
    width: 8px;
}

#alacarte .panel-body::-webkit-scrollbar-track {
    background: transparent;
}

#alacarte .panel-body::-webkit-scrollbar-thumb {
    background-color: rgba(255, 183, 77, 0.8); /* matcha färg med eventuella accentfärger */
    border-radius: 10px;
}

/* Lägg till subtil hover på länkar eller knappar om du har sådana i menyn */
#alacarte a:hover {
    color: #ffb74d;
    text-decoration: underline;
}

#alacarte .nav-tabs {
	border-bottom: 1px solid #ccc;
}

#alacarte .nav-item {
  display: flex;
  gap: 16px;
}

#alacarte .nav-item button {
  background: transparent;
  border: none;
  padding: 12px 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #555;
  cursor: pointer;
  border-radius: 6px 6px 0 0;
  transition: background-color 0.2s ease, color 0.2s ease;
}

#alacarte .nav-item button:hover {
  background-color: #f0f0f0; /* mycket ljus grå vid hover */
  color: #333;
}

#alacarte .nav-item button.active {
  background-color: #e0e0e0; /* neutral ljusgrå för aktiv tab */
  color: #222;
  border-bottom: 2px solid #999; /* lite markerad, men diskret */
  font-weight: 600;
}

#alacarte .nav-item button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(180, 180, 180, 0.5);
}



#head {
	background: url('/img/planka2.png') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-position: center center;
	color: #f1f1f1;
	width: 100%;
	height: auto;
	min-height: 300px;
	padding-top: 2vh;
}

#head h2{
	font-family: Brush Script Std, Brush Script MT, cursive;
}


h2 small {
	color: #bbbbbb;
}


@media screen and (min-width: 768px) {
    #head {
        min-height: 600px;
        padding-top: 70px;
    }
    h2 {
    	font-size: 45px;
    }
    #head h2 {
    	font-size: 50px !important;
    }

	.acafeetlogo {
		width: 20%;
	}
}

@media screen and (max-width: 991px) {
	.pris {
		display: none;
	}

	#alacarte .panel-body {
		padding: ;
	}

}


@media screen and (max-width: 768px) {

	.acafeetlogo {
		width: 75%;
	}

    #head h4{
		font-size: 15px;
    }
    h2 {
    	font-size: 35px;
    }
    
	#head h2{
		font-size: 25px !important;
		font-weight: bold;
    }
}





#my-navbar {
	display: none;
}

.menypic {
	width: 90%;
	padding: 15px;
}