.cf-prg-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.cf-prg-bg {
    background-size: cover;
    background-position: center center;
    position: relative;
    width: 100%;
    float: left;
}

.cf-prg-bg-section {
    background: rgba(0, 0, 0, 0.05);
}

#cf-prg-footer {
    padding: 5em 0;
    clear: both;
    bottom: 0 !important;
}
@media screen and (max-width: 768px) {
    #cf-prg-footer {
        padding: 3em 0;
        bottom: 0 !important;
    }
}

#cf-prg-footer {
    position: relative;
    bottom: 0 !important;
}
#cf-prg-footer h3 {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #666;
}
#cf-prg-footer .cf-prg-footer-links {
    padding: 0;
    margin: 0;
}
#cf-prg-footer .cf-prg-footer-links li {
    padding: 0;
    margin: 0;
    list-style: none;
}
#cf-prg-footer .cf-prg-footer-links li a {
    color: #666;
    text-decoration: none;
}
#cf-prg-footer .cf-prg-footer-links li a:hover {
    text-decoration: underline;
}
#cf-prg-footer .cf-prg-widget {
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
    #cf-prg-footer .cf-prg-widget {
        text-align: left;
    }
}
#cf-prg-footer .cf-prg-widget h3 {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
#cf-prg-footer .copyright .block {
    display: block;
}
.link-dark {
    color: #666 !important;
}
.link-dark:hover {
    text-decoration: none !important;
}