html {
    background: url('../images/landing-page-background.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.footer-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.red-bg {
    background-color: #c0392e;
    color: #FFF;
    font-size: 13px;
    text-align: center;
}
.red-bg p {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}
.btn-landing {
    border-top: 10px solid #363535;
    background: rgb(54, 53, 53);
    background: rgba(54, 53, 53, .85);
    text-align: center;
    padding-bottom: 25px;
    padding-top: 13px;
}
.btn-landing:hover {
    border-top: 10px solid #363535;
    background: rgb(54, 53, 53);
    background: rgba(54, 53, 53, 1.0);
    text-align: center;
    padding-bottom: 25px;
    padding-top: 13px;
}
.btn-holder {
    padding-right: 1px;
}
.btn-holder-last {
    padding-right: 0px;
}