body {
  font-family: sans-serif;
  background-color: #e5dfe3;
  color: #1f2b40;
}

.navColor {
  background-color: black;
  padding: 0px 30px 0px 30px;
  height: 70px;
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
}

nav {
  /* background-color: black; */
  padding: 0px 30px 0px 30px;
  height: 70px;
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

main {
  max-width: 1024px;
  min-height: 500px;
  margin: 120px auto 20px auto;
  padding: 10px;
  font-size: 0.9rem;
  text-align: center;
}

.legal {
  max-width: 1024px;
  min-height: 500px;
  margin: 120px auto 20px auto;
  padding: 10px;
  font-size: 0.9rem;
  text-align: justify;
}

footer {
  background-color: black;
  padding: 40px 10px 30px 10px;
  font-size: 0.9rem;
  text-align: center;
  color: white;
}

.sub-title {
  font-size: 1.3rem;
  font-style: normal;
  font-weight: bold;
  text-align: center;
}

.sub-description {
  font-size: 1rem;
  font-style: italic;
  font-weight: lighter;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .vertical_container {
    display: flex;
    flex-direction: column;
  }

  .horizontal_container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
}

.lined_box {
  flex: 1;
  border-radius: 25px 25px 25px 25px;
  border: solid;
  border-width: 1px;
  box-shadow: 3px 3px #888888;
  padding: 10px;
  background-color: #1f2b40;
  color: #e5dfe3;
  margin: 25px auto;
  font-size: 1rem;
}

.no_line_box {
  flex: 1;
  padding: 10px;
}

.title_box {
  flex: 1;
  padding: 5px;
}

.small_box {
  flex: 1;
  padding: 5px;
}

.small_box img {
  width: 100%;
  max-width: 250px;
}

.medium_box {
  flex: 2;
  padding: 5px;
}

.box-link {
  text-align: right;
}

.box-link a {
  color: red;
  text-decoration: none;
}

.medium_box p {
  text-align: justify;
  font-weight: lighter;
}
