/*merchandise css page*/

.heroheight {
  height:5rem;
}

/*.productlisting{
  float:left;
  width:100%;
  max-height:350px;
  height:auto;
  margin-top:3rem;
  margin-bottom:3rem;
  color:white;
}

.productimage {
  width:100%;
  height:100%;
  }*/

  .events_cover {
    position: relative;
    background-image: url("../images/fanexpo_overlay.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height:1em;
    margin: 0px;
    top: 100px;
    text-align: center;

    padding-top: 8em;
    padding-bottom:28em;
  }

  .white{
    color:white !important;
    font-weight: bold;
  }

.herotext{
  font-size: 1.5rem;
}

hr.heroline {
  margin-left:0rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
  width: 10%;
  border-color:#D7DF21;
  transform: translate(448%, 0%)
}

.herocontent {
  width: 50%;
  transform: translate(50%, 0%)
  }
  

/*#herooverlay {
    background-color: SlateGray;
    position:relative;
    opacity: 0.20;
    -moz-opacity: 20%;
    -webkit-opacity: 20%;
    z-index: -10;
    }*/

    #container1 {
     position: relative;
     background-image: url("../images/fanexpo.jpg");
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
     width: 100%;
     height: 220px;
   }

   #container2 {
     position: relative;
     background-image: url("../images/leaguechars.jpg");
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
     width: 100%;
     height: 220px;
   }

   #container3 {
     position: relative;
     background-image: url("../images/lakesfest.jpg");
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
     width: 100%;
     height: 220px;
   }

   .event_container{
    background-color: rgba(254, 254, 254, 0.0);
    height: 100%;
    width: 100%;
  }
  .event_container:hover{
    background-color: rgba(254, 254, 254, 0.15);
  }

  .text {
    z-index: 100;
    position: absolute;
    color: white;
    font-size: 13px;
    text-transform: uppercase;
    /*  font-weight: bold;*/
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 15px;
    margin: 0px;
    background-color: rgba(0, 0, 0, 0.5);

  }
/*#text:hover {
  z-index: 100;
  position: absolute;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 15px;
  margin-bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  background-color: rgba(0,0,0,0);
  }*/

  .buttonsevent {
    margin: 0 auto;
    width:15%;
    height:4rem;
    margin-top:2rem;
    margin-bottom:2rem;
    padding:1.5rem 2rem;
    text-align:center;
    color:white;
    border: 1px solid white;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
  }

  .buttonsevent:hover {
    color:#868A92;
    border:1px solid #868A92;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
  }
/*
p span { 
    background-color: black;
    padding: .5rem; 
    }*/
