body {
  padding-top: 3.5rem;
  position: relative;
  
}



.jumbotron_rmap {
position: relative;
/* background: url("../img/_bg.png") no-repeat center center; */
width:100%;

background-size: 100% 100%;
}

.jumbotron h1{
	margin-top:5px;
}

.jumbotron p{
	margin-bottom:40px;
}

.jumbotron img.app-btn{
	width:40%;
	margin-right:30px;
}

.jumbotron img.showcase-img{
	width:75%;
}


.thing {
	transition-property: transform;
	transition-timing-function: ease-in-out;
	position: absolute;
	width: 800px;
	height: 200px;
	opacity: .9;
}

.thing2 {
	transition-property: transform;
	transition-timing-function: ease-in-out;
	position: absolute;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	background-color: #0066CC;
	opacity: .9;
}

.image_bg_rm {
/*    background: url(../img/_bg.png);	*/
    background-size: cover; /* will stretch the image to your div size while maintaining aspect ratio */
}

.foreground-link {
	position: relative;
    z-index: 10; /* Higher number brings this to the front */
}


.bg-custom-grey {
  background-color: #f0f4ff !important;
}


div#b {
    position: fixed;
    top:140px;
    left:0;
    width: 40px;
    height: 40px;
/*    background: url(img/.png) 0 0 no-repeat;	*/
}

div#roadmap_bg{
/*	background: url(../img/_bg.png) no-repeat top center;	*/
	overflow:none;
	min-height: 500px;


}
