body {
  font-family: "Lucida Console", sans-serif, monospace;
  background-color: rgba(141, 168, 140, 0.8)
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: rgba(141, 168, 140, 0.8);
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

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

h1 {
  text-align: center;
}

h2 {
  max-width: 40%;
  margin: 30px auto 30px auto;
}

h4 {
  max-width: 40%;
  margin: 10px auto 10px auto;
}

p {
  max-width: 40%;
  margin: 10px auto 10px auto;
}

.walkImg {
  display: block;
  max-width: 100%;
  margin: 20px auto 20px auto;
  box-shadow: 2px 3px 5px 1px rgba(0,0,0,0.10);
}

#gallery {
  max-width: 80%;
  margin: 60px auto 0 auto;
  justify-content: space-around;
  display: flex;
  flex-wrap: wrap;
}

.gallery {
  margin: 0 20px 30px 20px;
}

.gallery a {
  text-decoration: none;
}

.publicationImg {
  box-shadow: 2px 3px 5px 1px rgba(0,0,0,0.10);
}

.publicationImg:hover {
  box-shadow: 3px 6px 8px 2px rgba(0,0,0,0.10);
}

.publicationImgDesc {
  text-align: center;
  color: black;
  margin: 10px 0 0 0;
}

#nameList {
  width: 40%;
  margin: 0 auto 0 auto;
}

.nameList {
  text-align: center;
  list-style-type: none;
  margin: 70px 0 0 0;
}

.nameList a {
  text-decoration: none;
  color: black;
}

.nameList div {
  margin: 0 auto 0 auto;
}

.nameList img {
  max-width: 100%;
  box-shadow: 2px 3px 5px 1px rgba(0,0,0,0.10);
}

.nameList img:hover {
  box-shadow: 3px 6px 8px 2px rgba(0,0,0,0.10);
}