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