
footer.footer, .panel-1000 {
    background-color: #2C2C2C;
    font-size: 1vw;
}
.footer .container {
    font-size: 1vw;
    text-align: left;
}
.footer .container .row:first-of-type {
    padding-left: 10vw;
}
.footer ul {
    text-align: left;
}
.footer h5 {
    font-size: 16px;
    margin-bottom: 10px;
}

.footer p {
    margin: 5px 0;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .social-icon {
    font-size: 20px;
    margin: 0 10px;
}

.footer-bottom {
    border-top: 1px solid #444;
    padding-top: 10px;
    margin-top: 20px;
}
.footer .footerlogobox {
    margin-bottom: -10px;
    margin-top: -10px;
}
.footer .footerlogo {
    width: 140px;
    height: auto;
    margin-left: -5px;
}

@media (max-width: 900px) and (orientation: portrait) {
    .footer .container {
        font-size: 5vw;
    }
}
