body {
  background-color: #d7f8ea;
}

.banner {
  background-image: url("../images/banner.jpg");
  width: 100%;
  height: 150px;
  color: #fff;
  text-align: center;
  display: inline-block;
  /* box-shadow: 10px 10px 5px #888888; */
}

.hosting {
  font-family: cursive;
  text-align: right;
  padding-right: 5px;
  color: rgb(90, 203, 255);
}

footer {
  margin-top: auto;
  width: 100%;
  height: auto;
  display: block;
  border-top: 3px solid black;
}

.social {
  display: flex;
}

.hidden {
  display: none;
}

.jumbotron {
  background-color: #d7f8ea;
  /* font-size: 1.1em; */
}

.card {
  min-width: 18rem;
  border-width: 2px;
}

.card-header {
  color: #fff;
}

.nav-link {
  cursor: pointer;
}
