#footer {
 color: white;
 color: #707070;
 padding: 2em 1.5em 1em 1.5em;
 margin: 0;
 min-width: 100%;
 overflow: hidden;
 -webkit-flex-shrink: 0;
 -ms-flex-negative: 0;
 flex-shrink: 0;
 flex-wrap: wrap;
}

.footer-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 15px;
    padding-right: 15px;
    font-size: small;
}
.footer-content a {
    color: #f8981d; /* orange */
    color: #4d90fe; /* blue */
    font-weight: bold;
}

.footer-content .copyright {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: auto;
}

.footer-content .footer-logo {
    margin-left: auto;
    margin-top: auto;
}
.footer-content .footer-logo a {
    border: none;
}
.footer-content .footer-logo img {
    width: 36px;
    height: auto;
    margin: 0 5px;
}
.no-hover:hover{
    text-decoration: none;
}
.no-hover:active{
    text-decoration: none;
}
.no-hover:focus{
    text-decoration: none;
}

@media
only screen and (max-width: 800px){
    .footer-content .footer-logo img {
        margin-top: 0.5em;
    }
}
