@charset "utf-8";

.event-category span {
    background: #f5f4f2;
    padding: .5rem 3rem;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
}

#subTitle {
    font-size: 2rem;
    margin: 0 auto 2rem;
}
.event-category {
    text-align: center;
    margin: 0 0 4rem;
}

.profile {
text-align:left;
  }
  
  .profile h2 {
     margin-bottom: 1.5rem;
  }
  
  .profile h2 small {
  	display: block;
  	font-size: 1rem;
  }


.profile header {
    text-align: center;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.profile header img {
    width: 8rem;
    border-radius: 50%;
		margin-bottom: .5rem;
}

.profile-wrap section {
    border-bottom: solid 1px rgba(0, 0, 0, 0.07);
    padding-bottom: 3rem;
    margin-bottom: 3rem;
}

.pageNation {
    margin: 5rem auto;
}

  @media screen and (min-width: 37.5rem) {
  
  .profile h2 {
      font-size: 1.5rem;
  }
  .profile {

      margin: 0 auto 1rem;
  }
  #subTitle {
      margin: 1rem auto 4rem;
  }
  
  }