
.footer {
    float: left;
    background-color: rgb(0, 120, 20);
    padding-top: 10px;
    padding-bottom: 20px;
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: 0;
}

.footer ul {
    list-style-type: none;
}

.footer p {
    font-size: 16pt;
    text-align: left;
    float: left;
}

.footer .footer_links {
    font-size: 16pt;
    float: left;
}

.footer .media {
    float: right;
    margin-top: 2vh;
    margin-right: 5vw;
}

.footer img {
    width: 50px;
}