footer.footer {
    background-color: #6f7072;
}

footer.footer a{
    color: #FFF;
}

footer.footer p,
footer.footer figure {
    font-family: 'Roboto-Regular';
    margin: 0 !important;
}

footer.footer figure:not(:last-child) {
    padding-right: 10px;
}

footer.footer figure img {
    width: 20px;
}

.scrollToTop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 999;
}

@media (min-width: 320px) and (max-width: 768px) {
    .scrollToTop {
        right: 0;
    }

    .scrollToTop img {
        width: 25px;
        height: 25px;
    }
}