.ns-header {
  width: 100vw;
  height: 80vh;
  background-image: url("./img/top.jpg");
  background-size: cover;
}
.ns-message {
  color: white;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 2.5rem;
  padding-top: 20vh;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
@media screen and (max-device-width: 414px) {
  .ns-message {
    color: white;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 1.5rem;
    padding-top: 20vh;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
  }
}
.ns-section {
  padding-top: 3em;
}
.ns-description h2 {
  font-size: 1.5em;
  font-weight: bold;
}
.ns-description article {
  padding: 1em;
}
.ns-description article div {
  align-items: flex-start;
  display: flex;
}
.ns-description article div h3 {
  align-items: flex-start;
  display: flex;
  width: 10em;
  margin: 0;
  font-size: 1em;
  font-weight: bold;
}
.ns-description article div p {
  align-items: flex-start;
  display: flex;
  width: 100%;
  margin: 0;
}
.ns-footer {
  display: flex;
  width: 100%;
  height: 5em;
  align-items: center;
  justify-content: center;
}
.navbar-brand {
  background: url("./img/logo.gif") no-repeat left center;
  background-size: contain;
  height: 40px;
  width: 100px;
}
