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

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

body {
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-size: 1.6rem;
}

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

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

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

/* nawigacja */
.navbar-brand {
	font-size: 2.2rem;
	text-transform: uppercase;
}

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

.navbar-toggler {
	padding: 1em 2em;
}

/* sekcja powitalna */

.home {
	position: relative;
	height: 50rem;
	background-image: url('../img/safety.jpg');
	background-size: cover;
	background-position: center;
	z-index: 0;
}

.home .btn {
	padding: 1em 2em;
	font-size: 1.4rem;
	text-transform: uppercase;
}

.home .welcome-text {
	font-size: 2.2rem;
}

/* sekcja about us */
.aboutus-box h3 {
	font-size: 2.4rem;
	font-weight: bold;
	text-transform: uppercase;
}

.aboutus-icon {
	font-size: 4rem;
}

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

.accordion-button:not(.collapsed) {
	color: rgb(13,110,253);
	background-color: rgb(248, 248, 248);
}

/* team */
.team {
	background-color: rgb(248, 248, 248);
}

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

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

/* kontakt */
.contact h3 {
	font-size: 2rem;
	font-weight: bold;
	text-transform: uppercase;
}

.contact .submit-btn {
	font-size: 1.6rem;
}
