body {
    font-family: 'Calibri Light', sans-serif;
}

a:hover {
  color: #1485ee!important;
}

about-blurb {
}

@media (max-width: 1199px) {
  .about-blurb {
    width: 400px!important;
  }
}

@media (max-width: 575px) {
  .about-blurb {
    width: 300px!important;
  }
}

.about-blurb {
  width: 550px;
}

@media (max-width: 1199px) {
  .about-img {
    width: 400px!important;
  }
}

@media (max-width: 575px) {
  .about-img {
    width: 300px!important;
  }
}

.about-img {
  width: 500px;
}

.about-office {
  width: 90%;
}

.team-blurb {
  width: 500px;
}

.team-blurb {
  width: 500px;
}

@media (max-width: 1199px) {
  .team-blurb {
    width: 350px!important;
  }
}

.welcome-title {
    color: #ffffff;
    text-align: center;
    height: auto;
    font-size: 79px;
    min-width: auto;
    width: 80%;
    min-width:300px;
    margin: 75px auto 0 auto;
    font-weight:600;
}


@media (max-width: 750px) {
  .welcome-title {
    font-size: 60px;
  }
}


.welcome-more {
    color: #ffffff;
    text-align: center;
    width: 90%;
    min-width:300px;
    margin: 0 auto;
    font-weight: 700;
}

@media (min-width: 750px) {
  .welcome-more {
    width: 70%;
  }
}
@media (min-width: 1050px) {
  .welcome-more {
    width: 50%;
  }
}

.about-heading {
    color:#e0e0e0;
    font-weight:600;
    padding-top:5px;
}

@media (max-width: 991px) {
  .about-heading{
      padding-top:10px;
      text-align:center;
  }
}

.btn-homeprop:hover {
    color: #000!important;
}
