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: #fff;
	text-align: right;
	margin: 0 350px;
}
.tlo {
	background: #31313182;
	border-radius: 25px;
}
.pricing-header{
	background-image: url('business-suit-690048_1920.jpg');
	margin-bottom:15px;
	background-repeat:no-repeat;
}
.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-image: linear-gradient(#061f6a,#9d5fa80f);
	border-bottom: 1px solid rgba(0,0,0,.125);
}
.lead {
	font-size: 1.25rem;
	font-weight: 300;
	text-align: left;
	margin: -20px 0 0 250px;
	color: #fff;
}

.lead4 {
	font-size: 1.25rem;
	font-weight: 300;

}
.display-4 {
	font-size: 4.5rem;
	/* font-weight: 300; */
	line-height: 1.2;
	color: #fff;
	margin: 0 0 0 800px;
}
.img responsive{
max-width: 100%;
height: auto;
display:block;	
}



/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
.display-4 {
	font-size: 3.5rem;
	/* font-weight: 300; */
	text-align:center;
	color: #fff;
	max-width: 100%;
width:auto;
margin:auto;
	
}
.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;
}