@import url(http://fonts.googleapis.com/css?family=Shadows+Into+Light);
@font-face {
	font-family: 'whhglyphs';
	src:url('fonts/whhglyphs.eot');
	src:url('fonts/whhglyphs.eot?#iefix') format('embedded-opentype'),
		url('fonts/whhglyphs.woff') format('woff'),
		url('fonts/whhglyphs.ttf') format('truetype'),
		url('fonts/whhglyphs.svg#whhglyphs') format('svg');
	font-weight: normal;
	font-style: normal;
}

html,
body {
  height:98%;
}

body {
	background-color: #34689b;
	background: -webkit-radial-gradient(#62c5f8, #34689b);
	background: -moz-radial-gradient(#62c5f8, #34689b);
	background: -o-radial-gradient(#62c5f8, #34689b);
	background: -ms-oradial-gradient(#62c5f8, #34689b);
	background: radial-gradient(#62c5f8, #34689b);
}

#teaser {
	color: white;
	font-family: 'Shadows Into Light', cursive;
	font-size: 3em;
	margin: 0 auto;
	padding: 1.5em 0 0 0;
	text-align: center;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'whhglyphs';
	content: attr(data-icon);
	speak: none;
	font-size: 1.5em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media screen and (orientation: landscape) and (max-width: 768px) {
	#teaser {
		padding: 0.3em 0 0 0;
	}
}



/*
color1
	background-color: #f3ca4a;

color2
	background-color: #da674c;
*/
.animate {
  -webkit-animation-duration: .4s;
  -webkit-animation-name: slidein;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: linear;

  -moz-animation-duration: .4s;
  -moz-animation-name: slidein;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: alternate;
  -moz-animation-timing-function: linear;

  animation-duration: .4s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;

}

@-webkit-keyframes slidein {
  from {
  	
  }

  to {
  	font-size: 1.1em;
  }
}

@-moz-keyframes slidein {
  from {
  	
  }

  to {
  	font-size: 1.1em;
  }
}

@keyframes slidein {
  from {
  	
  }

  to {
  	font-size: 1.1em;
  }
}