html,
body {
	height: 100%;
	width: 100%;
}

html,
body,
h2,
h3,
h4,
h5,
h6,
p,
div,
ul,
a,
span {
	font-family: 'Varela Round', sans-serif;
	color: #000;
}

h1 {
	font-family: 'Jost', sans-serif;
}

.bg-yellow {
	background-image: url('../images/bg.jpg');
	background-size: cover;
	padding-bottom: 50px;
	position: relative;
}

.bg-yellow:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(255 193 7 / 87%);
	height: calc(100% + 107px);
	width: 100%;
}

.container-fluid.home-site {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}

.container-fluid.home-site img {
	height: 170px;
	margin-top: 60px;
	z-index: 1;
}

.container-fluid.home-site h2 {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	margin-top: 12px;
	text-align: center;
	z-index: 1;
}

.container-fluid.home-site h1 {
	font-size: 50px;
	margin-top: 85px;
	font-weight: bold;
	color: #000;
	text-align: center;
	letter-spacing: 20px;
	letter-spacing: 5px;
	z-index: 1;
}

.container-fluid.home-site h3 {
	font-size: 20px;
	text-align: center;
	z-index: 1;
}

.container-fluid.home-site .numbers {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 15px;
	max-width: 500px;
	z-index: 1;
}

.container-fluid.home-site .numbers a {
	color: #000;
	font-size: 20px;
	z-index: 1;
}

.container-fluid.home-site .places {
	max-width: 1200px;
	width: 100%;
	text-align: center;
	display: inline-block;
	margin: 30px 0 300px;
	z-index: 1;
}

.container-fluid.home-site .places span {
	background-color: rgba(0, 0, 0, .2);
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	border-radius: 25px;
	padding: 5px 20px;
	display: inline-block;
	margin: 5px 3px;
}

.container-fluid.transport {
	text-align: center;
	max-width: 1600px;
	margin-top: -80px;
	position: relative;
	z-index: 1;
}

.container-fluid.transport h3 {
	margin-bottom: 45px;
	z-index: 1;
}

.container-fluid.transport .image-box > div {
	height: 220px;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding: 12px;
	color: #fff;
	font-weight: bold;
	position: relative;
}

.container-fluid.transport .image-box > div:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .35);
	height: 100%;
	width: 100%;
  box-shadow: inset 0 50px 50px -40px rgba(0, 0, 0, .8), inset 0 -50px 50px -40px rgba(0, 0, 0, .8);
}

.container-fluid.transport .image-box > div:nth-child(1) {
	background-image: linear-gradient(black, black), url('../images/pianino.jpg');
  background-blend-mode: saturation;
}

.container-fluid.transport .image-box > div:nth-child(2) {
	background-image:  linear-gradient(black, black), url('../images/fortepian.jpg');
  background-blend-mode: saturation;
}

.container-fluid.transport .image-box > div:nth-child(3) {
	background-image:  linear-gradient(black, black), url('../images/scenografia.jpg');
  background-blend-mode: saturation;
}

.container-fluid.transport .image-box > div:nth-child(4) {
	background-image:  linear-gradient(black, black), url('../images/medyczny.jpg');
  background-blend-mode: saturation;
}

.container-fluid.transport .image-box > div:nth-child(5) {
	background-image:  linear-gradient(black, black), url('../images/sejf.jpg');
  background-blend-mode: saturation;
}

.container-fluid.transport .image-box > div:nth-child(6) {
	background-image:  linear-gradient(black, black), url('../images/sztuka.jpg');
  background-blend-mode: saturation;
}

.container-fluid.transport .image-box > div:nth-child(7) {
	background-image:  linear-gradient(black, black), url('../images/maszyny.jpg');
  background-blend-mode: saturation;
}

.container-fluid.transport .image-box > div span {
	color: #fff;
	z-index: 1;
}

footer {
	background: #000;
	padding: 20px;
	margin-top: 135px;
}

footer .numbers {
	display: flex;
	justify-content: space-between;
}

footer .numbers a {
	color: #fff;
	font-size: 20px;
}

footer .numbers a i {
	margin-right: 5px;
}

footer .numbers a:hover {
	text-decoration: none;
}

@media screen and (max-width: 1440px) {
	.container-fluid.home-site h1 {
		margin-top: 25px;
		font-size: 40px;
	}

	.container-fluid.home-site img {
		margin-top: 30px;
	}

	.container-fluid.home-site .places {
		margin: 30px 0 105px;
	}

	.container-fluid.transport {
		text-align: center;
		max-width: 1140px;
	}

	.container-fluid.transport .image-box > div {
		height: 165px;
	}

	.container-fluid.transport {
		margin-top: -45px;
	}

	.bg-yellow {
		padding-bottom: 15px;
	}
}

@media screen and (max-width: 768px) {
	.container-fluid.home-site .numbers {
		flex-direction: column;
		align-items: center;
	}

	.container-fluid.home-site .numbers a {
		margin-bottom: 15px;
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	.container-fluid.home-site h1 {
		font-size: 30px;
		margin-top: 45px;
		letter-spacing: 2px;
	}

	.container-fluid.home-site .places {
		margin: 30px 0 150px;
	}

	.container-fluid.transport {
		margin-top: 50px;
	}

	.bg-yellow:before {
		height: calc(100% + 0px);
	}
}

@media screen and (max-width: 568px) {
	.container-fluid.transport h3 {
		font-size: 24px;
	}

	footer .numbers {
		flex-direction: column;
		align-items: center;
	}

	footer {
		margin-top: 80px;
	}

	footer .numbers a {
		margin-bottom: 10px;
	}
}
