.text-white {
    color: white;
}

.bg-black {
    background-color: black;
}

.footer-social-link a {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    margin-right: 10px;
    color: #777777;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #dedede;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

@media only screen and (max-width: 767.98px) {
    .text-right {
        text-align: center;
    }
  }