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

.page-node-20 .cool_box {
    background-color: #7dcd47;
    border-color: white;
  }


 
  .tree {
    position: absolute;
    height: 100px;
    width: 100px;
    left: 15%;
    top: 57%;
  }
  
  .treeBase {
    position: relative;
    height: 60px;
    width: 10px;
    background: #edc9af;
    margin: auto;
    bottom: -40px;
  }
  
  .treeLeaves {
    border-radius: 50%;
    height: 60px;
    width: 50px;
    background: #468468;
    margin: auto;
    bottom: 60px;
    position: relative;
  }

  .tree2 {
    position: absolute;
    height: 100px;
    width: 100px;
    left: 75%;
    top: 57%;
  }

  .boxinner {
    position: absolute;
    height: 40px;
    width: 72px;
    background: white;
    left: 43%;
    top: 80%;
    opacity: 0.9;
    border-style: solid;
    border-color: black;
    border-width: 3px 3px 0px 3px;
  }

  .boxouter {
    position: absolute;
    height: 45px;
    width: 87px;
    background: grey;
    left: 40%;
    top: 78%;
    z-index: -1;
    border-style: solid;
    border-color: black;
    border-width: 3px 3px 0px 3px;
  }

  .box {
    position: relative;
    transform: translate(40%,-45%);
    height: 250px;
    width: 250px;
    left: 40%;
    top: 65%;
  }

  .box2 {
    position: relative;
    transform: translate(40%,-45%);
    height: 250px;
    width: 250px;
    left: 0%;
    top: -2%;
  }



