body {
  font-family: "Lato", sans-serif;
  background-image: url('images/bg.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
}

.sidenav {
  height: 100%;
  width: 160px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 220px;
}

.sidenav a {
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.padding {
  padding: 0px 8px 12px 8px;
}

.navicon {
    float: left;
    color: #818181;
    font-size: 14px;
    margin-right: 3px;
    width: 35px;
    text-align: center;
}

.navicon:hover {
  color: #f1f1f1;
}

.selected {
  text-decoration: none;
  font-size: 20px;
  color: #f1f1f1;
  display: block;
  padding: 0px 8px 12px 8px;
}

.main {
  text-align: center;
  font-size: 20px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

/*.main {
  margin-left: 160px; /* Same as the width of the sidenav */
  font-size: 20px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}*/
