body {background-color: #EEEEEE; 
}

.rm-bottom-margin {
  margin-bottom: 0px;
}

.custom-jumbotron {
  /*background-image: url("http://wp.streetwise.co/wp-content/uploads//2014/10/shutterstock_144845914.jpg");*/
  
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url("../img/compsci.jpg");
  background-size: cover;
  
  padding: 0px;
}

.custom-container-jumbotron {
  margin-left : 0px;
  margin-right: 0px;
  
  padding: 80px 20px;
  
  width:  100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  
  color: #FFF;
}

body {  
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url("../img/compsci.jpg");
  background-size: cover;}  /* are we even getting here?? */