footer {
    align-items: flex-start;
    padding: 1rem;
    background:  grey;
    border-top: solid #000000;
    color: #e0e0e0;
}

.footer-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer > div {
    flex:1;
    padding: 0 1rem;
    box-sizing: border-box;
}

footer h4 {
    margin: 0 0 0.5rem;
}


#footerSection {
    margin: auto;
    background-color: #ff0000 ;
    color: #e0e0e0;
}

.footer-section {
    display: inline;
    float: left;
    margin: 0 .83333333%;
}

.footer-bottom-bar {
    width: 100%;
    color: #eee;
    font-size: 0.9rem;
    display: flex;
    margin: 0;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-bottom-bar p {
  margin: 0.2rem 0;
}
.footerBase {
  text-align: center;
  font-size: 0.85rem;
  color: #aaa;
  padding: 1.5rem 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 2rem;
}
.footer-credits {
    position: absolute;
}

.hr-bottom-footer {
    width: 100%;
    background: linear-gradient(to right, transparent, #ccc, transparent);
    margin-top: 2rem;
    margin-bottom: 1rem;
    border: none;
    height: 1px;
}

/*
.vertical-hr {
    width: 1px;
    height: auto; 
    background-color: black; 
    border: none;
    margin: 0 10px; 
}
*/ 