#main-doc {
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
}

#navbar {
  position: fixed;
  width: 300px;
  height: 100%;
  text-align: center;
  border: 1px solid #C2C6C6;
  background-color: #ebebe0;
  padding: 5px;
  margin-left: 0vw;
}
#main-work {
}

section {
  padding-left: 320px;
  font-size: 20px;
  overflow: hidden;
}

header {
  font-size: 30px;
  font-weight: bold;
  border: 1px solid black;
  border-radius: 50px;
  text-align: center;
  padding: 5px;
}

a {
  color: black;
  font-size: 25px;
  text-decoration: none;
  font-weight: none;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: black;
}

#nav-header {
  border: none;
  border-bottom: 1px solid black;
}

@media (max-width: 500px;) {
  section {
    width: 90%;
    height: 100%;
  }
}

