body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: #160022;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.gradient-container {
  background: -webkit-linear-gradient(rgba(60,30,46,0), #3c1e2e);
  background: -o-linear-gradient(rgba(60,30,46,0), #3c1e2e);
  background: -moz-linear-gradient(rgba(60,30,46,0), #3c1e2e);
  background: linear-gradient(rgba(60,30,46,0), #3c1e2e);
}

.top-banner {
  position: relative;
  text-align: center;
}

.flow-left, .flow-right {
  background-repeat: repeat-x;
  position: absolute;
  width: 50%;
  height: 55.57vw;
  max-height: 698px;
  top:0;
  z-index: -2;
}

.flow-left {
  background-image: url('../img/potionpunch_liquid_left.png');
  background-position: right;
  right: 50%; 
}

.flow-right {
  background-image: url('../img/potionpunch_liquid_right.png');
  background-position: left;
  left: 50%;
}

.flow-cover, .flow-center {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  height: 55.57vw;
  max-height: 698px;
  max-width: 1256px;
  width: 100%;
  top: 0;
  z-index: -1;
  
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow-cover {
  background-color: #160022;
}

.flow-center {
  background-image: url('../img/potionpunch_liquid_center.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%); 
}

.shine-purple, .shine-pink {
  background-position: center;
  background-repeat: no-repeat;
	mix-blend-mode: color-dodge;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;  
  background-size: cover;
  width: 60%;
  height: 70vw;
  max-width: 1000px;
  max-height: 1000px;
  z-index: -1;

  top: -130px;
}

.shine-purple {
  background-image: url('../img/potionpunch_shine_purple.png');
  opacity: 0.63;
  -o-animation: spin 160s linear infinite;
  -moz-animation: spin 160s linear infinite;
  -webkit-animation: spin 160s linear infinite;
  animation: spin 160s linear infinite;
}

.shine-pink {
  background-image: url('../img/potionpunch_shine_pink.png');
  opacity: 0.63;
  -o-animation: spin 160s linear reverse infinite;
  -moz-animation: spin 160s linear reverse infinite;
  -webkit-animation: spin 160s linear reverse infinite;
  animation: spin 160s linear reverse infinite;
}

.glow, .pp-logo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  top: 110px;
  left: 50%;
  width: 100%;
  height: 37.73vw;
  max-width: 533px;
  max-height: 474px;
  z-index: -1;
  
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.glow {
  background-image: url('../img/potionpunch_glow.png'), url('../img/potionpunch_glow.png');
  mix-blend-mode: screen;
  background-blend-mode: screen;
}

.pp-logo {
  background-image: url('../img/potionpunch_logo.png');
}

.logo-spacer {
  position: relative;
  height: 54vw;
  max-height: 678px;
  z-index: -2;
}

.caption {
  font-family: 'GranstanderClean-Regular', sans-serif;
	font-size: 1.8em;
	text-align: center;
  color: #ffe65a;
  letter-spacing: 2px;
}

.badges-spacer {
  height: 2.2vw;
  max-height: 30px;
}

.badges {
  margin-top: 20px;
  text-align: center;
}

.apple-badge {
	max-height: 90px;
  min-height: 40px;
  height: 8vw;
  margin-left: 10px;
  margin-right: 10px;
}

.google-badge, .amazon-badge {
	max-height: 90px;
  min-height: 40px;
  height: 8vw;
  border: 2px solid #a5a5a5;
  border-radius: 10px;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
}

.apple-badge:hover {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.google-badge:hover, .amazon-badge:hover {
  -webkit-filter: invert(100%);
  filter: invert(100%);
  border: 2px solid transparent;
}

.video-spacer {
  height: 10.25vw;
  max-height: 140px;
}

.video-container {
  position: relative;
  text-align: center;
}

.video {
  width: 81vw;
  height: 46vw;
  max-width: 920px;
  max-height: 518px;
  border-radius: 2px;
  margin: 0 auto;
  border: 2px solid #a5a5a5;
}

iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.screenshots-spacer {
  height: 5.49vw;
  max-height: 75px;
  min-height: 30px;
}

.screenshots {
  width: 81vw;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.screenshots a:focus {
  outline: 0;
}

.screenshot {
  width: 292px;
  max-width: 292px;
  height: auto;
  border: 2px solid #a5a5a5;
  border-radius: 2px;
  box-sizing: border-box;
  margin: 4px;
}

.stars {
  position: absolute;
  left: 50%;
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 40.8vw;
  max-width: 905px;
  max-height: 380px;
  margin-top: 80px;
}

.star-1 {
  position: absolute;
  left: 0;
  top: 71%;
  animation: flicker5s 5s ease-in-out 1s infinite;
}

.star-2 {
  position: absolute;
  width: 14px;
  left: 2.2%;
  top: 44.7%;
  animation: flicker10s 10s ease-in-out 2s infinite;
}

.star-3 {
  position: absolute;
  left: 15.25%;
  top: 11.8%;
  animation: flicker3s 3s ease-in-out 4s infinite;
}

.star-4 {
  position: absolute;
  width: 22px;
  left: 22.65%;
  bottom: 0;
  animation: flicker8s 8s ease-in-out 6s infinite;
}

.star-5 {
  position: absolute;
  width: 14px;
  left: 38.67%;
  top: 0;
  animation: flicker2s 2s ease-in-out 3s infinite;
}

.star-6 {
  position: absolute;
  width: 14px;
  left: 50.83%;
  top: 85%;
  animation: flicker12s 12s ease-in-out 9s infinite;
}

.star-7 {
  position: absolute;
  width: 22px;
  left: 55.47%;
  top: 15.26%;
  animation: flicker2s 2s ease-in-out 10s infinite;
}

.star-8 {
  position: absolute;
  width: 14px;
  left: 78%;
  top: 6.84%;
  animation: flicker10s 10s ease-in-out 8s infinite;
}

.star-9 {
  position: absolute;
  left: 82.32%;
  bottom: 0;
  animation: flicker7s 7s ease-in-out 5s infinite;
}

.star-10 {
  position: absolute;
  width: 22px;
  left: 95%;
  top: 77.6%;
  animation: flicker8s 8s ease-in-out 1s infinite;
}

.star-11 {
  position: absolute;
  right: 0;
  top: 22%;
  animation: flicker12s 12s ease-in-out 3s infinite;
}

.newsletter-spacer {
  height: 14.64vw;
  max-height: 200px;
}

.newsletter-caption {
  font-family: 'GranstanderClean-Regular', sans-serif;
	font-size: 1.6em;
	text-align: center;
  color: #ffe65a;
  letter-spacing: 2px;
}

.newsletter-form {
  white-space: nowrap;
  text-align: center;
  position: relative;
  z-index: 100;
}

.form-spacer {
  height: 3.66vw;
  max-height: 50px;
}

.newsletter-input {
  height: 60px;
  width: 365px;
  background-color: #2b1722;
  border: 3px solid #77465f;
  color: white;
  border-radius: 20px;
  
  font-family: 'GranstanderClean-Regular', sans-serif;
  font-size: 1.6em;
  letter-spacing: 2px;
  line-height: 70px;
  
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
  
  margin: 0;
  
  vertical-align: bottom;
}

.newsletter-btn {
  width: 240px;
  height: 78px;
  border: 26px solid transparent;
  background-color: transparent;
  -o-border-image: url('../img/potionpunch_button.png');
  -moz-border-image: url('../img/potionpunch.button.png');
  -webkit-border-image: url('../img/potionpunch_button.png');
  border-image: url('../img/potionpunch_button.png') 30 fill;
  
  font-family: 'GranstanderClean-Regular', sans-serif;
  font-size: 1.6em;
  letter-spacing: 2px;
  color: white;
  text-align: center;
  vertical-align: middle;
  text-shadow: 1px 1px 0 black, 1px -1px 0 black, -1px 1px 0 black, -1px -1px 0 black;

  cursor: pointer;

  line-height: 0px;
  overflow: visible;
  padding-bottom: 10px;
  margin-left: 10px;
}

.newsletter-input:hover, .newsletter-input:focus, .newsletter-input:active {
  outline: none;
}
.newsletter-btn:hover, .newsletter-btn:focus, .newsletter-btn:active {
  outline: none;
  -webkit-filter: contrast(150%);
  filter: contrast(150%);
}
.newsletter-input::-webkit-input-placeholder {
  color: #704159;
}
.newsletter-input:-moz-placeholder {
  color: #704159;
}
.newsletter-input::-moz-placeholder {
  color: #704159;
} 
.newsletter-input:-ms-input-placeholder {
  color: #704159;
}

.nav-spacer {
  height: 8.78vw;
  max-height: 120px;
}

.nav {
  text-align: center;
}

.nav-divider, .nav-item {
  font-family: 'GranstanderClean-Regular', sans-serif;
  font-size: 1.6em;
  letter-spacing: 2px;
  color: #ffe65a;
}

.nav-divider {
  display: inline-block;
}

.nav-item {
  text-decoration: none;
}

.nav-item:hover, .nav-item:focus, .nav-item:active {
  color: white;
}

.m-logo-spacer {
  height: 12.81vw;
  max-height: 175px;
}

.m-logo-container {
  position: relative;
  text-align: center;
}

.m-logo-container a {
  text-decoration: none;
}

.m-logo {
  margin: 0 auto;
}

.m-logo-container a:hover, .m-logo-container a:hover > .m-logo-caption{
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  color: white;
}

.m-logo-caption {
  font-family: 'Lato', sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  letter-spacing: 2px;
  color: #ffe65a;
  margin-top: 5px;
  padding-bottom: 50px;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

@font-face {
	font-family:'GranstanderClean-Regular';
	src: url('../fonts/GranstanderClean_gdi.eot');
	src: url('../fonts/GranstanderClean_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/GranstanderClean_gdi.woff') format('woff'),
		url('../fonts/GranstanderClean_gdi.ttf') format('truetype'),
		url('../fonts/GranstanderClean_gdi.svg#GranstanderClean-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-2122;
}

@media (max-width: 1366px) {
  .screenshot {
    width: 25vw;
  }
}

/* Special cases */
@media (max-width: 1795px) {
  .shine-purple, .shine-pink {
    top: -7vw;
  }
}
@media (max-width: 1256px) {
	 .glow, .pp-logo {
     top: 8.76vw;
   } 
}
@media (max-width: 1024px) {
  .caption {
    font-size: 1.5em;
  }
  
 
  .newsletter-caption {
    font-size: 1.3em;
  }
  
  .stars {
    margin-top: 5.86vw;
  }
  
  .newsletter-input, .newsletter-btn {
    font-size: 1.4em;
  }
  
  .nav-divider, .nav-item { 
    font-size: 1.4em;
  }
}

@media (max-width: 768px) {
  .caption {
    font-size: 1.3em;
  }
  
  .screenshot {
    width: 37vw;
    max-width: 320px;
  }
  
  .newsletter-caption {
    font-size: 1.2em;
  }
  
  .stars {
    margin-top: 4vw;
    height: 60vw;
  }
  
  .star-1, .star-3, .star-9, .star-11 {
    width: 26px;
  }
  
  .star-2, .star-5, .star-6, .star-8 {
    width: 10px;
  }
  
  .star-11 {
    top: 10%;
  }
  
  .star-4, .star-7, .star-10 {
    width: 18px;
  }
  .newsletter-input {
    width: 70%;
  }
  
  .newsletter-input, .newsletter-btn {
    font-size: 1.2em;
  }
  
  .newsletter-btn {
    display: block;
    text-align: center;
    margin: 20px auto;
  }
  
  .nav-divider, .nav-item {
    font-size: 1.2em;
  }
}

@media (max-width: 480px) {
  .caption {
    font-size: 1.1em;
  }
  
  .screenshot {
    width: 90%;
    max-width: 400px;
    margin: 0;
    margin-top: 10px;
  }
  
  .newsletter-caption {
    font-size: 1em;
  }
  
  .apple-badge, .google-badge, .amazon-badge {
    display: block;
    margin: 10px auto;
    height: 11vw;
    min-height: 40px;
  }
  
  .stars {
    margin-top: 3vw;
    height: 70vw;
  }
  
  .newsletter-input {
    width: 80%;
    height: 40px;
    line-height: 40px;
    border-radius: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .newsletter-input, .newsletter-btn {
    font-size: 1em;
  }
  
  .newsletter-btn {
    height: 64px;
    margin-top: 15px;
    border-width: 20px;
    padding-bottom: 5px;
  }
  
  .nav-divider, .nav-item {
    font-size: 1.1em;
  }
}

@media (max-width: 320px) {
  .caption {
    font-size: 1em;
  }
  
  .newsletter-caption {
    font-size: 0.9em;
  }
  
  .newsletter-input, .newsletter-btn {
    font-size: 0.9em;
  }
  
  .nav-item {
    font-size: 1em;
  }
}

@keyframes flicker5s {
  0% {
    transform: scale(1.0);
    opacity: 1;
  }
  5% {
    transform: scale(0.5);
    opacity: 0;
  }
  10% {
    transform: scale(1.0);
    opacity: 1;
  }
  100% {
    transform: scale(1.0);
    opacity: 1;
  }
}

@-o-keyframes flicker5s {
  0% {
    -o-transform: scale(1.0);
    opacity: 1;
  }
  5% {
    -o-transform: scale(0.5);
    opacity: 0;
  }
  10% {
    -o-transform: scale(1.0);
    opacity: 1;
  }
  100% {
    -o-transform: scale(1.0);
    opacity: 1;
  }
}

@-moz-keyframes flicker5s {
  0% {
    -moz-transform: scale(1.0);
    opacity: 1;
  }
  5% {
    -moz-transform: scale(0.5);
    opacity: 0;
  }
  10% {
    -moz-transform: scale(1.0);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1.0);
    opacity: 1;
  }
}

@-webkit-keyframes flicker5s {
  0% {
    -webkit-transform: scale(1.0);
    opacity:1;
  }
  5% {
    -webkit-transform: scale(0.5);
    opacity:0;
  }
  10% {
    -webkit-transform: scale(1.0);
    opacity:1;
  }
  100% {
    -webkit-transform: scale(1.0);
    opacity:1;
  }
}

@keyframes flicker10s {
  0% {
    transform: scale(1.0);
    opacity: 1;
  }
  2.5% {
    transform: scale(0.5);
    opacity: 0;
  }
  5% {
    transform: scale(1.0);
    opacity: 1;
  }
  100% {
    transform: scale(1.0);
    opacity: 1;
  }
}

@-o-keyframes flicker10s {
  0% {
    -o-transform: scale(1.0);
    opacity: 1;
  }
  2.5% {
    -o-transform: scale(0.5);
    opacity: 0;
  }
  5% {
    -o-transform: scale(1.0);
    opacity: 1;
  }
  100% {
    -o-transform: scale(1.0);
    opacity: 1;
  }
}

@-moz-keyframes flicker10s {
  0% {
    -moz-transform: scale(1.0);
    opacity: 1;
  }
  2.5% {
    -moz-transform: scale(0.5);
    opacity: 0;
  }
  5% {
    -moz-transform: scale(1.0);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1.0);
    opacity: 1;
  }
}

@-webkit-keyframes flicker10s {
  0% {
    -webkit-transform: scale(1.0);
    opacity:1;
  }
  2.5% {
    -webkit-transform: scale(0.5);
    opacity:0;
  }
  5% {
    -webkit-transform: scale(1.0);
    opacity:1;
  }
  100% {
    -webkit-transform: scale(1.0);
    opacity:1;
  }
}


@keyframes flicker2s {
  0% {
    transform: scale(1.0);
    opacity: 1;
  }
  12.5% {
    transform: scale(0.5);
    opacity: 0;
  }
  25% {
    transform: scale(1.0);
    opacity: 1;
  }
  100% {
    transform: scale(1.0);
    opacity: 1;
  }
}

@-o-keyframes flicker2s {
  0% {
    -o-transform: scale(1.0);
    opacity: 1;
  }
  12.5% {
    -o-transform: scale(0.5);
    opacity: 0;
  }
  25% {
    -o-transform: scale(1.0);
    opacity: 1;
  }
  100% {
    -o-transform: scale(1.0);
    opacity: 1;
  }
}

@-moz-keyframes flicker2s {
  0% {
    -moz-transform: scale(1.0);
    opacity: 1;
  }
  12.5% {
    -moz-transform: scale(0.5);
    opacity: 0;
  }
  25% {
    -moz-transform: scale(1.0);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1.0);
    opacity: 1;
  }
}

@-webkit-keyframes flicker2s {
  0% {
    -webkit-transform: scale(1.0);
    opacity:1;
  }
  12.5% {
    -webkit-transform: scale(0.5);
    opacity:0;
  }
  25% {
    -webkit-transform: scale(1.0);
    opacity:1;
  }
  100% {
    -webkit-transform: scale(1.0);
    opacity:1;
  }
}

@keyframes flicker8s {
  0% {
    transform: scale(1.0);
    opacity: 1;
  }
  3.1% {
    transform: scale(0.5);
    opacity: 0;
  }
  6.2% {
    transform: scale(1.0);
    opacity: 1;
  }
  100% {
    transform: scale(1.0);
    opacity: 1;
  }
}

@-o-keyframes flicker8s {
  0% {
    -o-transform: scale(1.0);
    opacity: 1;
  }
  3.1% {
    -o-transform: scale(0.5);
    opacity: 0;
  }
  6.2% {
    -o-transform: scale(1.0);
    opacity: 1;
  }
  100% {
    -o-transform: scale(1.0);
    opacity: 1;
  }
}

@-moz-keyframes flicker8s {
  0% {
    -moz-transform: scale(1.0);
    opacity: 1;
  }
  3.1% {
    -moz-transform: scale(0.5);
    opacity: 0;
  }
  6.2% {
    -moz-transform: scale(1.0);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1.0);
    opacity: 1;
  }
}

@-webkit-keyframes flicker8s {
  0% {
    -webkit-transform: scale(1.0);
    opacity:1;
  }
  3.1% {
    -webkit-transform: scale(0.5);
    opacity:0;
  }
  6.2% {
    -webkit-transform: scale(1.0);
    opacity:1;
  }
  100% {
    -webkit-transform: scale(1.0);
    opacity:1;
  }
}

@keyframes flicker12s {
  0% {
    transform: scale(1.0);
    opacity: 1;
  }
  2% {
    transform: scale(0.5);
    opacity: 0;
  }
  4% {
    transform: scale(1.0);
    opacity: 1;
  }
  100% {
    transform: scale(1.0);
    opacity: 1;
  }
}

@-o-keyframes flicker12s {
  0% {
    -o-transform: scale(1.0);
    opacity: 1;
  }
  2% {
    -o-transform: scale(0.5);
    opacity: 0;
  }
  4% {
    -o-transform: scale(1.0);
    opacity: 1;
  }
  100% {
    -o-transform: scale(1.0);
    opacity: 1;
  }
}

@-moz-keyframes flicker12s {
  0% {
    -moz-transform: scale(1.0);
    opacity: 1;
  }
  2% {
    -moz-transform: scale(0.5);
    opacity: 0;
  }
  4% {
    -moz-transform: scale(1.0);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1.0);
    opacity: 1;
  }
}

@-webkit-keyframes flicker12s {
  0% {
    -webkit-transform: scale(1.0);
    opacity:1;
  }
  2% {
    -webkit-transform: scale(0.5);
    opacity:0;
  }
  4% {
    -webkit-transform: scale(1.0);
    opacity:1;
  }
  100% {
    -webkit-transform: scale(1.0);
    opacity:1;
  }
}


@keyframes flicker3s {
  0% {
    transform: scale(1.0);
    opacity: 1;
  }
  8% {
    transform: scale(0.5);
    opacity: 0;
  }
  16% {
    transform: scale(1.0);
    opacity: 1;
  }
  100% {
    transform: scale(1.0);
    opacity: 1;
  }
}

@-o-keyframes flicker3s {
  0% {
    -o-transform: scale(1.0);
    opacity: 1;
  }
  8% {
    -o-transform: scale(0.5);
    opacity: 0;
  }
  16% {
    -o-transform: scale(1.0);
    opacity: 1;
  }
  100% {
    -o-transform: scale(1.0);
    opacity: 1;
  }
}

@-moz-keyframes flicker3s {
  0% {
    -moz-transform: scale(1.0);
    opacity: 1;
  }
  8% {
    -moz-transform: scale(0.5);
    opacity: 0;
  }
  16% {
    -moz-transform: scale(1.0);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1.0);
    opacity: 1;
  }
}

@-webkit-keyframes flicker3s {
  0% {
    -webkit-transform: scale(1.0);
    opacity:1;
  }
  8% {
    -webkit-transform: scale(0.5);
    opacity:0;
  }
  16% {
    -webkit-transform: scale(1.0);
    opacity:1;
  }
  100% {
    -webkit-transform: scale(1.0);
    opacity:1;
  }
}

@keyframes flicker7s {
  0% {
    transform: scale(1.0);
    opacity: 1;
  }
  3.5% {
    transform: scale(0.5);
    opacity: 0;
  }
  7% {
    transform: scale(1.0);
    opacity: 1;
  }
  100% {
    transform: scale(1.0);
    opacity: 1;
  }
}

@-o-keyframes flicker7s {
  0% {
    -o-transform: scale(1.0);
    opacity: 1;
  }
  3.5% {
    -o-transform: scale(0.5);
    opacity: 0;
  }
  7% {
    -o-transform: scale(1.0);
    opacity: 1;
  }
  100% {
    -o-transform: scale(1.0);
    opacity: 1;
  }
}

@-moz-keyframes flicker7s {
  0% {
    -moz-transform: scale(1.0);
    opacity: 1;
  }
  3.5% {
    -moz-transform: scale(0.5);
    opacity: 0;
  }
  7% {
    -moz-transform: scale(1.0);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1.0);
    opacity: 1;
  }
}

@-webkit-keyframes flicker7s {
  0% {
    -webkit-transform: scale(1.0);
    opacity:1;
  }
  3.5% {
    -webkit-transform: scale(0.5);
    opacity:0;
  }
  7% {
    -webkit-transform: scale(1.0);
    opacity:1;
  }
  100% {
    -webkit-transform: scale(1.0);
    opacity:1;
  }
}

@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
@-o-keyframes spin { 100% { -o-transform: rotate(360deg); } }
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }

.text-container{
  padding-top: 64px;
  color: #fff;
  font-family: Lato, sans-serif;
  max-width: 990px;
  margin: 0 auto;
  font-size: 20px;
  text-align: left;
}
.text-container a{
  color: #ffe65a;
}
.text-container h2{}
