img {
  max-width: 100%;
}

#content h5 {
  font-size: 1.4em;
  margin-bottom: 1em;
  text-align: left;
  margin-left: 0;
  padding-left: 0;
}

.section h2 {
  font-size: 1.9em;
  margin-bottom: 0.3em;
  letter-spacing: 0.6px;
  font-weight: 600;
}

.section h5 {
  font-size: 1.1em;
  margin-top: 1.5em;
  margin-bottom: 1.2em;
  font-weight: bold;
}

.section li {
  margin-left: 1em;
  padding-bottom: 0.2em;
}

#content {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

#content img {
  border-radius: 10px;
  border: 2px solid #E5E5E5;
  margin: 0.5em;
}

.left-img {
  float: left;
}

.right-img {
  float: right;
}

/* CONTENT PANEL */
.content-panel {
  display: inline-block;
  max-width: 850px;
  margin-bottom: 68vh;
}

.content-panel ul li {
  list-style-type: disc;
}

.content-panel img:not(#qstartimg img) {
  box-shadow: 2px 2px 5px #d7d7d7;
  border-radius: 10px;
  margin: 0.5rem;
 }
#qstartimg {
  background-color: #f4f4f4;
  box-shadow: 2px 2px 5px #d7d7d7;
  border-radius: 10px;
}
#qstartimg img {
  margin: 0;
}

#content .content-panel h4 {
  font-size: 1.8em;
}

.section, .content-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid #ddd;
}
.section .content-section:last-child {
  padding-bottom: 0;
}

.section > ul, .content-section > ul {
  margin-bottom: 0;
}

.content-section .h5 {
  font-weight: 500;
}

.menu-list, .menu-list ul {
  list-style-type: none;
}

.tour .menu a::before {
  content: "";
}

@media (max-width: 1023px) {
  .section h2 {
    font-size: 1.6em;
  }

  #content {
    width: 728px;
    margin: 0 auto;
  }

  .sidenav {
    width: 250px;
    margin-left: 10px;
  }

  .sidenav div {
    font-size: 0.9em;
  }

  .content-panel {
    max-width: 420px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .sidenav {
    display: none;
  }

  #content {
    width: 90%;
  }

  .content-panel {
    max-width: none;
  }
}

/*# sourceMappingURL=manual.css.map */
