.bigSeparate {
    width: 100%;
    height: 5px;
    background-color: black;
    margin-bottom: 10px;
    margin-top: 30px;
}


.footer-basic {
    padding:40px 0;
    background-color: lightgray;
    color:#4b4c4d;
    width: 100%;
    height: auto;
  }


  .footer-basic ul {
    padding:0;
    list-style:none;
    text-align: center;
    font-size:18px;
    line-height:1.6;
    margin-bottom:0;
    display: flex;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .footer-basic li {
    padding:0 10px;
    margin: auto;
  }

  .hr-list{
    margin: none;
    border: none;
  }
  
  .footer-basic ul a {
    color:inherit;
    text-decoration:none;
    opacity:0.8;
    margin-left: 1px;
    margin-right: 1px;
  }
  
  .footer-basic ul a:hover {
    opacity:1;
  }

  .list-inline-item{
    transition: transform 1s;
  }

  .list-inline-item:hover{
    transform: scale(1.1);
  }
  
  .footer-basic .social {
    text-align:center;
    padding-bottom:25px;
  }
  
  .footer-basic .social > a {
    font-size:24px;
    width:40px;
    height:40px;
    line-height:40px;
    display:inline-block;
    text-align:center;
    border-radius:50%;
    border:1px solid #312a2a;
    margin:0 30px;
    color:inherit;
    opacity:0.75;
    transition: transform 0.5s;
  }
  
  .footer-basic .social > a:hover {
    opacity:0.9;
    transform: scale(1.1);
  }
  
  .footer-basic .copyright {
    margin-top:15px;
    text-align:center;
    font-size:13px;
    color:#312a2a;
    margin-bottom:0;
  }

  @media (max-width:430px)
  {
    .footer-basic ul{
        flex-direction: column;
    }
  }