footer[block] {
    background: var(--head);
    border-top:3px solid var(--accent);
    padding: 30px var(--_p);
    color: #ccc !important;
    line-height: 2;
    z-index: -2;
    /*position: absolute;*/
    bottom: 0;
    left: 0;
    right: 0;
    height:250px;
}
#empty-space {
    height:250px;
    display:block;
    position: absolute;
}


footer {
    font-family: 'Roboto' , sans-serif;
}
footer * {
    text-align: left;
}
footer .row {
    text-align: center;
}
footer a {
    color: #f1f1f1;
}
footer a:hover {
    color: white;
}

#footer_icons img {
    margin:10px 5px;
    cursor:pointer;
}

.bold-small
{
    text-transform: uppercase;
    color:white;
    font-size:20px;
    font-weight: bold;
}
footer .footer-links a {
    text-transform: uppercase;
    text-decoration: none;
}

#footer_low {
    margin-top:-5px;
}
.footer-links {
    margin-top: 36px;
}
footer h2 {
      font-size: 1.75rem;
}
