body {
    padding-top: 60px;
    padding-bottom: 40px;
}

.zf-green {
    color: #68b604;
}

.btn-success {
    background-color: #57a900;
    background-image: -moz-linear-gradient(top, #70d900, #57a900);
    background-image: -ms-linear-gradient(top, #70d900, #57a900);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
    background-image: -webkit-linear-gradient(top, #70d900, #57a900);
    background-image: -o-linear-gradient(top, #70d900, #57a900);
    background-image: linear-gradient(top, #70d900, #57a900);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background-color: #57a900;
}

div.container a.navbar-brand > img {
    display: inline;
    margin-right: 4px;
    margin-top: -2px;
}

header {
    background-image:  url(../assets/img/ashtray-book-condo-298842-sm.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.portfolio {
    background-image: url(../assets/img/staging.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2) {
    header {
        background-attachment: initial;
    }

    .portfolio {
        background-attachment: scroll;
        background-image: url(../assets/img/staging-sm.png);
    }
}

.shopLink a {
    color: rgb(33, 37, 41);

}

.shopLink a:hover {
    color: #fed136;
}