.container-header {
background-color: #fff;
background-image: none;

box-shadow: 0px 10px 21px 0px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 10px 21px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 10px 21px 0px rgba(0,0,0,0.3);
}
.container-header .container-nav {
  padding-bottom: 0em;
}

.container-header .mod-menu {
color:#000;
}

.page-header { margin: 25px 0;}

.footer {
  color: #91929C;
  background-color: #2E373C;
  background-image: none;
  margin-top: 1em;
}
.footer h4 {color:#fff;}

.b-divider {
        width: 100%;
        height: 3rem;
        background-color: #0000001a;
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em #0000001a, inset 0 .125em .5em #00000026
}