.graphic {
  width: 100%;
  height: auto;
  min-height: 600px;
  padding: 2em;
  background: #a4cae1;
  background-image: url("../img/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  min-width: 360px;
}

.graphic a {
  color: inherit;
  text-decoration: none;
}
.read-in p {
  font-size: 56px;
  font-weight: bold;
  text-align: center;
  /* color: #13294b; */
  /* text-shadow: 0px 0px 6px #666666; */
}

.connector {
  font-weight: bold;
  position: relative;
  color: rgba(255,255,255, 0.8);
  top: -70px;
  right: -55%;
  text-shadow: none;
}
.whitenum {
  color: #ffffff;
  font-size: 4em;
  font-weight: bold;
  text-align: center;
  text-shadow: 0px 0px 6px #666666;
}
.littlewhite {
  font-weight: bold;
  font-size: 1.5em;
  top: -7px;
  position: relative;
  white-space: nowrap;
}
.numberbox {
  padding: 1em;
  margin: 1em;
  min-width: 150px;
  max-width: 150px;
  max-height: 200px;
  text-align: center;
  min-height: 170px;
  border: 3px solid #4b9cd3;
  border-radius: 3em;
  background-color: rgba(19,41,75,0.5);
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
}

.numberbox .whitenum {
  font-size: 3rem;
}

.bignum {
  min-width: 85px;
  font-weight: bold;
  padding: 1em;
  text-align: center;
  color: #ffffff;
  text-shadow: 0px 0px 6px #666666;
  letter-spacing: 0.5px;
}

.descriptor {
  margin-bottom: 2em;
  top: -0.5em;
}

.smallnum {
  font-size: 0.8em;
  font-weight: normal;
}

.moons {
  background-color: rgba(21,21,21,0.3);
  padding: 2em;
  border-radius: 1em;
  /* min-width: 300px; */
}

.moon {
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 30px;
  border-radius: 5em;
  /* float: left; */
  display: inline-block;
  margin: 0.2em;
  opacity: 0.8;
  }

  .moon-whole {
  background-image: url("../img/moon-whole.png");
  }

  .moon-4-2 {
    background-image: url("../img/moon-4.2.png");
  }
  .moon-4-3 {
    background-image: url("../img/moon-4.3.png");
  }

.moon-4-4 {
  background-image: url("../img/moon-4.4.png");
}

.moon-4-5 {
  background-image: url("../img/moon-4.5.png");
}

.moon-4-6 {
  background-image: url("../img/moon-4.6.png");
}
@media only screen and (max-width: 600px) {

  .connector {
    right: -60%;
  }

}
