.about-row .image-block {
    display: block;
    width: 125px;
    height: 125px;
    background-size: 100%;
    float: left;
    margin-top:45px;
}

.about-row .content-block {
    width: auto;
    min-height: 100px;
    margin-left: 130px;
   ;
}

.thumbnail{
	border: none;
	box-shadow: none;
}

.jumbotron.covertron {
	background-image: url('../img/cover1.png');
	background-size: cover;
	margin-bottom: 0px;
  height: 350px;
  color: white;
  text-shadow: black 0.3em 0.3em 0.3em;
}

.jumbotron.opttron {
	background-image: url('../img/math.jpg');
	background-size: cover;
  margin-bottom: 0px;
  height: 350px;
  color: white;
  text-shadow: black 0.3em 0.3em 0.3em;
 
}

.jumbotron.edutron {
	background-image: url('../img/Cooper-Union1.jpg');
	background-size: cover;
  margin-bottom: 0px;
  height: 350px;
  color: white;
  text-shadow: black 0.3em 0.3em 0.3em;
 
}

.navbar {
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    background: rgba(0, 0, 0, 0); //NON-IE
  }

.navbar.scrolled {
   
    background: #01b0ff; //NON-IE
}

.nav.navbar-nav.navbar-right li a {
    color: black;
}

.navbar-default div.navbar-collapse
{
    border-top:none;
    box-shadow:none;
}

.carousel-caption {
  color: black;
}

.carousel-indicators li {
  background-color: #999 ;
  background-color: rgba(70,70,70,.25);
}

.carousel-indicators .active {
  background-color: #444 ;
}
