body {
	background-color: black;
	background: #000000 url(img/mcback.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100%;
  color:#BDBDBD;
	
}

a {
	color:white !important;
}
a:active {
	color:white !important;
}
a:hover {
	color:white !important;
}
a:visited {
	color:white !important;
}





.home h1 {
	margin-top: 100px;

}

.home {
	background-color: rgba(0,0,0,.5);
}

.home2 {
	/*background-color: rgba(157,76,255,.5);*/
	/*padding-top: 25px;*/
	background-color: rgba(102,153,153,.5);
	padding-bottom: 0px;
	border-radius: 10px;
	margin-bottom:10px;
	margin-right:0px;

}

.home3 {
	background-color: rgba(0,0,0,.5);
	margin-bottom:10px;
}

.home4 {
	background-color: rgba(102,153,153,.5);
	padding-bottom: 25px;
	border-radius: 10px;
	margin-bottom:10px;
	margin-right:0px;
}

.home5 {
	background-color: rgba(0,0,0,0);
}

.home6 {
	/*background-color: rgba(157,76,255,.5);*/
	/*padding-top: 25px;*/
	background-color: rgba(0,0,0,.75);
	margin-bottom:5px;
	border-radius:10px;
	min-height:80px;
}


.jumbotron .text-center .home5 {
	background-color: rgba(0,0,0,0);
}


.well .transparent{
  background-color: rgba(255,255,255,.5);
}

.col-xs-12 .loginb{
	padding-bottom:25px;
}

.btnimg { 
		width: 191px; 
		height: 191px; 
		background: url(img/steeringwheel.png) no-repeat; 
	} 

.btnimg:hover { 
		width: 191px; 
		height: 191px; 
		background: url(img/steeringwheel-turn.png) no-repeat; 
	} 


/*https://s3-us-west-2.amazonaws.com/s.cdpn.io/45544/background-svg.svg*/


.home3 h4 {
	color: #FFFFFF;
}


.home7 {
	/*background-color: rgba(157,76,255,.5);*/
	/*padding-top: 25px;*/
	background-color: rgba(102,153,153,.25);
	margin-bottom: 25px;
	border-radius: 10px;
	padding-top: 5px;
	padding-left:5px;
	padding-right:5px;
	/*padding-bottom:5px;*/

}

.well {
	margin-right:0px;
}

.backbtn {
	min-height: 50px;
	padding-top:10px;
	padding-bottom:10px;
	
}

.backbtn2 {
	min-height: 50px;
	padding-top: 0px;
	padding-bottom:5px;
	
}

.tripbtn {
	min-height: 50px;
	padding-top:5px;
	padding-bottom:10px;

}

.tripbtn2 {
	min-height: 50px;
	padding-top:1px;
	padding-bottom:5px;

}










