﻿body {
}
/* Remove the navbar's default margin-bottom and rounded borders */ 
.navbar {
    margin-bottom: 0;
    border-radius: 0;
}/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content {
    overflow:hidden;
}
/* Set gray background color and 100% height */
.sidenav {
    padding-top: 20px;
    background-color: #f1f1f1;
    /*height: 100%;*/
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
.footer {
    background-color: #2f2f2f;
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;    
}
.footer a:link {
    color: #ffffff;
}
.footer a:visited {
    color: #ffffff;
}
.footer a:hover {
    color: #fab031;
}
.footer a:link {
    color: #ffffff;
}
/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
    .sidenav {
        height: auto;
        padding: 15px;
    }
    .row.content {height:auto;} 
}
