@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700");
#Keynotes {
  /*Profile Card 1*/
  /*Profile card 2*/
  /*Profile Card 3*/
  /*Profile card 4*/
  /*Profile Card 5*/
}
#Keynotes section {
  float: left;
  width: 100%;
  background: #fff;
  /* fallback for old browsers */
  padding: 30px 0;
}
#Keynotes *:hover {
  transition: all 1s ease;
}
#Keynotes h1 {
  float: left;
  width: 100%;
  color: #232323;
  margin-bottom: 30px;
  font-size: 14px;
}
#Keynotes h1 span {
  display: block;
  font-size: 45px;
  text-transform: none;
  margin-bottom: 20px;
  margin-top: 30px;
  font-weight: 700;
}
#Keynotes h1 a {
  color: #131313;
  font-weight: bold;
}
#Keynotes .profile-card-5 {
  margin-top: 20px;
  height: 500px;
}
#Keynotes .profile-card-5 .btn {
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 12px;
  padding: 7px 20px;
}
#Keynotes .profile-card-5 .card-img-block {
  width: 91%;
  margin: 0 auto;
  position: relative;
  top: -20px;
}
#Keynotes .profile-card-5 .card-img-block img {
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.63);
}
#Keynotes .profile-card-5 h5 {
  color: #4e5e30;
  font-weight: 600;
}
#Keynotes .profile-card-5 p {
  font-size: 14px;
  font-weight: 300;
}
#Keynotes .profile-card-5 .btn-primary {
  background-color: #4e5e30;
  border-color: #4e5e30;
}/*# sourceMappingURL=profile.css.map */