body {
  font-family: 'Karla', sans-serif;
  background: url("../images/iunteq-bg.png") rgba(0,0,0,.7);
  background-blend-mode: multiply;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  padding-bottom: 0px; 
}
  
 
  @media (min-width: 768px) {
    body {
      padding-bottom: 0px; 
      } 
    }

.navbar-brand {
	background: wheat;
	padding: 0.7rem auto;
  margin-right: 0; 
  }
  .navbar-brand img {
	  width: auto;
    height: 32px; 
	}

.navbar-dark {
  padding-top: 35px;
  padding-bottom: 35px; }
  .navbar-dark .navbar-text {
    color: #ffffff;
    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; 
      } 
    
    
  }
  @media (min-width: 768px) {
      main {
        min-height: 25rem;
    } 
  }
  main {
    min-height: 20rem;
    
  }
.page-title {
	color: #ffffff;
    opacity: 1;
  font-size: 80px;
  font-weight: bold;
  margin-bottom: 6px; }
  @media (max-width: 767px) {
    .page-title {
      font-size: 60px;
      margin-bottom: 14px;
      font-weight: bold;
       } }

.page-description {

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

p {
  font-size: 14px;
  margin-top: auto;
  margin-bottom: auto; }
  
.footer-social-links {
  opacity: 0.7;
}

.footer-social-links .social-link {
  @media (min-width: 768px) {
    display: inline-block;
  }
  
  text-align: center;
  line-height: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #000000;
  margin: 8px 8px;
  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 */
