body {
    font-family: montserrat;
}

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;
  }
}

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

.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: 768px) {
    .welcome-title{
    font-size: 45px;
}
}

.contact-map {
    margin-top: 144px;
}

@media (max-width: 768px) {
    .contact-map{
        margin-top:119px;
    }
}


