p, li, b, a, span
{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
	color:#3b3b3b;
}
h1,h2,h3,h4,h5
{
	font-family: 'Roboto Slab', serif;
}
h1
{
	font-size:36px;
	font-weight:700px;
}
h5
{
	font-family: 'Roboto Slab', serif;
	font-weight:400;
	font-size:18px;
	color:#3b3b3b;
}

.nm-menu li a {
   
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    color: #152553;
}
.nm-footer-bar
{
	display:none;
}
.nm-footer-widgets-inner
{
	text-align:left;
}
.nm-footer-widgets-inner li  {
	display: inline-block;
}
.nm-footer-widgets-inner p, .nm-footer-widgets-inner li a {
    font-size: 15px;
    color: white;
    
}


  .nm-footer-widgets {
    padding: 15px 0 0px 0px;
}

.nm-footer-widgets-inner .nm-footer-block-grid > li {
    padding: 0 0px 0px 0px;
}

.menu-footer-menu-container li a {
    background:url(images/seperator.png) no-repeat center right;
    margin-right: 5px;
    padding-right: 7px;
}
.menu-footer-menu-container li:last-child a
{
	background:none;
}
.nm-footer:after {
    background: url(/wp-content/uploads/2018/10/footer-logo.png) no-repeat;
    content: '';
    /* display: block; */
    width: 190px;
    height: 60px;
    position: absolute;
    left: auto;
    right: 0;
    top: -59px;
}