body .main {
    background: #001559;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

body .home .main {
    background: url('../img/goldengift-bg.jpg') center right no-repeat #001559;
    background-size: auto 100%;
    background-attachment: fixed;
}

body .home .main:after {
    content: '';
    position: fixed;
    top: 50%;
    right: 0;
    width: 50%;
    height: 600px;
    background: url('../img/goldengift-logo.png') center no-repeat;
    background-size: contain;
    margin-top: -300px;
}

.main .content h1, .main .content h2, .main .content h3, .main .content h4 {
    color: #d4c07a;
}

.main .content .btn {
    background: linear-gradient(to right, #a88647, #f5eca1);
    color: #000;
}

form .invoice-number button#add-field {
    background: #7dc1fb;
}

header, footer {
    position: relative;
    z-index: 5;
    background: #fff;
}

@media screen and (max-width: 1200px) {
    body .home .main {
        background: #001559;
        padding-top: 310px;
    }
    
    body .home .main:after {
        position: absolute;
        margin-top: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 300px;
    }
}