/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


.main-footer{
    bottom: 0px;
    margin: 0;
    position: fixed;
    display: none;
    width: 100%;
    height: auto;
}

.large-main-footer{
    bottom: 0px;
    margin: 0;
    position: fixed;
    display: none;
    width: 100%;
    height: auto;
}


.footer-container{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}


.footer-col{
    width: 190px;
    height: auto;
    box-sizing: border-box;
    padding: 0px 20px 20px 20px;
    text-align:  center;
}

.footer .footer-col h3{
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 17px;
    padding: 20px 0px 5px 0px;
    font-weight: normal;
}

.footer-link{
    margin-top: 15px;
    display: block;
}

.footer-col a{
    text-decoration: none;
}


.footer-link h5{
    margin-top: 10px;
}
