/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    background-color: #25395a;
    /* Sticky-footer : Margin bottom by footer height */
    margin: 60px 0;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Sticky-footer : Set the fixed height of the footer here */
    height: 60px;
    background-color: #25395a;
    border-top: 1px solid;
    border-color: #B5D1FF;
    box-shadow: 2px 0 1px #9c9c9c;
    color: #ffffff;
}


/* Custom navbar styles
-------------------------------------------------- */
.navbar-default {
    background-color: #25395a;
    border-color: #B5D1FF;
    /* offset-x | offset-y | blur-radius | spread-radius | color */
    box-shadow: 0 2px 1px #9c9c9c;
}

.navbar-default .navbar-nav>.active>a{
    color: #eeeeee;
    background-color: #5481CC;
}

.navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    color: #eeeeee;
    background-color: #69A1FF;
}


.navbar-default .navbar-nav>li>a, .navbar-default .navbar-brand, .navbar-default .navbar-brand:hover {
    color: #ffffff;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #eeeeee;
    background-color: #69A1FF;
}

.img-center {
    margin: 0 auto;
}

body> .container{
    margin-top: 60px;
}

ul{
    padding-left: 50px;
}