
/*
@import url('https://fonts.googleapis.com/css?family=ABeeZee');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Biryani:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Scope+One&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato');
*/
@import url('https://fonts.googleapis.com/css2?family=PT+Sans&display=swap');

html,body { height: 100%; margin: 0px; padding: 0px; }
body {
  /*font-family: "Lato", sans-serif;*/
  font-family: 'PT Sans', sans-serif;
}

.sidenav {
  height: 100%;
  width: 160px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #026;
  overflow-x: hidden;
  padding-top: 20px;
}
.sidenav2 {
  height: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 60px;
  background-color: #46c;
  overflow-x: hidden;
}

.main {
  margin-left: 200px; /* Same as the width of the sidenav */
  padding: 0px 10px;
  line-height: 1.2;
}
.main2 {
  margin-left: 80px; /* Same as the width of the sidenav */
  max-width: 800px;
  padding: 0px 10px;
  font-size: 17px;
  line-height: 1.4;
  margin-right: 20px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 15px;}
}

#notelist2 a {
  font-size: 17px;
  line-height: 1.3;
  color: #008;
}
#notelist2 div {
  margin-bottom: 2px;
}
h4 {
  font-size: 20px;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e80;
  color:#222;
  padding:2px; 
}
h3 {
  font-size: 20px;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 0px;
  color:#12a;
  padding:2px; 
}
a {
  cursor: pointer;
  font-size: 17px;
  text-decoration: none;
}
a:visited {
  color: #00c;
}
