.header {
  background-image: linear-gradient(135deg,#000 0,#000 100%);
}

.container-header {
background: #fff;
}

.container-nav {
background: #000000;
}

.container-footer {
background: #000000;
}

.footer .grid-child {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    justify-content: space-between;
    padding: 1.0rem .5em;    
}

.btn-primary {
    background-color: #000000;
    border-color: #000000;
}

.footer .mod-menu {flex-direction: row !important;}
.footer .mod-list li {padding: 0.25em 10px !important;}
}

