﻿

.footer-rect {
    width: 100%;
    min-height: 40px;
    background-color: #FFFFFF;
    position: relative;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-text {
    position: relative;
    padding-right: 100px;
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: middle;
    font-family: 'roc-grotesk', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 8px;
    line-height: 12px;
    text-align: right;
    color: #000000;
}
.a:link, .a:visited {
    color: #3EC0FB;
    text-decoration:underline;
}

@media only screen and (max-width: 992px) {

    .footer-rect {
        justify-content: center;
    }

    .footer-text {
        padding-right: 0px;
        text-align: center;
    }
}

@media only screen and (max-width: 576px) {

    .footer-text {
        font-size: 10px;
        line-height: 14px;
        padding-right: 20px;
    }
}
