header {
    margin-bottom:100px;
}

#container-text {
    padding-bottom:65px;
}

.footer {
    position:fixed;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 50px;
    background-color: #222222;
    color:#fff;
}

.container .text-muted {
    margin: 20px 0;
    color:#fff;
}

.dropdown {
    padding-right:0px;
}

.dropdown a{
    padding-right:0px;
}