 .round-button{
  min-width: 70px;
  max-width:120px;
  text-decoration: none;
  display: inline-block;
  outline: none;
  cursor: pointer;
  border-style: none;
  color: white;
  background-color:#1778f3;
  border-radius: 100%;
  overflow: none;
  text-align: center;
  padding:0;

}
.round-button:before {
  content:'';
  display:inline-block;;
  vertical-align:middle;
  padding-top:100%;
}
span {
  display:inline-block;
  vertical-align:middle;
  max-width:90%;
}
.round-button:active{
  background-color: #2980b9;
}
.round-button:hover{
  background-color: #DA291C;
}

.team-social .social-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #DA291C;
    margin-right: 6px;
    border-radius: 50%;
	color:#ffffff;

}

  .team-social .social-icon:hover {

  background-color:#1778f3;


}

.modal-header h5{
	color:#ffffff ! important;

}



