* {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.footercontainer {
    background-image: url("qufooter.png");
    object-fit: fill;
}
.footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 1rem;
    padding-top: 30px;
    padding-right: 20px;
    margin-top: 50px;
    background-size: cover;
    max-width: 1275px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}

.footerleft {
    color: #ffffff;
    padding-left: 2rem;
    max-width: 360px;
    padding-right: 2rem;
}

.footerleft h2 {
    color: #ffffff;
    font-size: 2rem;
    padding-bottom: 0rem;
    margin-bottom: .5rem;
}

.footerleft h3 {
    color: #ffffff;
    font-weight: 400;
    margin-top: 0rem;
    padding-top: 0rem;
}

.footerimage img {
    max-width: 100px;
}
.footersocial {
    margin-top: 1rem;
    padding-top: 1rem;
}

.footerright {
    margin-left: auto;
    color: #ffffff;
    text-align: start;
    display: flex;
    flex-direction: row;
    padding-bottom: 30px;
}

.footercolumn {
    width: 100px;
}
.footerright h2 {
    color: #ffffff;
    margin-bottom: 6px;
}

.footerright h3 {
    color: #ffffff;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 14px;
}

@media screen and (max-width: 680px) {
    .footer {
        flex-wrap: wrap-reverse;
        flex-direction: column-reverse;
    }
    
    .footerleft {
        margin-right: auto;
    }

    .footerright {
        margin-left: auto;
        margin-right: auto;
    }
}