.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #a9e57a;
  background-color: transparent;
}



.navbar a{
    font-family: Trajan;
    color: #fff;
}




.footer {
	height: 60px;
	background-color: #F8F8F8;
}
h1 {
    font-family: Trajan;
    font-weight: 500;
}

h2 {
    font-family: Trajan;
    font-weight: 500;
}

h3 {
    font-family: Trajan;
    font-weight: 500;
}

h4 {
    font-family: Trajan;
    font-size: 125%;
}
h5{
    font-family: Trajan;
}
h6{
    font-family: Trajan;
}
p2 {
	font-size: 125%;
}

ul.list-unstyled li{
  padding-top: 3px;
  font-size: 90%;
}


button.btn.btn-judd {
	background-color: #79aadb;
	border-color: #7e7e7e;
	font-family: Trajan;
}


.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.container2 {
    width: 900px;
    margin-left: ;
    margin-right: ;
  
}

.officers {
    width: 225px;
    background-color:  ;
    border: ;
    padding: ;
    border: ;
}

.everyoneElse {
    width: 500px;
    background-color: ;
    border:  ;
    padding: ;
}

.navbarName {
  color: #ffffff;
}

.descBox {
    position: absolute;
    bottom: 30px;
    height: 125px;
    width: 225px;
    color: white;
    background-color: rgba(126,126,126,0.4);
      transition: all linear 0.5s;
 
}

.descBox :hover {
    transform: rotate(360deg);
}

.testCheck {
  transition: all linear 0.5s;
  background-color: lightblue;
  height: 100px;
}

.ng-hide {
  height: 0;
}


 .slider {
  max-width: 900px;
  height: 600px;
  margin: 20px auto;
  position: relative;
}
.slide1,.slide2,.slide3,.slide4,.slide5 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.slide1 {
  background: url(img/nyse1920s.jpg)no-repeat center;
      background-size: cover;
    animation:fade 16s infinite;
-webkit-animation:fade 16s infinite;

} 
.slide2 {
  background: url(img/nyseEmpty1950s.gif)no-repeat center;
      background-size: cover;
    animation:fade2 16s infinite;
-webkit-animation:fade2 16s infinite;
}
.slide3 {
    background: url(img/nyse1980s.jpg)no-repeat center;
      background-size: cover;
    animation:fade3 16s infinite;
-webkit-animation:fade3 16s infinite;
}
.slide4 {
    background: url(img/nyseToday.jpg)no-repeat center;
      background-size: cover;
    animation:fade4 16s infinite;
-webkit-animation:fade4 16s infinite;
}
@keyframes fade
{
  0%   {opacity:1}
  25% { opacity: 0}
  50% {opacity: 0}
  75% { opacity: 0}
  100% { opacity: 1}
}
@keyframes fade2
{
  0%   {opacity:0}
  25% { opacity: 1}
  50% { opacity: 0}
  75% { opacity: 0}
  100% { opacity: 0}
}
@keyframes fade3
{
  0%   {opacity:0}
  25% { opacity: 0}
  50% { opacity: 1}
  75% {opacity: 0}
  100% { opacity: 0}
}
@keyframes fade4
{
  0%   {opacity:0}
  25% { opacity: 0}
  50% { opacity: 0}
  75% {opacity: 1}
  100% { opacity: 0}
}