body {
	background-color: white;
	/* background-image:url(../img/tlo.jpg); 
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:center; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.pvmax_pozycjonow {
	width: 320px;
	height: 71px;
	display: block;
	justify-content: center;
  	text-indent: -9999px;
	background-image:url("../img/logo_duze.png"); 
    background-repeat:no-repeat;
    background-position:center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}

.jumb_pvm {
	background-color: white;
	background-image:url(../img/jumbotron.jpg); 
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:top; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.belka {
	margin-top: -35px;
	
}

.navbar-custom { 
   
	border-style: none none solid none;
	border-width: 5px;
	border-color: #146d38;
}

.footer-custom { 
 
	border-style: solid none none none;
	border-width: 5px;
	border-color: #146d38;
}


.jumb_main {
	background-color: rgba(0, 0, 0, 0.5);
}

.jumb_pvm_text {
	color: #146d38 !important;
}

.jumb_kolor {
	background-color: #183459 !important;
}

.podklad {
	height: 60px;
	background-color: #183459;
}

.link_nav {
	color: white !important;
}


.link_nav:hover {
	color: #0d4c27 !important;
	}

.link_nav:active {
	color: #009640 !important;
	background-color: #136d38;
}

.contact_link {
	color: #292b2c;
}

.contact_link:hover {
	color: gray;
}



.text_contact {
	color: yellow !important;
}

.text_contact:hover {
	color: #ffc107 !important;
}