/* your styles go here */
.text-blue { color: #003366;}
.photo-gallery img{  
	height: 200px; }
.photo-gallery img:hover{  
	transform: scale(2, 2);
}
.glow a {
  text-decoration: none;
  color: #fff;
  text-shadow: 0 0 20px #ff3333, 0 0 30px #ff3333, 0 0 40px #ff3333, 0 0 50px #ff3333
}
.glow a:hover {
  font-size: 80px;
  color: #ff3333;
    text-shadow: 0 0 10px white, 0 0 20px white, 0 0 30px white, 0 0 40px white, 0 0 50px white; 0 0 60px #white;
}

@media (min-width: 576px)
{
.navbar-nav > li {
  float: left;
  position: relative;
}
.navbar-light .navbar-nav .active a::after {
  border-bottom: 5px solid #ff3333;
  bottom: -25px;
  content: " ";
  left: 0;
  position: absolute;
  right: 0;
}
	}