footer p {
    position: fixed;
    left: 15px;
    bottom: 15px;
    z-index: 100;
}
.copy-right {
    font-size: 12px;
    font-family: opensanscondensed;
    color: #939393;
}
@media only screen and (min-width: 768px) {
    footer p {
        left: 25px;
        bottom: 25px;
    }
    .copy-right {
    }
}
@media only screen and (min-width: 992px) {
    footer p {
        left: 30px;
        bottom: 30px;
    }
    .copy-right {
        font-size: 14px;
    }
}
@media only screen and (min-width: 1200px) {
    footer p {
        left: 50px;
        bottom: 50px;
    }
    .copy-right {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1440px) {
    footer p {
        left: 65px;
        bottom: 65px;
    }
    .copy-right {
        font-size: 18px;
    }
}
@media only screen and (min-width: 1700px) {
    footer p {
        left: 82.5px;
        bottom: 82.5px;
    }
    .copy-right {
        font-size: 20.55px;
    }
}
@media only screen and (min-width: 2000px) {
    footer p {
        left: 100px;
        bottom: 100px;
    }
}
