/**----------------------------------------------------------------------------
 file: $ISIP_WEB/2019/registration.css

 revision history:
  20191003 (JP): initial version

 This file is the css stylesheet for the registration ieee_spmb_2019 subpage. 

   1. miscellaneous classes
  
 This stylesheet affects bootstrap classes and HTML tags.
----------------------------------------------------------------------------**/
/*positions background of jumbotron*/
.jumbotron{
 margin-top: 1rem;
 background-image: url("../images/ieee_jumbotron_img.jpg");
 background-position: center;
}

/*aligns jumbotron text */
.jumbotron h1{
    text-align: center;
}

/*adds faded background to jumbotron text */
.jumbo_text{
 background: #fff;
 background: rgba(255, 255, 255, .45);
 border-radius: 1rem;
 font-weight: bold !important;
 color: #000 !important;
}       


/** end of file **/
/**             **/