.meme-list li{
	list-style-type:none;
	text-align: center;
	    padding: 0 40px;
}

.meme-list  h3.meme-text{
	padding-top: 0;
	margin-bottom: 40px;
	font-size: 18px;
	font-weight: normal;
	text-transform: none
}

/* Home page Banner Text */
.header-rotator-name{
    position: absolute;
    z-index: 200;
	color: #cbcbcb
}


@-moz-keyframes 
fade-it { 0% {
opacity:0
}
100% {
opacity:1
}
}

@-webkit-keyframes 
fade-it { 0% {
opacity:0
}
100% {
opacity:1
}
}

@keyframes 
fade-it { 0% {
opacity:0
}
100% {
opacity:1
}
}

.js-fade-in-verb {
  animation-name: fade-it;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  -webkit-animation-name: fade-it;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards
}

.verb.js-block { display: inline-block }

.verb.js-hide {
  display: none;
  opacity: 0
}

.verb {
  display: inline-block;
  visibility: visible;
  border-bottom: 1px solid
}

.header-submit{
	float: right;
    background: #2dd059;
    padding: 10px 20px;
    font-size: 1.2em;
    position: relative;
    z-index: 2000;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
	margin-top:30px
}