* {
	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(255, 255, 255, 0.438);
	z-index: -1;
}

.orange-color {
	color: rgb(255, 102, 0);
}

/* nawigacja */

.navbar{
	background-color: #ff5e00d5;
}
.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: 100vh;
	background-image: url('../img/frontimag.JPG');
	background-size: cover;
	background-position: center;
	z-index: 0;
}

.home .btn {
	background-color: #ff5e00;
	padding: 1em 2em;
	font-size: 1.4rem;
	text-transform: uppercase;
	border:none;
}
.home .btn:hover{
	background-color: rgb(204, 75, 0);
	color:white;
}

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

/* sekcja about us */

#aboutus{
	background-color: #ff5e00;
}


.aboutus-box{
	background-color: #033399;
}

.aboutus-box:hover{
	background-color: #0a2b70;
}
.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(233, 106, 22);
	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{
	background-color: #033399;
}

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

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

.stopka {
	background-color: rgb(233, 106, 22);;}

.logofront{
	max-width:70%;
	height:auto;
	display:block;
}

.home-brand{
	background-color: #fff;
}
.home-brand h3 {
	font-size: 3rem;
	font-weight: bold;

}

