.top_footer {
    min-height: 318px;
}

footer {
    background: var(--background);
    color: var(--text);
    border-top: 2px solid var(--primary);
}

footer p {
    margin: 0;
}

footer a {
    color: #D3D3D3;
}


footer .top_footer {
    padding: 40px 0 0;
    background: url('../images/black.png');
    background-size: cover;
    border-top: 2px solid var(--primary);
    background: #f0f0f0;
}

footer .container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
}

footer .block .top {
    border-bottom: 3px solid var(--primary);
}

footer .block .icon {
    text-align: center;
}

footer .block .icon .svg svg {
    display: inline-block;
    background: var(--primary);
    height: 70px;
    line-height: 70px;
    width: 70px;
    padding: 20px;
}

footer .block .icon .svg {
    color: #FFF;
    font-size: 40px;
    margin-bottom: 20px;
    display: inline-block;
}

footer .block .icon span {
    display: block;
    color: var(--primary);
    padding: 10px 0 18px;
    font-size: 16px;
    /* font-family: 'BioRhyme', serif; */
    text-transform: uppercase;
}

footer .block .bottom {
    padding: 22px 0 0;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 1px;
}

footer .block .bottom a {
    text-decoration: none;
}

footer .block.social .bottom {
    text-align: center;
}

footer .block.social .bottom a {
    display: inline-block;
}

footer .block.social .bottom {
    font-size: 35px;
    margin: 0 3px;
}

footer .block.social .bottom i {
    margin: 0 3px;
}

footer .block.social .bottom .fa-facebook-square:hover {
    color: #4267B2;
}

footer .block.social .bottom .fa-twitter-square:hover {
    color: #329CC3;
}

footer .block.social .bottom .fa-youtube-square:hover {
    color: #FF0000;
}

footer .bottom_footer {
    margin-top: 10px;
    background: var(--primary);
    text-align: center;
    padding: 5px 0;
    color: #FFF;
    min-height: 30px;
}

footer .depth-1 {
    margin-left: 20px;
}

.top_footer{
    overflow: hidden !important;
}

.bottom_footer_info {
    text-align: center;
    border-top: 3px solid var(--primary);
    padding: 5px;
  }

.bottom_footer > .left{
    float: left;
    padding-left: 5%;
}

.bottom_footer > .right{
    float: right;
    padding-right: 5%;
}