body{
  background-color: #fff;
}
#splash-page {
  background-color: #3F4678/*#E59749*/;
    margin-top: 50px;
}
.jumbotron {
  text-align: center;
  background-color: transparent;
  color: #9FA8EA;
}
.jumbotron p {
  margin-top: 30px;
  color: #ddd;
}
.silver-button {
  margin-top: 10px;
  color: #545EA3;
}

/* Typography */
.jumbotron h1, h2, h3, h4 {
  text-align: center;
}
.jumbotron h1, h2 {
  font-family: 'Pacifico', 'Source Sans Pro', sans-serif;
}
.jumbotron p {
  font-family: 'Source Sans Pro', sans-serif;
}

.about__section {
    margin:auto;
    position: relative;
    max-width: 1000px;
    padding: 5px;
    background-color: #fff;
  text-align:center;
}
.about__section h2 {
  color: #545EA3;
     font-family: 'Pacifico', 'Source Sans Pro', sans-serif;
}

.about__slot {
    margin: auto;
    margin-top: 10px;
  width:33%;
  box-sizing: border-box;
  background-color:#f5f5f5;
  border:2px solid #ccc;
    border-radius: 25px;
  height:15vw;
  min-height:300px;
  min-width:220px;
  display:inline-block;
  vertical-align:top;
  text-align:center;
  cursor:pointer;
  position:relative;
  background-size:0% auto;
  -webkit-transition:all 0.3s linear;
  background-position:center center;
  background-repeat:no-repeat;
  overflow:hidden;
}

.about__slot .bioText {
  opacity:0;
  color:rgba(242,242,242,0);
  pointer-events:none;
  position:absolute;
  top:350px;
  left:0;
  right:0;
  padding:10%;
  padding-top:25px;
  padding-bottom:25px;
  width:80%;
  height:0;
  -webkit-transition:all 0.3s linear;
  margin:auto;
}

.about__slot.bio .about__info {
  top:0px;
  bottom:200px;
  background-color:rgba(0,0,0,0.42);
  box-shadow:inset 0px -5px 10px 0 rgba(0,0,0,1);
}

.about__slot.bio .bioText  {
  opacity:1;
  border-radius:0;
 position:absolute;
  top:100px;
  padding-top:25px;
  left:0;
  right:0;
  bottom:0;
  width:80%;
  height:150px;
  color:rgba(255,255,255,1);
  background-color:rgba(42,42,42,0.7);
  z-index:1;
  margin:auto;
  font-family:sans-serif;
  overflow:auto;
}

.about__slot .about__info {
  position:absolute;
  left:0;
  bottom:0;
  top:210px;
  right:0;
  pointer-events:none;
  z-index:2;
  -webkit-transition:all 0.3s linear;
  
}
/*BOOM */
.about__slot .headshot {
  margin:auto;
  margin-top:19px;
  width:172px;
  height:172px;
  /*border:10px double #424242;*/
  background-size:200px 200px;
  background-position:center 15%;
  border-radius:100%;
  box-shadow:0px 2px 10px 2px rgba(0,0,0,0.42);
  -webkit-transition:all 0.1s ease-in-out;
}

.about__slot.bio .headshot {
  -webkit-filter:blur(3px);
  opacity:1;
  width:100%;
  height:300px;
  border-radius:0;
  margin-top:0;
  background-size:375px 375px !important;
  border:0;
  top:0;
  left:0;
  bottom:0;
  right:0;

}

.about__slot .name {
  font-family:"Typo Grotesk",sans-serif;
  font-size:20px;
  font-weight:800;
  color:#424242;
  margin-bottom:0px;
  -webkit-transition:all 0.3s linear;
}

.about__slot .title {
   font-family:"Typo Grotesk",sans-serif;
  font-size:16px;
  font-weight:300;
  margin-top:5px;
  color:#ccc;
  -webkit-transition:all 0.3s linear;
}

.about__slot.bio .name {
  color:#f5f5f5;
}

.about__section .about__slot:hover .headshot {
  opacity:1;
  width:100%;
  height:300px;
  border-radius:0;
  margin-top:0;
  background-size:325px 325px;
  border:0;
  top:0;
  left:0;
  bottom:0;
  right:0;
}

.about__section .about__slot:hover .name {
  color:#f5f5f5 !important;
}

.about__section .about__slot:hover .about__info {
    background-color:rgba(0,0,0,0.42);
}