body {
    font-size: 11pt;
    display: block;
    font-family: Segoe UI, San Francisco, Palatino Linotype, Palatino, serif;
    margin: 0px;
    background-color: #FFF;
    /* color: #000; */
    max-width: 1024px;
    line-height: 1.3em;
}

code {
    font-size: 11pt;
}

/*p {
    text-indent: 40px;
}*/

a {
    color: #37d;
    text-decoration: none;
}

.sec {
    color: #037;
    font-weight: 900;
}

h1 {
    font-size: 24pt;
    color: #07a;
}

h2 {
    padding-top: 12pt;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

/* **************** 
   The sidebar menu 
   **************** */
.sidenav {
  height: 100%; /* Full-height: remove this if you want "auto" height */
  width: 160px; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #013; /* Dark cyan */
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 20px;
}

/* The navigation menu links */
.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 18px;
  color: #58c;
  line-height: 1.1em;
  display: block;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #7bf;
}

/* Style page content */
.main {
  margin-left: 180px; /* Width of the sidebar plus 20px */
  padding: 13px;
}

.sidenav name {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 28px;
    color: #4bf;
    display: block;
    line-height: 1.3em;
    font-weight: 900;
}

/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
