p{
    color: #999;
    line-height: 25px;
}
h2,h3{
    color: #fff;

}
h2{
    font-size: 18px;
}
.footer-top{
    background-color: #111;
    padding: 80px 0;
}
.segment-one h3{
    font-family: 'Courier New', Courier, monospace;
    color: #fff;
    letter-spacing: 3px;
    margin: 10px 0;

   
}
.segment-two h2{
    font-family:'Courier New', Courier, monospace;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    
   
}
.segment-two h2::before{
    content:'|' ;
    color: rgb(195, 21, 21);
    padding-right: 10px;
}
.segment-two ul{
     margin: 0;
     padding: 0;
     list-style: none;
}
.segment-two ul li{
    border-bottom: 1px solid rgba(225,225,225,0.3);
    line-height: 15px;
}
.segment-two ul li a{
    color: #999;
    text-decoration: none;
    font-size: 10px;
}
.segment-three h2{
    color: #fff;
    font-family: 'Courier New', Courier, monospace;
    text-transform: none;
}
.segment-three h2::before{
    content:'|' ;
    color: rgb(195, 21, 21);
    padding-right: 10px;
}
.segment-three a{
    background: #494848;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;

}
.segment-three li{
   font-size: 20px;
   color: #fff;
   padding: 10px 12px;

}.segment-four h2{
    color: #fff;
    font-family: 'Courier New', Courier, monospace;
}
.segment-four h2::before{
    content:'|' ;
    color: rgb(195, 21, 21);
    padding-right: 10px;
}
.footer-bottom-text{
    text-align: center;
    background-color: black;
    line-height: 75px;
}
.segment-four a{
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-weight: 1px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
    
}
.carousel-inner{
    height: 560px;
 }
 .item.next .carousel-caption {
    opacity: 0;
}

.carousel-caption {
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}