/*Jenn Parker 
April 14, 2016
Hope Planet Style Sheet*/
/* Body Style*/
body {
  font-family: "Comic Sans MS", cursive;
  color: #cc00ff;
  font-size: 1.1em;
  background: #66ffff; }

body, html {
  height: 100%; }

@keyframes shake {
  0% {
    transform: perspective(300px) scaleZ(1.75) rotateX(60deg); }
  100% {
    transform: perspective(25px) scaleZ(0.75) rotateX(-60deg); } }
@keyframes rotate {
  0% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  100% {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg); } }
@keyframes scale {
  0% {
    transform: scaleX(1); }
  50% {
    transform: scaleX(1); }
  55% {
    transform: scaleX(1.5); }
  60% {
    transform: scaleY(1); }
  95% {
    transform: scaleY(-1); }
  100% {
    transform: scaleY(-3); } }
.lifestyle {
  transform: scaleZ(-45deg);
  animation: scale 6s infinite;
  animation-direction: alternate;
  margin-top: 10px;
  text-align: center; }

.government {
  display: inline-block;
  transform: rotate(45deg);
  animation: rotate 4s infinite;
  animation-direction: alternate; }

.environment {
  display: inline-block;
  transform: scaleZ(1.75) rotateX(45deg);
  animation: shake 2s linear infinite;
  animation-direction: alternate; }

h1 {
  font-size: 3.5em;
  text-shadow: 2px 2px #ffff66;
  word-spacing: 8px;
  text-align: center;
  letter-spacing: 15px; }

h1.title {
  font-family: Impact, Charcoal, sans-serif;
  background-image: url(images/planet.jpg); }

h2 {
  font-family: Impact, Charcoal, sans-serif;
  font-size: 2em;
  text-shadow: 2px 2px #ffff66;
  text-align: left;
  text-indent: 10px;
  margin-bottom: 1px;
  display: flex; }

.text {
  font-family: Helvetica, sans-serif;
  color: #cc00ff;
  font-size: 0.9em;
  margin-top: 1px; }

.clear {
  clear: both; }

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