.container {
  font-family: 'Montserrat', sans-serif;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

h3 {
  color: rgb(116, 116, 116);
}

p  {
  color: rgb(116, 116, 116);
}

li  {
  color: rgb(116, 116, 116);
  margin: 5px
}

.bio {
  border:1px solid #cfcfcf;
  border-radius: 2px;
  padding: 15px;
  color: rgb(116, 116, 116);
  position: relative;
}

.photo {
  position: absolute;
  top: 17px;
  right: 17px;
}

.services {
  border:1px solid #cfcfcf;
  border-radius: 2px;
  padding: 15px;
  color: rgb(116, 116, 116);
  position: relative;
}

.contact {
  border:1px solid #cfcfcf;
  border-radius: 2px;
  padding: 15px;
  color: rgb(116, 116, 116);
  position: relative;
}

.social {
  border:1px solid #cfcfcf;
  border-radius: 2px;
  padding: 15px;
  color: rgb(116, 116, 116);
  position: relative;
}

.social h3 {
  margin: 0px;
}

.container h4 {
  padding: 10px;
}

.fa {
  padding: 20px;
  font-size: 15px;
  width: 15px;
  text-align: center;
  text-decoration: none;
}

.fa-linkedin {
  background: #2867B2;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-github {
  background: black;
  color: white;
}

.introevents {
  border:1px solid #cfcfcf;
  border-radius: 2px;
  padding: 15px;
  color: rgb(116, 116, 116);
  position: relative;
}

.eventsection {
  border:1px solid #cfcfcf;
  border-radius: 2px;
  padding: 15px;
  color: rgb(116, 116, 116);
  position: relative;
}

#share-buttons img {
width:35px;
padding: 5px;
border: 0;
box-shadow: 0;
display: inline;
}