.body {
  font-family: Nunito, sans-serif;
  font-size: 100%;
  line-height: 100%;
}

.header-section {
  padding: 10px 5%;
  box-shadow: 0 1px 6px 0 #d6d6d6;
}

.header-container {
  text-align: left;
}

.body-section {
  padding-right: 5%;
  padding-left: 5%;
}

.footer-section {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #1c85c0;
  text-align: center;
}

.intro-container {
  margin-top: 15px;
  margin-bottom: 15px;
}

.h1-heading {
  color: #1c85c0;
  font-size: 250%;
  font-weight: 400;
}

.h2-heading {
  color: #757575;
  font-size: 150%;
  line-height: 100%;
  font-weight: 300;
}

.h3-heading {
  color: #1c85c0;
  font-size: 170%;
}

.h3-heading.finishing_title {
  margin-top: 40px;
  margin-bottom: 20px;
}

.step-div {
  margin-bottom: 20px;
  padding: 20px 15px;
  border-radius: 9px;
  box-shadow: 0 0 6px 0 #d6d6d6;
}

.step-text-div {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  color: #757575;
  font-size: 120%;
  line-height: 120%;
}

.open-document-img {
  display: block;
  margin-top: 15px;
  margin-bottom: 0px;
  border: 3px dashed #f0f025;
}

.list_item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-text {
  color: #fff;
  font-size: 12px;
}

