body {
  font-family: 'Karla', sans-serif;
  background-image: url("../images/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  padding-bottom: 50px; }
  @media (min-width: 768px) {
    body {
      padding-bottom: 50px; } }

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

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

.page-title {letter-spacing: -2px;
  text-transform: uppercase;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  margin-bottom:2px }
  @media (max-width: 767px) {
    .page-title {
      font-size: 25px;
    margin-bottom: 5px;letter-spacing: -1px; } }

.page-subtitle {
  text-transform: uppercase;
  color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 22px
    ;
     }
        @media (max-width: 767px) {
          .page-subtitle {
            font-size: 20px;
            line-height: 20px
          
           } }

.page-description {
 
  font-size: 18px;

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

p {
  font-size: 14px;
  margin-top: 20px; }

.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 */
