@font-face {
    font-family:"HamburgerHeaven";
    src:url("../font/HAMBH___.woff2") format("woff2"),url("../font/HAMBH___.woff") format("woff"),url("../font/HAMBH___.otf") format("opentype");
    font-style:normal;font-weight:400;
}
html, body {
	height: 100%;
}

body:before {
	content: "";
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
	background: #000 url(../imgs/bg.jpg) fixed no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  }

h1, h2, h3, h4, h5, p, .btn {
	font-family: "HamburgerHeaven";
}

.alert p, input::placeholder, select, select option, textarea::placeholder  {
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

h1 {
	font-size: 3.2rem;
	color: #fe6925;
	text-shadow: #000 0 0 10px, #000 0 0 20px, #000 0 0 5px, #000 0 0 5px, #000 0 0 5px;
}

@media (max-width: 576px) {
	h1 {
		font-size: 2.5rem;
	}
}

h1 > span {
	color: #fff;
}

h3 {
	color: #fff;
	text-shadow: #000 0 0 10px, #000 0 0 20px, #000 0 0 5px, #000 0 0 5px, #000 0 0 5px;
}

.btn-primary {
	background-color: #fe6925;
	border-color: #fe6925;
	color: #000;
}

.btn-primary.menu-link {
	font-size: 1.75rem;
	padding-left: 15px;
	padding-right: 15px;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:focus-visible, .btn:focus-visible, .btn:disabled {
	background-color: #f69f77;
	border-color: #f69f77;
	color: #000;
}

.btn-primary:first-child:active, :not(.btn-check) + .btn:active {
	background-color: #f69f77;
	color: #000;
}

p {
	font-size: 1.45rem;
	color: #fff;
	text-shadow: #000 0 0 20px, #000 0 0 10px, #000 0 0 5px, #000 0 0 5px, #000 0 0 5px;
}

p.no-shadow {
	text-shadow: none;
}

p > span {
	color: #fe6925;
}

.order-online-btn:hover, .order-online-btn:active {
	opacity: 0.9;
	filter:drop-shadow(0 0 5px #000000)
}

a.btn.social-icon {
	color: #000;
	filter:drop-shadow(0 0 5px #000000)
}

a.btn.social-icon:hover {
	color: #1d1d1d;
}

.btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
	border-color: transparent;
}