body, html {
  height: 100%;
 
}
.justify-content-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}
.menu{
	background-color:#999;
	
}
.nav-link active{
	
}
.nav-item{
	margin:15px 15px 15px 15px;
}
.nav-link:hover{
	color:white;
}
.nav-link{
	color:#000;
}
.bg{
	height:auto;
	width:100%;
	background-image: url('Domena_bike_hrdpl.jpg');
}
.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 50px;
	margin-top: 150px;
}
.callout-light {
    padding: 30px;
	color: #000;
	background-color: #ccc;
}

.callout-light h1,
h2,
h3,
h4 {
	font-weight: 300;
	line-height: 1.4;
}

.callout-dark {
	padding: 30px;
	color: #fff;
	background-color: #252525;
}

.callout-dark h1,
h2,
h3,
h4 {
	font-weight: 300;
	line-height: 1.4;
}

.callout-dark p {
	color: #B1B1B1;
	font-size: 17px;
}

.callout-mage {
	padding: 30px;
	background-color: #fff0!important;
	color: #fff;
}

.callout-bubble {
	padding: 30px;
	color: #fff;
	background-color: #A94545;
}

.callout-bubble h1,
h2,
h3,
h4 {
	font-weight: 300;
	line-height: 1.4;
}

.callout-block {
	background-color: #F5F3F4;
	border-left: 5px solid #a94545;
	border-right: 5px solid #a94545;
	padding: 15px;
}

.callout-block h1,
.callout-block h2,
.callout-block h3,
.callout-block h4 {
	font-weight: 300;
	line-height: 1.4;
}
.mb-3, .my-3{
	margin-bottom:0px!important;
}
.callout-mage {
	padding: 30px;
	background-color: #fff;
	color: #000;
	text-align: right;
	margin: 0 250px;
}
.tlo {
	background: #ffffffb3;
	border-radius: 25px;
}
.pricing-header {
	background-image: url('Projekt bez tytułu.png');
	margin-bottom: 15px;
	background-repeat: no-repeat!important;
}
.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgb(255, 190, 232);
	border-bottom: 1px solid rgba(0,0,0,.125);
}
.tekstglowny {
	text-align: right;
	background-image: url('pipe-4899013_1920.jpg');
	background-size: 100% auto;
	background-position:bottom;
	color: #fff;
	/* border: 1px #c27156; */
	border: #c27156 1px solid;
	height: 700px;
}
.text-center{
	padding:25px;
}
.lista1 {
	margin-top: 75px;
	margin-bottom: 75px;
}
.list-group-item.active {
	z-index: 2;
	color: #181717;
	background-image: linear-gradient(#095249,#fff);
	border-color: #c27156;
}
.list-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	text-align: center;
}
.tlo2{
	background-color: #095249;
	border-color: #c27156;
	color:#fff;
	
}
.stopka{
	border:#c27156 1px solid;
}
.display-4 {
	font-size: 5.0rem;
	font-weight: 300;
	line-height: 1.2;
	text-align: left;
	/* margin: 100px 0px 0px 500px; */
	padding: 100px 290px;
	color: #fff;
}
.lead {
	font-size: 1.25rem;
	font-weight: 300;
	text-align: end;
	padding:60px;
	color:#fff;
	
}
.lead2 {
	font-size: 1.25rem;
	font-weight: 300;
	text-align: center;
}
.lead3 {
	font-size: 1.25rem;
	font-weight: 300;
	text-align: center;
}
.col-sm-6{
	width:auto!important;
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
.display-4 {
	font-size: 3.0rem;
	/* font-weight: 300; */
	text-align: center;
	color: #fff;
	/* max-width: 100%; */
	width: auto;
	margin: 0 -300px;
}
.callout-mage {
	text-align:center;
	color: #fff;
	max-width: 100%;
width:auto;
margin:auto;
	
}
.lead {
	text-align:center;
	color: #fff;
	max-width: 100%;
width:auto;
margin:auto;
font-size:12px;
}
.col-sm-6{
	width:100%!important;
}