body {
  font-family: "Helvetica", sans-serif;
}

/* The side navigation menu */
.sidenav {
  margin: 0;
  padding-top: 20px;
  font-family: "Helvetica", sans-serif;
  width: 200px; /* Same as main.margin-left */
  background-color: #FFFFFF;
  position: fixed;
  height: 100%;
  overflow: auto;
}

/* Sidebar JJ Name */
.sidenav b {
  padding-left: 30px;
}

/* Sidebar links */
.sidenav a {
  display: block;
  font-size: 14px;
  color: #000000;
  padding: 6px 6px 6px 30px;
  text-decoration: none;
}

/* Links on mouse-over */
.sidenav a:hover {
  color: #909090;
}


/* Hide the link that should open and close the topnav on small screens */
.sidenav .icon {
  display: none;
  color: #000000;

  position: absolute;
  right: 0;
  top: 0;
  padding-top: 20px;
  padding-right: 20px;
}

/* Page content. The value of the margin-left property should match the value of the sidebar's width property */
div.main {
  font-family: "Lucida Bright", serif;
  margin-left: 200px; /* Same as sidenav.width */

  padding: 1px 16px;
  height: 1000px;
}

.caption {
  font-size: 12px;
}

/* On screens that are less than 700px wide, make the sidebar into a topbar */
@media screen and (max-width: 700px) {

  .sidenav {
    width: 100%;
    height: auto;
    position: relative;
  }

  .sidenav a {
    float: left;
    display: none;
  }

  .sidenav a.icon {
    float: right;
    display: block;
    color: #000000;
  }

  div.main {
    margin-left: 0;
  }

  div.main img {
    width:100%;
  }

  .caption {
    font-size: 16px;
  }

  .sidenav.responsive {position: relative;}
  .sidenav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 20px;
    padding-right: 20px;
    color: #909090;
  }

  /* Sidebar JJ Name */
  .sidenav b {
    padding-left: 16px;
  }

  .sidenav a {
    padding: 6px 6px 6px 16px;
  }

  .sidenav.responsive b {
    padding-left: 16px;
  }

  .sidenav.responsive a {
    padding: 6px 6px 6px 16px;
    float: none;
    display: block;
    text-align: left;
  }
}

/* On screens that are less than 400px, display the bar vertically, instead of horizontally */
/* @media screen and (max-width: 400px) {
  .sidenav a {
    text-align: center;
    float: none;
  }
} */
