.image_background {
   /* padding-top: 70px;  Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	background: url(../images/STP_dust_18_warp1.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	position: relative;
	min-height: 100vh !important;
	background-color: #000;
}


.registroid_container{
	margin-top: 150px;
	background-color: #1D17178F;
}

.container--max-width {

    max-width: 54rem !important;

}