.navbar-top-bg
{
    background-color: white;
    box-shadow: 0px 3px #8029cd;
}

.navbar-footer-bg
{
    background-color: #180E25;
    box-shadow: 0px -3px #63209E;
}

.fullscreen-video
{
    width: 100%;
}

.product-overlay
{
    position: relative;
    width: 100%;
    z-index: 1;
}

.title-row
{
    background-color: #2E1A47;
    width: 8vw;
    height: 0.16vw;
    margin-right: 5vw;
    margin-left: 5vw;
}

.title-row.white
{
    background-color: white;
}