body {
    padding-top: 30px;
    background-color: #000;
}

#cc-background-gradient {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;   
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #000000),
        color-stop(1, #784218)
    );
    background-image: -o-linear-gradient(bottom, #000000 0%, #784218 100%);
    background-image: -moz-linear-gradient(bottom, #000000 0%, #784218 100%);
    background-image: -webkit-linear-gradient(top, #000000 0%, #784218 100%);
    background-image: -ms-linear-gradient(bottom, #000000 0%, #784218 100%);
    background-image: linear-gradient(to bottom, #000000 0%, #784218 100%);
}

#cc-background-image.cc-background-image-desktop {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1997px;
    height: 1073px;
    background-image:url('../img/black-tower2.png');
    background-repeat: no-repeat;
    background-position: center top;
    z-index: -1;   
}

#cc-postmans-logo {
    padding-bottom: 20px;
}

.cc-social-link {
    width: 67px;
    height: 67px;
    margin-bottom: 5px;
    display: block;
}

.cc-social-link-horizontal {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
}

.cc-content p {
    text-align: justify;
    font-weight: bold;
}

.cc-content-image {
    margin-bottom: 15px;
    display: block;
}

#cc-footer {
    color: #fff;
    position: absolute;
    bottom: 0;
}

@media (max-width: 767px) {
    #cc-footer {
        position: inherit;
        padding-top: 30px;
    }

    .cc-social-link {
        width: 50px;
        height: 50px;
    }
}
