html, body{

	/*height: 50%;*/
	font-family: 'Roboto', sans-serif !important;
	font-size: 0.9rem;
	/*overflow-x: hidden;*/
	padding: 0;
}

body{
	position: relative;
}

a:link,a:visited, a:hover, a:active{
	text-decoration: none;

}

.navbar{
	font-weight: bold;
	font-size: 1rem;
	background-color: #FFFFFF;
}
.navbar i{
	font-size: 1.6rem;
}

.menu-link:hover{
	border-bottom: 3px solid !important;
	margin-bottom: -3px;

}
.nav-link{
	color: #000000 !important;
}
.nav-item .active{
	border-bottom: 3px solid !important;
	margin-bottom: -3px;
	border-color: yellow !important;
/*	color: #88d9f8 !important;*/
}
@media (max-width: 992px){
	#logo{
		height: 60px;
	}
	#slaider{
		margin-top: 80px !important;
	}
}
#logo{
	max-height: 80px;
	padding: 10px;
	margin-top: 5px;
}

@media(max-width: 1400px) {
	#logo{
		max-height: 65px;
	}
}

.nav-item{
	margin: auto;
	padding: 5px;

}
.navbar-nav{
	margin-left: auto;
	color: #88d9f8;
}

#slaider{
	margin-top: 100px;
}
.carousel-Img{
	min-height: 60vh;
	max-height: 80vh;
	object-fit: cover;
	object-position: center;
}

.carousel-Imgr {
	object-position: right;
}

#ofirmie{
	line-height:2;
}
.ofirmie-img{
	display: grid;
	place-items: center;
}

#kasetony{
	background-color: #00aeef;
	color: #FFFFFF;
	padding-top: 50px;
	padding-bottom: 50px;
}
.bar{
	height: 10px;
}

#litery{
	background-color: #9d9d9c;
	color: #FFFFFF;
	padding-top: 50px;
	padding-bottom: 50px;
}

#realizacje{
	padding-top: 50px;

}

#kontakt{
	/*padding-top: 50px;*/
	/*padding-bottom: 10px;*/
	font-size: 1.05rem;

}

#kontakt a{
	color: #000000;
}
.kontakIcon{
	margin-right: 20px;
}
.kontaktP{
	margin-top: 20px;
}

.map{
	/*width: 100%;*/
	height: 350px;
	background-color: color:#9d9d9c;
	margin: 10px;
}

.skp-on-google-maps iframe {
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}
footer{
	min-height: 100px;
}
 .projekt a{
 	color:#9d9d9c;
 }
.projekt{
	margin-top: -10px;
	color:#9d9d9c;
	font-size: 0.8rem;
}
.logoFooter{
	max-height: 45px;
}

@media(max-width: 1400px) {
	.logoFooter{
		max-height: 30px;
	}
}
footer i{
	font-size: 1.9rem;
	padding: 10px;
}

/*scrolowanie*/

#Kasetony, #Ofirmie,#Realizacje,
#Litery, #Kontakt{
	position: absolute;
	background-color: red;
	width: 10px;
	height: 10px;
	margin-top: -120px;	
	opacity: 0;
}

