/*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%; }

.environment {
  display: inline-block;
  transform: skew(5deg);
  animation: shake 1s infinite;
  animation-direction: alternate; }

@keyframes shake {
  0% {
    transform: skewY(10deg); }
  100% {
    transform: skewY(-10deg); } }
@keyframes rotatez {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  100% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); } }
@keyframes scale {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1); }
  75% {
    transform: scale(1.5); }
  90% {
    transform: scale(1); }
  95% {
    transform: scale(-1); }
  100% {
    transform: scale(-3); } }
.lifestyle {
  transform: scale(3);
  animation: scale 10s infinite;
  animation-direction: alternate;
  margin-top: 10px;
  text-align: center; }

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

.environment {
  display: inline-block;
  transform: skew(5deg);
  animation: shake 4s 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_hope.css.map */
