html,
body {
  margin:0;
  height: 100%;
}
@import url(http://fonts.googleapis.com/css?family=Raleway:400,500,700);
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 {
  /*width: 500px;*/
  font: bold 36px sans-serif;
  font-family: 'Raleway', sans-serif;
  letter-spacing: -1px;
  color: #333;
}
h3, p, body { color: #fff; }
.container {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.inner {
  background: #222;
  position: relative;
  padding: 7px 28px;
  display: flex;
  /*text-transform: uppercase;*/
}
body {
  margin: 0;
  height: 100vh;
  font-family: Monospace, Arial;
  display: flex;
  justify-content: center;
  align-items: center;
  /*background: crimson;*/
  /*color: #333;*/
}
h1 span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: transparent;
  white-space: nowrap;
  font-size: 48px;
  line-height: 2em;
  color: white;
}
h1 span:before {
  /*content: 'Hello';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  text-indent: 0;
  color: white;*/
}
.parent {
  position: relative;
  height: 100%;
  background-color: #f3f3f3;
}
.child {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 200px;
  height: 200px;
  background-color: #61C1E8;
}
.gradient {
  z-index:-99;
  display:inline-block;
  position:absolute;
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  background: linear-gradient(90deg,#524f5c 0%,#704546 25%,#635d35 50%,#234f5c 75%, #524f5c 100%);
  background-size: 3000% 3000%;

  -webkit-animation: backgroundGradient 30s linear infinite;
  -moz-animation: backgroundGradient 30s linear infinite;
  animation: backgroundGradient 30s linear infinite;
}
@-webkit-keyframes backgroundGradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes backgroundGradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}
@keyframes backgroundGradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

#mc_embed_signup {
  padding: 20px;
  background: #1e3743;
}

@media screen and (max-width: 768px) {
#mc_embed_signup {
  padding: 20px;
  background: #1e3743;
}
  .container { 
    position: inherit;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit; 

    width: 100%;
    padding: 0 14px;
  }
  .inner { display: flex; padding: 3px 8px; position: inherit; }
  
  span {
      position: relative;
      display: initial;
      vertical-align: -webkit-baseline-middle;
      color: transparent;
      white-space: pre-wrap;
      font-size: 24px;
      line-height: 1.4em;
      color: white;
  }


} 

/*
-webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;

*/


body {
  /*padding: 50px;*/
  /*background: -webkit-linear-gradient(90deg, #43cea2 10%, #185a9d 90%);*/
  /* Chrome 10+, Saf5.1+ */
  /*background: -moz-linear-gradient(90deg, #43cea2 10%, #185a9d 90%);*/
  /* FF3.6+ */
  /*background: -ms-linear-gradient(90deg, #43cea2 10%, #185a9d 90%);*/
  /* IE10 */
  /*background: -o-linear-gradient(90deg, #43cea2 10%, #185a9d 90%);*/
  /* Opera 11.10+ */
  /*background: linear-gradient(90deg, #43cea2 10%, #185a9d 90%);*/
  /* W3C */
}
