body {
  font-family: 'Karla', sans-serif;
  background: radial-gradient(circle, rgba(49,60,65,1) 0%, rgba(28,38,38,1) 70%);
  color: #ffffff;
  padding-bottom: 75px; }
  @media (max-width: 767px) {
    body {
      padding-bottom: 30px; } }

@media (max-width: 991px) {
  .section-left {
    padding: 24px 40px; } }

/*.mt-home {margin-top: 0%;}*/

.home-logo {margin: 20px 0; max-width: 90%;}

a {color: white; text-decoration: none; font-size: 1em;}
a:hover {color: #909090; text-decoration: none;}

.page-title {
  font-size: 3em;
  font-weight: bold;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .page-title {
      font-size: 35px;
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .page-title {
      font-size: 30px;
      margin-bottom: 20px; } }

.bd-cd-timer {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px; }
  .bd-cd-timer .time-card {
    text-align: center; }
  .bd-cd-timer .time-count {
    display: block;
    font-size: 80px;
    font-weight: bold; }
    @media (max-width: 991px) {
      .bd-cd-timer .time-count {
        font-size: 50px; } }
    @media (max-width: 767px) {
      .bd-cd-timer .time-count {
        font-size: 30px; } }
  .bd-cd-timer .time-label {
    display: block;
    font-size: 15px; }
    @media (max-width: 767px) {
      .bd-cd-timer .time-label {
        font-size: 12px; } }

.footer-social-links {
  margin-bottom: 25px; }
  .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;
    font-size: 20px;
    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: #993a44;
      color: #ffffff; }
    @media (max-width: 767px) {
		
		a {color: white; text-decoration: none; font-size: 0.6em;}
		
      .footer-social-links .social-link {
        line-height: 30px;
        width: 30px;
        height: 30px;
        font-size: 14px; } }

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