@import url('https://fonts.googleapis.com/css?family=Merriweather:700|Rubik:400,400i,700&display=swap&subset=latin-ext');

body {
  overflow-x: hidden;
  font-family: 'Rubik', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

p {
  line-height: 1.75;
}

a {
  color: #fed136;
}

a:hover {
  color: #fec503;
}

.text-primary {
  color: #fed136 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position:relative;
	font-weight: 700;
	font-family: 'Merriweather', serif;
}

.page-section {
  padding: 100px 0;
}

.page-section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
}


@media (max-width: 767px) {
  section {
    padding: 50px 0;
  }
	.footer-top .col-md-3, .footer-top .col-md-4 {
		margin-bottom:30px;
	}

}
@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
}

::-moz-selection {
  background: #e80532;
  color:#ffffff;
  text-shadow: none;
}

::selection {
  background: #e80532;
  color:#ffffff;
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.btn {
  font-weight: 700;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

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

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #fec810 !important;
  border-color: #fec810 !important;
  color: white;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

#mainNav {
  background-color: #212529;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #fed136;
}

#mainNav .navbar-brand {
  color: #fed136;
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #fec503;
}

#mainNav .navbar-nav li.nav-item a.nav-link {
	font-family: "Rubik";
	font-weight: 400;
	padding: 20px 0;
	color:#ffffff;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #e80532;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
	#mainNav.navbar-shrink {
		padding-top: 0;
		padding-bottom: 0;
		background-color: #ffffff;	
		box-shadow: 0 0 30px rgba(0,0,0,0.4);
	}
	#mainNav.navbar-shrink .navbar-nav li.nav-item a.nav-link {
		color:#000000;
	}


  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}







.pages header {
	height:200px;
	position:relative;
	background-image: url("../img/menu-bg.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
}
.pages header:before {
	content:"";
	position:absolute;
	left:0; right:0;
	bottom:0; top:0;
	background-color:rgba(0,0,0,0.7);
	z-index:0;
}

.menu.menu header {
	height:200px;
	position:relative;
	background-image: url("/img/menu-bg.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
}
.menu.menu header:before {
	content:"";
	position:absolute;
	left:0; right:0;
	bottom:0; top:0;
	background-color:rgba(0,0,0,0.7);
	z-index:0;
}

header.masthead {
	position:relative;
	text-align: center;
	color: white;
	background-image: url("../img/header-bg.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}

header.masthead:before {
	content:"";
	position:absolute;
	left:0; right:0;
	bottom:0; top:0;
	background-color:rgba(0,0,0,0.7);
	z-index:0;
}

header.masthead:after {
	content:"";
	position:absolute;
	width:60%;
	left:0; top:100%;
	height:60px;
	background-color:#e80532;
	z-index:0;
}



header.masthead * {  
	position:relative;
	z-index:10;
}

header.masthead .intro-text {
  padding-top: 150px;
  padding-bottom: 100px;
}

header.masthead .intro-text .intro-lead-in {
  font-size: 22px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 25px;
}

header.masthead .intro-text .intro-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  header.masthead .intro-text .intro-lead-in {
    font-size: 40px;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 25px;
  }
  header.masthead .intro-text .intro-heading {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 50px;
  }
}



section#contact {
  background-color: #212529;
  background-image: url("../img/map-image.png");
  background-repeat: no-repeat;
  background-position: center;
}

section#contact .section-heading {
  color: #fff;
}

section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 248px;
}

section#contact .form-control:focus {
  border-color: #fed136;
  box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ced4da;
}

section#contact :-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
}

section#contact ::-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
}

section#contact :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
}

.footer {
  padding: 25px 0;
  text-align: center;
}

.footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
}

.footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #212529;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #fed136;
}


h2.underlined:before, h3.underlined:before, h4.underlined:before {
	content:"";
	position:absolute;
	width:60px;
	height:4px;
	left:50%;
	margin-left:-30px;
	bottom:-20px;
	background-color:#e80532;
}


footer h4{
	margin-bottom:50px;	
}
footer h4.underlined:before {
	left:0;
	margin-left:0;
}


.image-wrapper {
	display:block;
	position:relative;
	box-shadow: 0 0 20px rgba(0,0,0,0.6);
}
.image-wrapper:before {
	content:"";
	display:block;
	position:absolute;
	left:50px;
	top:50px;
	width:100%;
	height:100%;
	background-color:#e80532;
	z-index:-1;
}


/*
	POLECANE DANIA	
*/

section#recommended-dishes h2 {
	text-transform: uppercase;
	text-align:center;
	font-size:48px;
	margin-bottom:50px;
}



/*
	PEŁNE MENU 
*/
section#full-menu {
	position:relative;
	padding:30px auto !important;
	background-image: url("../img/menu-bg.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}
section#full-menu:before {
	content:"";
	position:absolute;
	left:0; right:0;
	bottom:0; top:0;
	background-color:rgba(0,0,0,0.7);
	z-index:0;
}

section#full-menu h2 {
	text-transform: uppercase;
	text-align:center;
	font-size:48px;
	text-decoration:none;
	color:#ffffff;
}

section#full-menu h2 a {
	text-align:center;
	text-decoration:none;
	color:#ffffff;
}



/*
	HOME CONTACT
*/

.contact-inner {
	background-color:#e80532;
	padding:50px 50px 50px 33.333333%;
}

.contact-inner * {
	color:#ffffff;
}


.contact-inner input, .contact-inner textarea   {
	color:#000000;
	border-radius:0;
	border:0;
}

.contact-inner h2 {
	text-align:left;
	font-size:36px;
	margin-bottom:50px;
}
.contact-inner h2.underlined:before {
	left:0;
	margin-left:0;
	background-color:#ffffff;
}


/*
	FOOTER
*/
.footer-top {
	background-color:#eee9df;
	padding: 50px 0;
}

.footer-bottom {
	background-color:#e80532;
	padding: 20px 0 10px 0;
}
.footer-bottom * {
	color:#ffffff;
	font-size:14px;
}

footer img { display:inline-block; }





/*
	MENU
*/
.accordion .card { border:none !important; }

.accordion .card h3 { 
	text-align:center;
	margin-bottom: 40px;
	cursor:pointer;
}
div.accordion div.card div.card-body {
	position:relative;
	padding-bottom:0px;
	margin-bottom:50px;
}
	div.accordion div.card div.card-body:before {
		content:"";
		position:absolute;
		width:60px;
		height:4px;
		left:50%;
		margin-left:-30px;
		bottom:-20px;
		background-color:#e80532;
	}

ul.dish-list {
	list-style:none;
	padding:0;
	margin:0;
}
ul.dish-list li {
	clear:both;
	position:relative;
}

ul.dish-list li:before {
	content:"";
	height: 30px;
	border-bottom: 1px dotted #585858;
	z-index:-1;
	position:absolute;
	left:30px; right:30px;
	top:0;
}

ul.dish-list li span.dish-name {
	display:block;
	padding: 10px;
	background-color:#ffffff;
	position:relative;
	font-weight: 700;
	font-size: 18px;
	font-family: 'Merriweather', serif;	
	text-align:left;
	float:left;
}

ul.dish-list li span.dish-price {
	display:block;
	padding: 10px 0 10px 10px;
	background-color:#ffffff;
	font-weight: 700;
	font-size: 18px;
	text-align:right;
	float:right;
	color:#e80532;
}

footer .footer-top a {
	color:#212529; 
}