
.footer-distributed {
    bottom: 0;
    flex-grow: 1;
    box-sizing: border-box;
    width: 80vw;
    text-align: center;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
    display: inline-block;
    vertical-align: top;
}

.footer-distributed .footer-center {
    width: 30%;
}

.footer-distributed .footer-center i {
    margin-left: 0;
}

.footer-distributed .footer-center p {
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
}

.footer-distributed .footer-center p span {
    display: block;
    font-weight: normal;	
    line-height:2;
}

.footer-distributed .footer-left {
    width: 30%;
}

.footer-distributed .footer-links {
    color:  #424240;
    margin: 20px 0 12px;
}

.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color:  inherit;
}

.footer-distributed .footer-right {
    width: 35%;
}

@media (max-width: 991px) {

     .footer-distributed .footer-left,
     .footer-distributed .footer-center,
     .footer-distributed .footer-right {
          display: inline-block;
          width: 100%;
          margin: .2vw;
          text-align: center;
}

     .footer-distributed .footer-links {
          margin: 1em 0 1vh;
}
}

@media(max-width: 740px) {
     .footer-distributed .footer-left,
     .footer-distributed .footer-center,
     .footer-distributed .footer-right {
          display: inline-block;
          width: 100%;
          margin: .1vw;
          text-align: center;
          font-size: 80%;
}

     .footer-distributed .footer-links {
          margin: 2em 0 2vh;
}
}

@media(max-width: 415px) {
     .footer-distributed .footer-left,
     .footer-distributed .footer-center,
     .footer-distributed .footer-right {
          display: inline-block;
          width: 100%;
          margin: .1vw;
          text-align: center;
          font-size: 80%;
}
     .footer-distributed .footer-links {
          margin: 2em 0 2vh;
}
}





