/**
 * Name: Mercylyn Wiemer (10749306)
 * Course: Data Processing
 * Date: 18-05-2018
 *
 * Linked-views: Better Life Index 2016 (Life expectancy, air pollution, water quality
 * and self-reported health).
 * https://www.w3schools.com/bootstrap/bootstrap_templates.asp
 */

/* Set black background color, white text and some padding */
footer {
    background-color: #6baed6;
    text-align: center;
    color: white;
    padding: 15px;
}

/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content {height: 450px}

/* Set gray background color and 100% height */
.sidenav {
    padding-top: 20px;
    background-color: #f1f1f1;
    height: 100%;
}
