﻿/* ROCC stylesheet override */
body {
    background-image: url(../Content/themes/nihe/background.jpg);
}

.rocc-banner-logo {
    background-image: url(../Content/themes/nihe/logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

    margin-top: 10px;
}

