﻿
#FooterContainer {
    background-color: #710a2c;

}


#Footer {
    padding: 50px 10px;
    color: white;
}

    /*#Footer .row {
        overflow: hidden;
    }*/

    #Footer a {
        color: white;
        font-size: smaller;
    }

.border-right {
    border-right: 1px solid white;
}

.footer-col {
    display: flex;
    align-items: center;
    align-content: center;
}

/*.row.match-my-cols > [class*="col-"] {
    margin-bottom: -999px !important;
    padding-bottom: 999px !important;
}*/

#FooterLogo {
    width: 100%;
    padding: 40px;
}

.social-icon {
    width: 60px;
    padding: 5px;
}

@media only screen and (max-width: 991px) {
    .border-right, .border-bottom {
        border-right-color: transparent !important;
        border-bottom: 1px solid white;
    }

    .row.match-my-cols > [class*="col-"] {
        margin-bottom: 0 !important;
        padding: 30px !important;
    }

    #Footer p {
        margin: auto !important;
    }

    #FooterLogo {
        padding: 0px;
    }
}

@media only screen and (max-width: 500px) {

    .row.match-my-cols > [class*="col-"] {
        margin-bottom: 0 !important;
        padding: 20px 0px !important;
    }

    #FooterLogo {
        padding: 0px;
        margin: 0px;
    }
}
