
#navbar{
    position: fixed;
    min-width: 290px;
    left: 0;
  top:0;
    width: 275px;
    height: 100%;
    border-right: solid;
  border-top:1px solid;
    border-color: rgba(0, 22, 22, 0.4);
}
#navbar header{
  font-size: 30px;
    font-family: cursive;
  text-align:center;

}
#navbar ul{
  padding:0px;
  height:90%;
  overflow-y: auto;
  overflow-x:hidden;
}
#navbar li{
  border-top:1px solid;
  list-style:none;
  padding:10px;
  position: relative;
}
#navbar a{
    color: #4d4e53;
    text-decoration: none; 
  font-size: larger;
    font-family: sans-serif;
}
#main-doc{
  margin-left: 325px; 
  position: absolute;
}
#main-doc header{
  font-size: 20px;
  color:#797979;
    font-family: sans-serif;
  margin: 0px 0px -10px -15px;
}
.main-section p{
      font-family: "Open Sans", Arial, sans-serif;
    margin-left: 10px;
    color: #4d4e53;
    font-size: 0.96em;
  
}
html {
  scroll-behavior: smooth;
}

@media only screen and (max-width: 600px) {
  body {
    background-color: #eee;
  }
}
@media only screen and (max-width: 815px) {
  /* For mobile phones: */
  #navbar ul {
    border: 1px solid;
    height: 207px;
  }

  #navbar {
    background-color: white;
    position: absolute;
    top: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    max-height: 275px;
    border: none;
    z-index: 1;
    
  }

  #main-doc {
    position: relative;
    margin-left: 10px;
    margin-top: 270px;
  }
}

@media only screen and (max-width: 400px) {
  #main-doc {
    margin-left: 12px;
  }
}
