.jumbotron .container {
  background: #3B4BA1;
}

#slideshow IMG {
  position:absolute;
  top:0;
  left:0;
  z-index:8;
  opacity:0.0;
  width:100%;
  height:100%;
}

#slideshow IMG.active {
  z-index:10;
  opacity:1.0;
  width:100%;
  height:100%;
}

#slideshow IMG.last-active {
  z-index:9;
  width:100%;
  height:100%;
}

#slideshow #invis {
	max-width: 100%;
	visibility: hidden;
	position: relative;
	z-index: -100;
}

#slideshow-controls {
  display: none;
  opacity: 0.0;
}

.tagline a:link {
    color: #DDD;
}

.tagline a:visited {
    color: #DDD;
}

.tagline a:hover {
    color: #DDD;
}

.tagline a:active {
    color: #DDD;
}

.tagline-right a:link {
    color: #DDD;
}

.tagline-right a:visited {
    color: #DDD;
}

.tagline-right a:hover {
    color: #DDD;
}

.tagline-right a:active {
    color: #DDD;
}
