/* entire footer(container) */
.matias-footer{
    margin: auto!important;
  padding: 6% 15% 6% 15%;
    background-color: #608bbc!important;
}
/* social media icons */
.matias-footer i{
  margin-left: 8px;
  margin-right: 10px;
}

/* divider */
.matias-footer hr{
background-color: white;
font-size: 2px;
}

/* info list */
.matias-footer li{
list-style: none;
font-weight:500;
font-size: 18px;
}

/* list padding */
.matias-footer ul{
padding:15px;
}

/* footer text */
.matias-footer *{
    color: white!important;
     text-align: left;
}

/* logo */
.matias-footer img{
    width: 200px;
    height: auto;
}

