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;
}


.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;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    color: #f1f1f1;
}


#alacarte .panel-body img {
  	max-width: 80%;
  	border-radius: 1%;
}

#alacarte .panel-body {
	height: 700px;
	overflow-y: scroll;
}



#alacarte .page-header h2 small {
	color: #777777;
}

#alacarte p {
	font-size: 14px;
}

#alacarte section {
	background: rgba(255, 255, 255, 0.95);
	border-radius: 5px;
}

#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;
	}

}


@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;
}