/* @uthor:SantoshSharma */

.navbar  {
    background: transparent !important;
}

#first-jumbo {
    text-align:center;
}
.dark-blue-text {
    color: black !important;
}

.fa-1x {
    font-size: 1.5rem;
}
.navbar-toggler.toggler-example {
    cursor: pointer;
}
.navigator{
    display: none;
}

.img-responsiv.mobile {
	  display: none;
}

@media only screen and (max-device-width: 480px) {
	  .img-responsiv {
		      display: none;
					     }
	    .img-responsiv.mobile {
			    display: block;
height:auto;
						   }
}


