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

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

body {
	font-family: 'Raleway', sans-serif;
	font-size: 1.6rem;
}

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

.top-hero {
	position: relative;
	height: 200px;
	background-size: cover;
	z-index: 0;
}

.top-hero-text {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	font-size: 3.6rem;
	text-transform: uppercase;
}

nav {
	font-size: 2rem;
	text-transform: uppercase;
}

.navbar-toggler {
	font-size: 3rem;
}

.navbar-brand {
	font-size: 2.4rem;
	font-weight: bold;
	text-transform: none;
}

header {
	font-size: 2rem;
}

.carousel-item {
	position: relative;
	height: 400px;
	background-position: center;
	background-size: cover;
	z-index: 0;
}

.carousel-img-one {
	background-image: url('../images/tlo1.jpeg');
}

.carousel-img-two {
	background-image: url('../images/tlo2.jpeg');
}

.carousel-img-three {
	background-image: url('../images/tlo3.jpeg');
}

.home-boxes {
	padding: 5em 0;
}

.home-box i {
	font-size: 4rem;
}

.home-box h3 {
	font-size: 2.6rem;
}

.home-passion {
	position: relative;
	height: 260px;
	background-image: url('../images/tlo4.jpeg');
	background-position: center;
	background-size: cover;
	z-index: 0;
}

.home-brand h3 {
	font-size: 3rem;
	font-weight: bold;
}

.footer {
	font-size: 1.6rem;
}

.omnie-hero {
	background-image: url(../images/tlo1.jpeg);
	background-position: center;
}

.omnie-info {
	background-color: rgb(248, 248, 248);
}

.omnie-info .container {
	padding: 2em 0.5em;
}

.omnie-text {
	padding: 1.8em;
}

.omnie-text h3 {
	margin-bottom: 0.5em;
	font-size: 2.6rem;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: underline #007bff;
}

.omnie-text-right {
	text-align: right;
}

.omnie-img {
	height: 300px;
	object-fit: cover;
}

@media (min-width: 992px) {
	.omnie-info .container {
		padding: 0;
	}
	.omnie-shadow {
		box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.4);
	}
	.omnie-text {
		padding: 5em 0;
		transform: skew(-15deg);
	}
	.omnie-text-left {
		padding-right: 2em;
		text-align: right;
	}
	.omnie-text-right {
		padding-left: 2em;
		text-align: left;
	}
	.omnie-img {
		height: auto;
		transform: skew(-15deg);
	}
}

@media (min-width: 1400px) {
	.carousel-item {
		height: 600px;
	}

	.carousel-img-one {
		background-image: url('../images/tlo1-hq.jpeg');
	}

	.carousel-img-two {
		background-image: url('../images/tlo2-hq.jpeg');
	}

	.carousel-img-three {
		background-image: url('../images/tlo3-hq.jpeg');
	}
}

.omnie-bottom i {
	font-size: 3rem;
}

.omnie-bottom h3 {
	font-size: 2.2rem;
	font-weight: bold;
}

.contact-hero {
	background-image: url('../images/tlo4.jpeg');
	background-position: 0 40%;
}

.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: 400px;
}

.btn-omnie {
	font-size: x-large;
	text-transform: uppercase;
	color: #e3dada;
}

.btn-kontakt {
	font-size: large;
	text-transform: uppercase;
	color: #e3dada;
}
