/*=================================FOOTER STYLING=====================================*/
     #footer{
/*               background: rgb(80,80,80);*/
               background: rgb(120,120,120);
           }
    .fa{
        color:white;
    }
    .foot-header{
        color:white;
    }
    .foot-links a{
        font-size:14px !important;
        line-height:20px !important;
        color:whitesmoke;
        text-decoration: none;
    }
    .foot-links a:hover{
        font-size:14px !important;
        line-height:20px !important;
        color:blue;
        background: white;
        padding:0px 8px;
        border-radius:8px;
        font-weight:bold;
        text-decoration: none;
    }
   #second-row-footer p{
        font-size:10px !important;
        line-height:10px !important; 
    }

            .bg-blackshade {
                background:black;
                color:white;
              
            }
            
            .foot-header{
               padding:10px 0px; 
            }
            .col-md-border:not(:last-child) {
                margin-top:5px;
                border-right:2px solid white;
            }
            .foot-header span {
                padding:0px 10px;
            }
              #second-row-footer{
                padding-top:5px;
                background: black;
                color:white;
            }
            .foot-icon {
              transition: width 2s,height 2s ease-in-out;   
                
            }
            
            .foot-icon:hover{
                cursor:pointer;
                padding:0px 5px;
                transform:scale(1.5,1.5);
                -webkit-transform: scale(1.5,1.5);
            }
            @media all and (max-width:900px){
                 .foot-header{
               padding:12px 0px; 
            }
                 .foot-header span {
                padding:0px 0px;
            }
            .col-md-border:not(:last-child) {
                /*margin-top:5px;*/
                border-right:0px ;
            }
            }