html, body{
  background-color: #e2e2e2;
}
#header_section{

width: 100%;
}
.bump{
  height:50px;
  width: 100%;
}
#header_section .row{
  /* text-align: center; */
  min-height: 400px;
  background-color: #222;
  overflow: hidden;
  position: relative;
}
#header_section_bg{
  position: absolute;
  top: 0px;
  width: 100%;
  height:100%;
  background-image: url("../images/nellesen_autism_center_interior.jpg");
  mix-blend-mode: overlay;
  background-size:cover;
  background-position: center;
  background-repeat: no-repeat;
}
#experience_selection_section .row > div{
  /* background-color: #e2e2e2; */
  padding:10px;
  text-align: center;
  /* padding: 0px; */
}
p{
  text-transform: uppercase;
}
#eighty p, #culinary p {
  color:#275d38;
}
/* Title */
.exp_title, .exp_info_text{
  color:#ffffff;
  font-family: 'Roboto Slab', serif;
  /* font-weight: 100; */
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 4px;
  /* padding:10% 0px; */
}
.exp_info_text{
  font-size: 20px;
}
@media screen and (min-width: 750px) {
  .exp_title{
    font-size: 80px;
  }
}
/* paragraph */
.text_content{
  padding:20px 0;
}
p{
  padding:10px 20px;
}
/* CARDS */
.exp_card{
  width: 100%;
  height: 100%;
  min-height: 500px;
  /* background-color: #222; */
}
.exp_card p{
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 20px;
}
.exp_card_bg{
  width: 100%;
  height: 100%;
  /* opacity: .5; */
  /* background-color: #222; */
  background-position: center;
  background-size: cover;
}

.exp_card:hover .exp_card_bg{
  /* opacity: .9; */
}
.test{
  background-color: #275d38;
}

#artwalk .exp_card_bg{
background-image: url("../images/experience_thumbs/artwalk_btn_background.jpg");
}
#eighty .exp_card_bg{
background-image: url("../images/experience_thumbs/eighty_years.jpg");
}
#athletic .exp_card_bg{
background-image: url("../images/experience_thumbs/athletics_btn_background.jpg");
background-position: top;
}
#brutalist .exp_card_bg{
background-image: url("../images/experience_thumbs/brutalist_btn_background.jpg");
}
#superfan .exp_card_bg{
background-image: url("../images/experience_thumbs/superfan_btn_background.jpg");
}
#wolverine .exp_card_bg{
background-image: url("../images/experience_thumbs/wolverine_btn_background.jpg");
}
#culinary .exp_card_bg{
background-image: url("../images/experience_thumbs/crabless.png");
}
