body{
	font-family: 'Archivo Narrow', sans-serif!important;
}

.navbar{
	font-size: 30px;
	margin-top:-10px!important;
}

.navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler{
	outline: none!important;
	box-shadow: none!important;
	border: 0px!important;
}

.tekst-nawigacja{
  position: absolute;
  margin: 0;
  color: white;
  left: 40%;
  top: 300px;
  transform: translate(-50%, -50%);
}

.bg-blue{
	background-color: #044388;
}

.napis_menu{
	margin-top:-8px;
	font-size: 11px;
	font-weight: bold;
}


.text-blue{
	color: #044388;
}

.bg-blue2{
	background-color: #468AD4;
}

.duzy-naglowek{
	font-size: 70px;
}

.o-nas-tlo{
	background-color: red;
}

.jumbotron{
	border-radius: 0px!important;
}

.okono-o-nas{
	background: url("../grafika/grafika_strony/team2.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:500px;
}

.okono-nawigacja{
	background: url("../grafika/grafika_strony/baner.jpg") no-repeat;
	background-size: 100% 110%;
	height:700px;
}

.okono-kontakt{
	background: url("../grafika/grafika_strony/mapa.jpg") no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:500px;
}

.text-blue2{
	color: #468AD4;
}

.card{
	border: none!important;
}

.card-img-top {
    width: 100%!important;
    height: 15vw!important;
    object-fit: contain  !important;
}

.mapa_google{
	height: 400px;
}

@media (max-width: 575.98px) {
	.card-img-top {
         height: 55vw!important;
    }
	h1{
		font-size: 30px!important;
	}
	.okono-kontakt{
		background: url("../grafika/grafika_strony/mapa.jpg") no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		height:300px;
	}
	.mapa_google{
		height: 300px;
	}
	.okono-nawigacja{
		background: url("../grafika/grafika_strony/baner3.jpg") no-repeat 15%;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		height:400px;
	}
	.tekst-nawigacja{
	  left: 45%;
	  top: 220px;
	}
	.navbar{
		background-color: #044388!important;
		margin-top:0px!important;
	}
	body{
		margin-top: 65px!important;
	}
}