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

.page-node-21 .rad_box {
    background-color: #e72dc5;
    font-size: 50px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';
    border:5px solid rgb(233, 121, 233);
    text-decoration: dotted darkslateblue;
    outline-style: groove;
    outline-width: 18px;
    outline-color: rgb(187, 100, 250)
  }
.page-node-21 .my_paragraph {
    background-color: mediumseagreen;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    border: 10px wavy rgb(34, 89, 59);
    text-decoration: overline rgb(233, 121, 233);
    margin: 25px 50px 75px 100px;

}
.page-node-21 .groovy {
  text-decoration: wavy peru underline;
  color: rgb(205, 94, 63) !important;
  font-size: 30px;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  
}
.page-node-21 .header_a {
  color:rgb(58, 214, 128);
}
.page-node-21 .button_style {
  color: white;
  background-color: rgb(184, 70, 70);
  border-color: rgb(255, 145, 145);
  border-width: 10px;
  padding: 18px 35px;
  font-size: 50px;
  transition-duration: .4s;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  border-radius: 60px;

}
.page-node-21 .button_style:hover {
  background-color: rgb(209, 145, 255);
  border-color:rgb(136, 70, 184);
  color:rgb(136, 70, 184);
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);

}
.page-node-21 .table {
  width: 65%;
  color:rgb(38, 8, 89);
  border:5px solid rgb(76, 0, 139);
  background: conic-gradient(#5bbdc8,#9198e5,rgb(149, 35, 220),rgb(226, 93, 195));
}

.page-node-21 .parent {
  text-align:center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: flex start;
}
.page-node-21 .float_child {
  text-align:center;
  vertical-align: middle;
}
.page-node-21 .beautiful_child {
  border-width: 5px;
  outline-width: 10px;
  outline-style: groove;
  outline-color: rgb(34 81 89);
  color: rgb(255 255 255);
  font-family: 'Trebuchet MS','Lucida Sans Unicode','Lucida Grande','Lucida Sans',Arial,sans-serif;
  margin: 10%;
  height: 215px;
  background-image: url(https://www.thisiscolossal.com/wp-content/uploads/2021/12/rainlook-8.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 330px
}

.page-node-21 .cool_child {
  background: repeating-linear-gradient(black,rgb(80, 39, 204),rgb(112, 3, 3));
  font-family: 'Times New Roman', Times, serif; 
  font-size: 15px;
  color:#9198e5;
  border-style:solid; 
  border-color: rgb(71, 1, 1);
  border-width: 5px;
  margin-left: 50%;
  height: 200px;
  width: 200px;
}

.page-node-21 .header_b {
  color:#5e9cda
}

.page-node-21 .header_c {
  color:#e45b49
}

.page-node-21 .header_d {
  color:#cb2ddc
}

.page-node-21 .image {
  background-image: url(/sites/default/files/inline-images/taggart%20win18%204.png);
  height: 100px;
}

.ball {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: rgb(255,255,255);
  border-width: 2px;
  border-color: rgb(67,67,67);
  position: relative;
  top: 100%;
  left: 50%;
  border-style: solid;
}

.hiketable table.table{
  background-color: rgb(66, 66, 66);
  color: white;
  --bs-table-striped-color: white;
}