#HeaderSection .navbar a
{
    background: none;
    color: rgb(8, 44, 19);
    
}
#HeaderSection .navbar
{
    border-bottom: rgb(255, 153, 0) 5px solid;
    border-top-color: rgb(12, 58, 12) 5px solid;
        
    
}
#HeaderSection a:hover
{
    color: goldenrod;
    
}
#html {
    width: 100%;
    
}
#SideBar a
{
    text-decoration: none;
}

#SideBar p
{
    background: #690808;
    color: white;
    padding: 0px;
    
}

#MainSection h5
{
    text-decoration: none;
    color: rgb(3, 85, 3);
    
}
#MainSection
{
    width: 100%;
    margin-top: 0%;
}
#MainSection p
{
    font-family: 'Times New Roman', Times, serif;
    font-size: large;
}
#MainSection a:hover
{
    color: goldenrod;
}


.footer-top .container
{
    background-color: rgb(4, 48, 10);
    color: blanchedalmond;

}
.footer-top p
{
    color: rgb(211, 148, 54);
}
.segment-two ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.segment-two ul li a{
    text-decoration: none;
    color: ivory;
}
.segment-three ul{
    margin: 0;
    padding: 0;
    list-style: none;
    
}
.segment-three ul li a{
    text-decoration: none;
    color: ivory;
}
.segment-one h3{
    color: rgb(241, 132, 7);
   
}
.segment-two h2{
    color: rgb(241, 132, 7);
   
}
.segment-three h2{
    color: rgb(241, 132, 7);
   
}
.segment-four h2{
    color: rgb(241, 132, 7);
   
}

.segment-four a{
    background: 494848;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;

}
.segment-one{
    color: ivory;
  }
  .segment-two{
    color: ivory;
  }
  .segment-three{
    color: ivory;
  }
  .segment-four a{
    color: ivory;
    text-decoration: none;
  }
  .footer{
    background-color: rgb(3, 51, 3);
         
  } 
  .navbar-brand img {
      height: 100px;
      width: auto;
  } 