body {
  position: relative;
  font-family: 'Karla', sans-serif;
  background-image: url("../images/bg-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  padding-bottom: 75px;
}

@media (min-width: 768px) {
  body {
    padding-bottom: 110px;
  }
}

.pre-header {
  background-color: rgba(0, 54, 103);
  color: #ffffff;
  text-align: center;
  width: 100%;
  padding: .5em 0;
}
.pre-header a {
  color: #ffffff;
}

.splash-container {
  position: absolute;
  background-color: rgba(0, 54, 103, .6);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.navbar-brand {
  margin-right: 0;
}

.navbar-brand img {
  width: 60px;
  height: 60px;
}

.navbar {
  display: flex;
  flex-wrap: initial;
  justify-content: space-between;
}

.contacts {
  display: flex;
  flex-direction: column;
}

.navbar-dark {
  padding-top: 35px;
  padding-bottom: 35px;
}

.navbar-dark .navbar-text {
  color: #ffffff;
  padding: 0;
  opacity: 1;
  text-align: right;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .navbar-dark .navbar-text {
    font-size: 14px;
  }
}

.navbar-dark .navbar-text:last-child {
  border-right: 0;
}

@media (max-width: 767px) {
  .navbar-dark {
    padding-bottom: 0;
  }
}

.page-title {
  color: #ffffff;
  font-size: 64px;
  font-weight: bold;
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  .page-title {
    font-size: 34px;
    color: #ffffff;
    margin-bottom: 14px;
  }
}

.page-description {
  max-width: 465px;
  font-size: 18px;
  margin-bottom: 59px;
}

@media (max-width: 767px) {
  .page-description {
    font-size: 14px;
  }
}

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: rgba(0, 54, 103);
  margin-right: 16px;
  transition: all 0.3s ease-in-out;
}
.social-link svg {
  width: 30px;
  height: 30px;
  fill: rgba(0, 54, 103);
}
.social-link:hover svg {
  fill: #ffffff;
}

.footer-social-links .social-link:last-child {
  margin-right: 0;
}

.footer-social-links .social-link:hover {
  text-decoration: none;
  background-color: rgba(0, 54, 103);
  color: #ffffff;
}

footer p {
  text-align: center;
}
footer a {
  text-align: center;
  color: #ffffff;
  width: 100%;
  display: inline-block;
  font-size: 14px;
  padding: .5em 0;
}
footer a:hover {
  color: #ffffff;
}

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