body {
    padding-top: 5%;
    padding-bottom: 5%;
    height: 100%;
    background: url("./../bg3.jpg") no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.theme-dropdown .dropdown-menu {
    position: static;
    display: block;
    margin-bottom: 20px;
}

.theme-showcase > p > .btn {
    margin: 5px 0;
}

.icon-span {
    padding-right:10px;
}


