.profs {
	position: float;
  	height:auto;
 	min-height:100%
  	clear: both;
  	/*overflow: auto;*/
  	width: 99%;
  	text-align:center;
  	justify-content: center;
  	margin: auto;
  	align-self: center;
  	padding-bottom: 30px;
    padding-top: 20px;
}

.profile{
	height: 225px;
  	width: 200px;
  	margin: auto;
  	padding-top: 5px;
  	padding-right: 5px;
  	padding-bottom: 5px;
  	padding-left: 5px;
  	display: inline;
  	border-radius: 24px;
    object-fit: cover;
}

/*.person:hover .profile{
    background: #ed1b2f;

}*/

.person:hover {
    
    transition: box-shadow 0.6s;
    border-style: solid;
    /*border-color: #ff0000;*/
    box-shadow: -5px 0 #ed1b2f, 0 5px #ed1b2f, 5px 0 #ed1b2f, 0 -5px #ed1b2f;
    /*box-shadow: 0 0 6px #ed1b2f, 0 0 10px #ed1b2f;*/
    /*border-radius: 50%;*/
    /*border-color:: #ed1b2f;*/
}

.person {
  transition: box-shadow .5s;
  display: inline-block;
  clear: left;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
    border-style: solid;
    border-color: #ffffff;
  margin-top: 20px;
  margin-right: 30px;
  margin-bottom: 20px;
  margin-left: 30px;
  background: #ffffff;
  border-radius: 10%;
}

.desc{
  font-size: 14px;
  color: #A9A9A9;
}
.icon {
  /*padding: 1px;*/
  width: 24px;
  height: 24px;
  border-radius: 20%;
  margin: 5px 2px;
  /*background: #3B5998;*/
}

.icon:hover {
    opacity: 0.7;
}

.fa {
  padding: 5px;
  font-size: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 30%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-github {
  background: #3B5998;
  color: white;
}

.fa-google {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
  background: #fff0ff;
  color: red;
}

.fa-android {
  background: #a4c639;
  color: white;
}

.fa-dribbble {
  background: #ea4c89;
  color: white;
}

.fa-vimeo {
  background: #45bbff;
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}

.fa-vine {
  background: #00b489;
  color: white;
}

.fa-foursquare {
  background: #45bbff;
  color: white;
}

.fa-stumbleupon {
  background: #eb4924;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

.fa-yahoo {
  background: #430297;
  color: white;
}

.fa-soundcloud {
  background: #ff5500;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}

.fa-rss {
  background: #ff6600;
  color: white;
}