@import url(https://fonts.googleapis.com/css?family=Ubuntu);

@font-face {
font-family: 'Quantify Bold';
font-style: normal;
font-weight: normal;
src: local('Quantify Bold'), url('Quantify Bold.woff') format('woff');
}

@font-face { 
    font-family: AlphaMaleModern; 
    src: url('fonts/AlphaMaleModern.ttf');
}
::-webkit-scrollbar{
    width:0px;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

#speakers {
  padding: 60px 0 30px 0;
}

#speakers .speaker {
  position: relative;
  overflow: hidden;
    border-radius:20px 20px 0px 0px;

  margin-bottom: 30px;
}
#speakers .img-fluid{
  width: 100%;
  height: 400px;
  border-radius:20px 20px 0px 0px;
}

#speakers .speaker .details {
  background: rgba(6, 12, 34, 0.76);
  position: absolute;
  left: 0;
  bottom: -30px;
  right: 0;
  text-align: center;
  padding-top: 10px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#speakers .speaker .details h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 40px;
}

#speakers .speaker .details p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
  font-style: italic;
}

/*#speakers .speaker{
  box-shadow: 7px 7px 7px 7px;
}/*/

#speakers .speaker .details .social {
  height: 30px;
}

#speakers .speaker .details a {
  color: #fff;
  text-decoration: none;
}

#speakers .speaker .details a:hover {
  color: #f82249;
  
}

#speakers .speaker:hover .details {
  bottom: 0;
  height: 100%;
  cursor: pointer;
}

#speakers .speaker:hover .details h3{
  margin-top: 135px;
}

#speakers-details {
  padding: 60px 0;
}

#speakers-details .details h2 {
  color: #112363;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

#speakers-details .details .social {
  margin-bottom: 15px;
}

#speakers-details .details .social a {
  background: #e9edfb;
  color: #112363;
  line-height: 1;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding-top: 9px;
}

#speakers-details .details .social a:hover {
  background: #f82249;
  color: #fff;
}

#speakers-details .details .social a i {
  font-size: 18px;
}

#speakers-details .details p {
  color: #112363;
  font-size: 15px;
  margin-bottom: 10px;
}
.title{
  color: #2F80ED;
  font-family: 'AlphaMaleModern';
  font-size: 35px;
    text-transform: uppercase;
    font-weight: 800;
} 
.subheading{
    text-align: center;
  font-family: 'Quantify Bold';
  font-size: 30px;
}
/*@media screen and (min-width: 500px){
#speakers .container{
  margin-left: -30px;
}
}*/