body {
	background-color: /*#f3f3f3*/#000;
}
.btn-default {
    color: #333 !important;
	font-weight: 400 !important;
}
.btn-primary {
	color: #fff !important;
	font-weight: 400 !important;
}

/*.swiper-pagination {
    top: 2px;
}*/

.btn-food, .btn-drink, .url-pdf {
	background-color: #a08264;
	border-color: #a08264;
	font-size: 18px;
	padding-left: 6px;
	padding-right: 6px;
}

.action-change-lang {
	font-size: 18px;
	padding-left: 6px;
	padding-right: 6px;
}

.btn-food:hover, .btn-drink:hover, .url-pdf:hover {
	background-color: #7f6247;
	border-color: #7f6247;
}

.btn-food:focus, .btn-drink:focus, .url-pdf:focus {
	background-color: #7f6247;
	border-color: #7f6247;
}

.btn-food:active, .btn-drink:active, .url-pdf:active {
	background-color: #614a35 !important;
	border-color: #614a35 !important;
}

.pdf-text {
	color: #fff;
}

@font-face {
  font-family: Rockwell;
  src: url(../fonts/Rockwell.ttf);
}

body, input, textarea {
  font-family: Rockwell, "Courier New", Courier, Georgia,
                 Times, "Times New Roman", serif;
}

.swiper-pagination-bullet-active {
	--swiper-theme-color: #a08264;
}