/** 
    Following code is used to keep the footer at the bottom of your screen
*/
.footer-margin{
        margin-top: 150px;
        color: #ffffff;
}

#footer {
    padding-bottom: 30px;
    padding-top: 30px;
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
    background-color: #b21010;
}

#holder {
    min-height: 100%;
    position: relative;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

/**
    Customize some elements in the footer
*/

#footer, #footer a {
    color: #ffffff;
}

#footer .fa {
    margin: 15px;
    color: #337ab7;
}

@media screen and (max-width: 768px) {
    #footer .fa {
        margin: 5px;
    }
}


.footer-text{
    text-transform: uppercase;
    font-size: 11px;
}
.footer-slash{
    margin-left: 5px;
    margin-right: 4px;
    color: #330000;
}