.bg-color-1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F5F251), to(#B8B00A));
    background-image: linear-gradient(-180deg, #F5F251 0%, #B8B00A 100%);
}

.bg-color-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1D9FE7), to(#0860C1));
    background-image: linear-gradient(-180deg, #1D9FE7 0%, #0860C1 100%);
}

.nav-container div {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F5F251), to(#B8B00A));
    background-image: linear-gradient(-180deg, #F5F251 0%, #B8B00A 100%);
}

.header-bg {
    background-image: url(../../img/backgrounds-min/jagged-header-min.png);
}

.header-blog,
.stats,
footer,
.video,
.call-to-action {
    background-image: url(../../img/backgrounds-min/jagged-min.jpg);
}

@media (max-width: 768px) {
    .header-bg {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 238, 238, 0.00)), to(rgba(216, 216, 216, 0.00)));
        background-image: linear-gradient(-180deg, rgba(238, 238, 238, 0.00) 0%, rgba(216, 216, 216, 0.00) 100%);
    }
    header {
        background-image: url(../../img/backgrounds-min/jagged-min.jpg);
        background-position: center;
    }
}
