body {
  background: radial-gradient(circle, #fffde2, #d9ffd8, #b6edef) no-repeat center center fixed;
  margin: 0;
  box-sizing: border-box;
  color: #094142; }

h1 {
  font-family: "Love Ya Like A Sister", cursive;
  font-size: 6em;
  text-align: center;
  margin-bottom: -10px; }

h4 {
  font-size: 3.98em;
  font-family: "Reenie Beanie", cursive;
  text-align: center; }

.enterButton {
  font-family: "Love Ya Like A Sister", cursive;
  font-size: 3em;
  text-align: center; }

p {
  font-family: "Special Elite", serif;
  font-size: 2em; }

.nav {
  display: flex;
  justify-content: flex-end;
  text-align: center;
  padding: 20px;
  font-size: 2.75em;
  margin: auto;
  font-family: "Reenie Beanie", cursive; }

#home, #about, #game {
  margin-right: 5%; }

.ctrlInfobar {
  padding: 25px;
  margin-left: 5%; }

.spinMe {
  width: 150px;
  height: 40px;
  margin: 45px auto 0 auto;
  display: block;
  font-size: 22px;
  text-align: center;
  cursor: pointer;
  color: white;
  font-weight: bold;
  background-color: white;
  text-shadow: 1px 1px 1px #07526e;
  line-height: 40px;
  padding: 5px;
  background: #0d8b99;
  background-image: linear-gradient(bottom, #0ea5b6 0%, #15e1ec 100%);
  border-radius: 5px;
  box-shadow: 0px 5px 2px 0px #07526e; }

.spinMe:hover {
  background-color: #0ea5b6; }

.aboutWrapper {
  padding: 25px 25px;
  max-width: 1100px;
  margin: auto; }
  .aboutWrapper p {
    font-family: "Roboto Slab", serif;
    font-size: 1.5em;
    line-height: 1.4;
    margin-bottom: 25px; }
    .aboutWrapper p a, .aboutWrapper p .library {
      font-family: "Special Elite", serif;
      font-size: 1.3em;
      color: #094142; }

.aboutImage {
  display: block;
  margin: 20px auto;
  width: 200px;
  height: 200px; }

/***************************/
.globe {
  display: flex;
  justify-content: center; }

.ball {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  margin-top: 20px;
  border-radius: 50%;
  -webkit-transform-style: preserve-3d;
  background: url("../assets/small world image for testing.jpeg") repeat-x;
  background-size: auto 100%; }

.slowSpin {
  -webkit-animation: move-map 20s infinite linear;
  -moz-animation: move-map 20s infinite linear;
  -o-animation: move-map 20s infinite linear;
  -ms-animation: move-map 20s infinite linear;
  animation: move-map 20s infinite linear; }

.quickSpin {
  -webkit-animation: move-map 2s infinite linear;
  -moz-animation: move-map 2s infinite linear;
  -o-animation: move-map 2s infinite linear;
  -ms-animation: move-map 2s infinite linear;
  animation: move-map 2s infinite linear; }

.ball:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: -20px 10px 40px 10px rgba(0, 0, 0, 0.4) inset;
  z-index: 2; }

.ball:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-filter: blur(0);
  opacity: 0.3;
  background: radial-gradient(circle at 50% 80%, #81e8f6, #76deef 10%, #3e90d8 66%, #0b59a0 100%); }

.ball .shadow {
  position: fixed;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1) 40%, transparent 50%);
  -webkit-transform: rotateX(90deg) translateZ(-150px);
  -moz-transform: rotateX(90deg) translateZ(-150px);
  -ms-transform: rotateX(90deg) translateZ(-150px);
  -o-transform: rotateX(90deg) translateZ(-150px);
  transform: rotateX(90deg) translateZ(-150px);
  z-index: -1; }

.stage {
  width: 300px;
  height: 300px;
  display: block;
  margin: 20px;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -ms-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
  -webkit-perspective-origin: 50% 50%;
  -moz-perspective-origin: 50% 50%;
  -ms-perspective-origin: 50% 50%;
  -o-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%; }

@-moz-keyframes move-map {
  0% {
    background-position: -849px 0; }
  100% {
    background-position: 0 0; } }

@-webkit-keyframes move-map {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -849px 0; } }

@-o-keyframes move-map {
  0% {
    background-position: -849px 0; }
  100% {
    background-position: 0 0; } }

@-ms-keyframes move-map {
  0% {
    background-position: -849px 0; }
  100% {
    background-position: 0 0; } }

@keyframes move-map {
  0% {
    background-position: -849px 0; }
  100% {
    background-position: 0 0; } }

/*# sourceMappingURL=maps/styles.css.map */
