﻿/* sandbox / dev site overrides */
.navbar-nav.bg-gradient-primary
{
    background-color: #e7185a;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #e7185a), to(#b51246));
    background-image: linear-gradient(180deg, #e7185a 10%, #b51246 100%);
    background-size: cover;
}


body.bg-gradient-primary
{
    background-color: #e7185a;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #e7185a), to(#b51246));
    background-image: linear-gradient(180deg, #e7185a 10%, #b51246 100%);
    background-size: cover;
}
