@font-face {
    font-family: 'Vonique 43';
    font-style: normal;
    font-weight: 400;
    src: local('Vonique 43'), url('https://fonts.cdnfonts.com/s/20944/Vonique 43_D.woff') format('woff');
}

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

h1 {
	  font-family: 'Vonique 43', sans-serif;
}
.navbar { display: block }
.navbar-brand {
  margin-right: 0; }
  .navbar-brand img {
    height: 230px; }
.navbar-phone {
 
    position: relative;
    display: block;
    float: right;
}
.navbar-mail {
 
    position: relative;
    display: block;
    float: right;
}
.navbar-phone:hover span,
.navbar-mail:hover span { color: #00ACDB }
.navbar-dark {
  padding-top: 35px;
  padding-bottom: 35px; }
  .navbar-dark .navbar-text {
    color: #222;
    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;
	}
	.navbar-brand img {
    height: 170px;
	}	  
}
.cover {

    background: rgba(255,255,255,0.3);

}
.page-title {
  font-size: 80px;
  /*font-weight: bold;*/
  margin-bottom: 10px;
  color: #000;
  text-shadow: 1px 1px 25px black
 }
  @media (max-width: 767px) {
    .page-title {
      font-size: 55px;
      margin-bottom: 14px; } }

.page-description {
font-family: 'Vonique 43', sans-serif;
max-width: 975px;
font-size: 38px;
margin-bottom: 29px;
text-shadow: 1px 1px 25px black;
 }
  @media (max-width: 767px) {
    .page-description {
      font-size: 28px; } }

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