
.circle-1 {
  position: absolute;
  left: 150px;
  top: 50px;
  width: 300px;
  height: 300px;
  -moz-border-radius: 150px;
  -webkit-border-radius: 150px;
  background-color: #ccc;
}

.reseed {
  font-size: 2.3em;
  line-height: 0.85em;
  position: absolute;
  left: 210px;
  top: 100px;
}

.circle-2 {
  position: absolute;
  left: 455px;
  top: 200px;
  width: 150px;
  height: 150px;
  -moz-border-radius: 75px;
  -webkit-border-radius: 75px;
  background-color: #ccc;   
}

.grow {
  position: absolute;
  left: 490px;
  top: 230px; 
  color: black;
  font-size: 1.5em;
  line-height: 0.85em;
}

.circle-3 {

  position: absolute;
  left: 400px;
  top: 390px;
  width: 250px;
  height: 250px;
  -moz-border-radius: 125px;
  -webkit-border-radius: 125px;
  background-color: #ccc;  
}

.where {
  width: 180px;
  color: black;
  font-size: 0.8em;
  line-height: 1em;
  position: absolute;
  left: 440px;
  top: 450px;
}

.circle-4 {
  display:none;
  
  position: absolute;
  left: 400px;
  top: 200px;
  width: 300px;
  height: 300px;
  -moz-border-radius: 150px;
  -webkit-border-radius: 150px;
  background-color: #ccc;  
}

.when {
  font-size: 2em;
  line-height: 0.85em;
  position: absolute;
  left: 140px;
  top: 130px; 
}

.circle-5 {    
  position: absolute;
  left: 75px;
  top: 350px;
  width: 260px;
  height: 260px;
  -moz-border-radius: 130px;
  -webkit-border-radius: 130px;
  background-color: black;  
}

.seedballs {
  width: 180px;
  color: black;
  font-size: 0.8em;
  line-height: 0.85em;
  position: absolute;
  left: 120px;
  top: 405px; 
}

.circle-6 {
  display:none;
  
  position: absolute;
  left: 400px;
  top: 200px;
  width: 300px;
  height: 300px;
  -moz-border-radius: 150px;
  -webkit-border-radius: 150px;
  background-color: #ccc;  
}

