#feature h1 {
  display: block;
  margin: auto;
  color: #FF5DA2;
  font-size: 12vw;
  position: absolute;
  top: -20vw;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
  font-weight: 300;
  transition: top 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition: top 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
  z-index: 10; }
  #feature h1 background-color:rgba(255,255,255,.5)
  small {
    font-size: 8vw; }
#feature h1.show {
  top: 10px; }
#feature svg {
  position: absolute;
  top: 0;
  left: 0; }
#feature #explanation {
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  width: 90%;
  padding: 5% 5% 100px;
  font-size: 1.5em;
  font-weight: 300;
  display: none;
  line-height: 1.2em; }
  #feature #explanation a {
    text-decoration: none;
    border-bottom: 3px solid #000;
    color: #333; }
  #feature #explanation a:hover {
    background-color: #333;
    color: #fff; }
#feature .text {
  text-anchor: middle; }
#feature #pushTheButton {
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 80px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.5); }
  #feature #pushTheButton .pushBtn {
    position: absolute;
    width: 60px;
    height: 50px;
    left: 50%;
    margin-left: -30px;
    border-radius: 100%; }
  #feature #pushTheButton .btnTop {
    cursor: pointer;
    top: 10px;
    background-color: #ff5ca3;
    transition: top 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition: top 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  #feature #pushTheButton .btnBottom {
    top: 20px;
    background-color: #990042; }
  #feature #pushTheButton .btnTop.pushed {
    top: 18px; }
  #feature #pushTheButton .btnBottom.pushed {
    background-color: #330016; }
  #feature #pushTheButton #featuresText {
    position: absolute;
    left: -webkit-calc(50% + 70px);
    left: -moz-calc(50% + 70px);
    left: calc(50% + 70px);
    height: 50px;
    top: 15px;
    max-width: -webkit-calc(50% - 90px);
    max-width: -moz-calc(50% - 90px);
    max-width: calc(50% - 90px);
    background-color: #666;
    min-width: 10%;
    display: none;
    -webkit-animation: wobbly 1s linear infinite alternate;
    animation: wobbly 1s linear infinite alternate; }
    #feature #pushTheButton #featuresText .content {
      font-weight: 300;
      font-size: 1em;
      color: #fff;
      padding: 0 20px;
      line-height: 45px;
      margin: 0; }
    #feature #pushTheButton #featuresText .arrowLeft {
      border-style: solid;
      border-width: 25px;
      border-color: transparent #666 transparent transparent;
      padding: 0;
      margin: 0;
      position: absolute;
      left: -49px;
      top: 0; }

@-webkit-keyframes wobbly {
  from {
    margin-left: 15px; }
  to {
    margin-left: 0; } }
@keyframes wobbly {
  from {
    margin-left: 15px; }
  to {
    margin-left: 0; } }

/*# sourceMappingURL=featureStyles.css.map */
