* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}

body {
	height: 100%;
	margin: 0;
	font-family: 'Old Standard TT', serif;
	font-style: 1.6rem;
	background-color: white;
}

h1 {
	text-align: center;
}

[id] {
	scroll-margin-top: 75px;
}

@media (min-width: 992px) {
	[id] {
		scroll-margin-top: 55px;
	}
}

nav,
footer {
	background-color: white;
}

.navbar-brand {
	text-shadow: 2.2rem;
	text-transform: uppercase;
}

.nav-link,
.navbar-toggler-icon {
	font-size: 1.5rem;
	text-transform: uppercase;
}

.nav-link:hover {
	background-color: goldenrod;
	color: white;
	transition: 0.25s;
}

.navbar-toggler {
	padding: 1em 1em;
	margin-right: 3em;
}

.hero {
	margin-top: 105px;
	position: relative;
	height: 60em;
	background-size: cover;
	background-position: center;
	z-index: 0;
}

.hero-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: -1;
}

.welcome-text {
	padding: 0.5em;
	font-size: 5rem;
}

/*INDEX*/

.home {
	background-image: url('../Content/hero.jpg');
}

.parallax {
	position: relative;
	opacity: 0.65;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.par-section-1 {
	background-image: url('../Content/img_parallax.jpg');
	min-height: 65em;
}

.par-section-2 {
	background-image: url('../Content/img_parallax2.jpg');
	min-height: 65em;
}

.par-section-3 {
	background-image: url('../Content/img_parallax3.jpg');
	min-height: 65em;
}

.par-section-4 {
	background-image: url('../Content/img_parallax4.jpg');
	min-height: 65em;
}

.par-section-5 {
	background-image: url('../Content/img_parallax5.jpg');
	min-height: 65em;
}

.par-text-light {
	color: #222;
	background-color: white;
	text-align: center;
	padding: 50px 80px;
	text-align: justify;
}

.par-text-dark {
	color: whitesmoke;
	background-color: #222;
	text-align: center;
	padding: 50px 80px;
	text-align: justify;
}

.par-hr {
	margin: 2em auto;
	height: 2px;
	width: 20%;
	color: goldenrod;
	border-width: 0;
	background-color: goldenrod;
}

.flavor-text {
	font-weight: bold;
	text-align: center;
	padding: 0.5em;
	font-size: 4rem;
}

.context-text {
	margin: 0 25%;
	padding: 2em;
	width: 50%;
	text-align: center;
	font-size: 1.5rem;
}

.btn {
	font-size: 1.25rem;
	text-transform: uppercase;
}

.caption {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	color: #000;
}

.caption span.border {
	background-color: #111;
	color: #fff;
	padding: 18px;
	text-transform: uppercase;
	font-size: 2rem;
	letter-spacing: 10px;
}

/* PALAC */

.palac {
	background-image: url('../Content/img_parallax3.jpg');
}

.accordion-button {
	padding: 1em;
	font-size: 2.5rem;
}

.accordion-body {
	padding: 1em;
	font-size: 1.5rem;
	text-align: justify;
}

.accordion-button:not(.collapsed) {
	color: white;
	background-color: black;
}

.accordion-button:focus {
	box-shadow: 0 0 0 0.25rem goldenrod;
}

/* POKOJE */

.pokoje {
	background-image: url('../Content/pokoje.jpeg');
}

.pokoje-img {
	height: 300px;
}

/* RESTAURACJA */

.restauracja {
	background-image: url('../Content/restauracja.jpg');
}

.restauracja-menu h3 {
	font-size: 3rem;
	font-weight: bold;
}

/* BIZNES */

.biznes {
	background-image: url('../Content/biznes.jpg');
}

.biznes-options-box h3 {
	font-style: 2.4rem;
	font-weight: bold;
	text-transform: uppercase;
}

.biznes-options-icon {
	font-size: 4rem;
}

.biznes-box {
	position: relative;
	height: 300px;
	background-size: cover;
	z-index: 0;
}

.biznes-box p {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 3rem;
	text-transform: uppercase;
	color: #fff;
}

.biznes-box.box-one {
	background-image: url('../Content/Biznes/Biznes1.jpg');
}

.biznes-box.box-two {
	background-image: url('../Content/Biznes/Biznes2.jpg');
}

.biznes-box.box-three {
	background-image: url('../Content/Biznes/Biznes3.jpg');
}

.biznes-box.box-four {
	background-image: url('../Content/Biznes/Biznes4.jpg');
}

/* EVENTY */

.eventy {
	background-image: url('../Content/eventy.jpg');
}

.event-item .card-img-top {
	height: 300px;
	object-fit: cover;
}

.event-item .card-title {
	font-size: 2rem;
}

/* KONTAKT */

.kontakt {
	background-image: url('../Content/kontakt.jpg');
}

.contact h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2.6rem;
}

.contact-logo {
	font-size: 3rem;
}

.contact input,
.contact select,
.contact textarea {
	font-size: 1.6rem;
}

.contact .btn {
	padding: 0.3em 0.8em;
	font-size: 2rem;
}

.contact-map iframe {
	width: 100%;
	min-height: 500px;
}

.info p {
	font-size: 1.5rem;
}

.info i {
	color: black;
	font-size: 4rem;
}

.info a {
	color: black;
}

.info i:hover {
	color: goldenrod;
}

/* DO USUNIĘCIA*/

.FFT {
	color: silver;
	text-align: center;
	text-transform: uppercase;
	font-size: 2rem;
	font-style: italic;
}

/* Modal fields*/

.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	overflow: auto; /* Enable scroll if needed */
	top: 0;
	left: 0;
	padding-top: 50px;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 1; /* Sit on top */
	font-size: 2.5rem;
	text-align: center;
}

.modal-content {
	margin: 5% auto 10% auto; /* 5% from the top, 15% from the bottom and centered */
	width: 80%; /* Could be more or less, depending on screen size */
	padding: 15px;
	border: 1px solid #888;
	background-color: #fefefe;
	z-index: 2; /* Sit on top */
}

.close {
	margin: 5% auto 10% auto;
	position: absolute;
	background-color: transparent;
	top: 20px;
	right: 75px;
	font-size: 1.75em;
	font-weight: bold;
	color: black;
}

.close:hover,
.close:focus {
	color: red;
	cursor: pointer;
}

.carousel-item img {
	height: 400px;
	width: 400px;
	object-fit: cover;
}

/* MEDIA QUERIES */

@media only screen and (max-device-width: 1024px) {
	.hero {
		height: 30em;
	}

	.welcome-text {
		font-size: 3rem;
	}

	.par-section-1,
	.par-section-2,
	.par-section-3,
	.par-section-4,
	.par-section-5 {
		background-attachment: scroll;
		min-height: 30em;
	}

	.par-text-light,
	.par-text-dark {
		padding: 25px 40px;
	}

	.par-hr {
		width: 40%;
	}

	.flavor-text {
		font-weight: bold;
		text-align: center;
		padding: 0.5em;
		font-size: 2rem;
	}

	.context-text {
		margin: 0 5%;
		padding: 1em;
		width: 90%;
		text-align: center;
		font-size: 1.25rem;
	}

	.btn {
		font-size: 1rem;
		text-transform: uppercase;
	}

	.caption span.border {
		background-color: #111;
		color: #fff;
		padding: 18px;
		font-size: 2rem;
		letter-spacing: 5px;
	}

	.info p {
		font-size: 1.25rem;
	}

	.info i {
		font-size: 3rem;
	}

	.contact-map iframe {
		min-height: 400px;
	}

	.modal {
		font-size: 1rem;
	}

	.modal-content {
		margin: 20% auto 10% auto; /* 5% from the top, 15% from the bottom and centered */
		width: 90%; /* Could be more or less, depending on screen size */
		padding: 5px;
		border: 1px solid #888;
		background-color: #fefefe;
		z-index: 2; /* Sit on top */
	}

	.close {
		display: none;
	}

	.carousel-item img {
		height: 200px;
		width: 200px;
		object-fit: cover;
	}
}
