.jumbotron p {

color:white;
}
* {
   border-radius: 0 !important;
   }
* {
	   -webkit-border-radius: 0 !important;
	        -moz-border-radius: 0 !important;
	                  border-radius: 0 !important;
	                  }
#banner{
  position: relative;
}
#image{
  position: absolute;
  left: 0;
  top: 0;
}
#text{
  z-index: 100;
  position: absolute;
  color: white;
  font-size: 24px;
  font-weight: bold;
  left: 150px;
  top: 350px;
}
@media (max-width: 768px) { .nav-tabs > li { float: none; border: 1px solid #dddddd; } .nav-tabs > li.active { background: #eeeeee; } .nav-tabs > li.active > a { border: 1px solid transparent; } .nav > li > a:hover, .nav > li > a:focus, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { background: none; border: 1px solid transparent; } } 
