/* <---- Jimmy's Styling Page ----> */

.page-node-22 .box_time {
  background-color: #6e147b;
  border: 4px solid lime;
  padding: 8px;
  font-family: 'Nimbus Mono L', 'Nimbus Mono', monospace;
  color: lime !important;
}

.page-node-22 .button_time {
  padding: 28px;
  background-color: slateblue;
  border: 8px solid white;
  text-align: center;
  font-size: 28px;
  color: crimson;
  margin: 20px;
}

.page-node-22 .button_time:hover {
  padding: 32px;
  background-color: crimson;
  color: slateblue;
  font-size: 32px;
} 

.page-node-22 .box_parent {
  width: 30%;
  height: 200px;
  margin: 100px;
  float: left;
  display: inline-block;
}

.page-node-22 .box_child_1 {
  background-image: url("https://dev-devthefuture.pantheonsite.io/sites/default/files/styles/thumbnail/public/2022-09/IMG_8810%202_2.jpeg?itok=motdNZAM");
  background-color: red;
  color: white;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.page-node-22 .box_child_2 {
  background: repeating-conic-gradient(red, orange, yellow, green, blue, indigo, violet, rgb(209, 76, 94));
  border: 6px solid white;
  color: beige;
  font-family: 'Nimbus Mono L', 'Nimbus Mono', monospace;
  text-align: center;
}

.css_art {
  position: relative;
  width: 50%;
  margin: auto;
  height: 500px;
}

.sky{
  background-color: lightskyblue;
  height: 75%;
}

.ground{
  height: 25%;
  background-color: lawngreen;
}

.css_art2 {
  position: relative;
  width: 800px;
  margin: auto;
  height: 500px;
}

.sky2{
  margin-top: 200px;
  background-color: rgb(98, 166, 208);
  height: 75%;
}

.ground2{
  height: 25%;
  background-color: rgb(47, 141, 43);
}
