.container-header .navbar-brand img
{
	width: 100%;
	min-width: 100%;
	display:inline-block;
	margin: 0 auto;
	filter: drop-shadow(2px 4px 6px blue);
}

.site-grid
{
	background: #efefef;
}

body
{	
	background-image: url('http://ni.kittmaster.com/images/NI-Background.jpg');
}

.container-header .site-description
{
    color: #0088cc;
	font-size: 1.2rem !important;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
}

.container-header .mod-menu > li > a, .container-header .mod-menu > li > span
{
    color: #0088cc;
}

.container-header .grid-child
{
	background: #efefef;
}

.container-header .mod-menu
{
	padding: 0.5em;
}

.container-header .mod-menu > li.active::after, .container-header .mod-menu > li:hover::after {

    background: blue;
}

.container-header .mod-menu > li::after {
    position: absolute;
    right: 50%;
    bottom: 0;
    left: 50%;
    display: block;
    height: 2px;
    margin: auto;
    content: "";
    background: transparent;
    opacity: .2;
    transition: all 0.2s ease, background-color 0.2s ease;
}

.wrapper .container
{
    background-color: #c9c9c9;
}