/*--------Footer---------------*/



.footer {

    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
    position: relative;
    margin-top: -100px;
    clear: both;
    
  }
  .hr_footer{
    background-color: white;
    width: 200px;
  }
  
  .page-footer{
    background-color: rgba(27, 27, 27, 0.897);
    margin-top: 40px;
    bottom: 0;
    width: 100%;
    color: white;
  
  }
  
  
  .page-footer a {
    text-decoration: none;
    color: white;
  }
  
  .page-footer a:hover{
    text-decoration: none;
    color: #0D7EFF;
  }
  .footer-copyright{
    background-color:rgba(27, 27, 27, 0.897);
    
  }



  
@media (max-width: 535px){

    .logo_footer{
      height: 60px;
    }

}
  /*-------End of footer----------*/
  