.bgImg {
  background-image: url(../img/14997-[Converted].png);
  height: auto;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.text-grey{
  color:#607d8b;
}
.logo {
  width: 130px;
  height: auto;
  border-radius: 100%;
  border: 3px solid white;
}

.btn-pink {
  background-color: #F13153;
  color: #fff;
}.btn-pink:hover {
  background-color: #df2547;
  color: #fff;
}.card-title {
  margin-bottom: .75rem;
  color: #1c6675;
}
.btn-map{
  background-color: #00bcd4;
    color: white;
}.btn-map:hover{
  background-color: #07b3ca;
    color: white;
}
.btn-pink:hover,
.btn-map:hover{
  color: #fff;
}

.btn-success {
  background-color: #4caf50;
  color: #fff;
}
.btn-primary {
  color: #fff;
  background-color: #2196f3;
  border-color: #2196f3;
}
.icon {
  width: 30px;
  height: 30px;
}
@media(max-width:768px){
  .contactButtons a{
    width:45%;
    display: inline-block;
    margin:0 5px;
    padding: 12px 9px;
    font-size: 13px;
  }
  .contactButtons .fas, .contactButtons .far, .contactButtons .fab{
    display: block;
    font-size: 24px;
    margin-bottom:10px;
  }
}

@media(max-width:525px){
  .card-title{
    font-size: 25px;
    margin-top:10px;
  }
  
}