
html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 80px;

}
.navbar-static-bottom {
    position:absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
}
.navbar {
    margin-bottom: 20px;
    padding:5px;
}
.navbar-custom {
    background-color: #232f66;
}
