body {
  background-color: rgba(0, 0, 0, 0.07058823529411765);
}

.navbar {
  padding-top: 0;
  /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

/* Remove space between logo and links on Navbar */
a.navbar-brand {
  width: 100px;
}
.navbar-brand {
  margin-bottom: -0.5em;
  padding-top: 0;
}

a.nav-link {
  transition: color 0.1s;
}

.logo {
  width: 80%;
}
div.runway {
  background-image: url("../images/runway.jpg");
  background-repeat: no-repeat;
  max-width: 772px;
  height: 300px;
  margin: 81px auto 0 auto;
  background-position: top;
  background-size: cover;
}

div.privacy-text {
  font-size: 17px;
}

.icon {
  font-size: 12px !important;
}

.footer {
  background-color: rgb(104, 90, 90);
}

div.footer div.col.text-center {
  padding-left: 0;
  padding-right: 0;
}

div.credit {
  color: black;
  text-align: center;
  font-size: 12px;
  padding-top: 0px;
  padding-bottom: 0;
  padding-right: 0;
}

div.credit a {
  color: black;
  text-decoration: none;
  font-weight: 800;
}

div.credit a:hover {
  font-weight: 700;
}

div.privacy-link {
  font-size: 12px;
  padding-top: 20px;
  padding-bottom: 0;
  color: white;
  padding-left: 0;
  padding-right: 0;
}

div.privacy-link a {
  color: white;
  font-weight: bold;
}

div.privacy-link a:hover {
  color: rgb(35, 34, 34);
  text-decoration: none;
}

hr.footer-hr {
  background-color: white;
  width: 50%;
}
