body {
  font-family: "Karla", sans-serif;
  background-image: url("../images/christopher-ott-4IpZoEzSeqg-unsplash.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  padding-bottom: 75px;
}
@media (min-width: 768px) {
  body {
      padding-bottom: 110px;
  }
}

main {
	background-color: rgba(0, 0, 0, 0.4);
	width: 90vw;
	margin: 0 auto;
	padding: 2rem;
}
@media (min-width: 768px) {
	main {
		width: 70vw;
	}
}

.navbar-brand {
  margin-right: 0;
}
.navbar-brand img {
  height: 21px;
}

.navbar-dark {
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
  justify-content: center;
}
.navbar-dark .navbar-text {
  color: #ffffff;
  opacity: 1;
  padding: 0 20px;
  border-right: 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
	.navbar-dark .navbar-text {
		border-right: 1px solid #ffffff;
	}
}
.navbar-dark .navbar-text:last-child {
  border-right: 0;
}
@media (max-width: 767px) {
  .navbar-dark {
      padding-bottom: 0;
  }
}

.page-title {
  font-size: 80px;
  font-weight: bold;
  margin-bottom: 6px;
  text-align: center;
}
@media (max-width: 767px) {
  .page-title {
      font-size: 35px;
      margin-bottom: 14px;
  }
}

.page-description {
  max-width: 465px;
  font-size: 18px;
  margin-bottom: 59px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .page-description {
      font-size: 14px;
  }
}

.photo-attribution {
	text-align: center;
}
.photo-attribution a {
	text-decoration: underline;
	color: #fff;
}

p {
  font-size: 14px;
  margin-bottom: 21px;
}

.footer-social-links .social-link {
  display: inline-block;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #000000;
  margin-right: 16px;
  transition: all 0.3s ease-in-out;
}
.footer-social-links .social-link:last-child {
  margin-right: 0;
}
.footer-social-links .social-link:hover {
  text-decoration: none;
  background-color: #000000;
  color: #ffffff;
}

/*# sourceMappingURL=bd-coming-soon.css.map */
