﻿
.footerlinks
{
      color:#ffffff;
   text-decoration: none ¦ important;
    }
    .footerlinks:hover 
    {

       color: Yellow;
    }
 #footer1 
 {
     background: #762b00;
     
     }  
#footer2 
{
    background:yellow;
    }
.dropdown-menu dropright {
    display: block;
}

@media screen and (min-width:769px) {
    .dropend:hover > .dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
       
    }

}
