body{
    background-image: url("Assets/Backgrounds/Pink_Cloud_Pixel.gif");
    background-repeat: no-repeat; 
    background-attachment: fixed;
    background-size: cover;
  font-size: 13px;
  font-family: verdana;
  color: #404040;
  margin: 58px 15px 63px 15px;

}
a:link {text-decoration: none; color: #ca3899;}
a:visited {text-decoration: none; color: #ca3899;}
a:hover {text-decoration: underline; color: #7632d7;}
a:active {text-decoration: none; color: #7632d7;}
a {
  cursor: crosshair;
}
img {
  vertical-align: middle;
  max-width:100%;
  max-height:100%
}
a img {
  border: 0;
}
iframe {
  overflow:auto;
  display: block;
  width: 100%;
}
table, th, td {
  border: 0;
  border-collapse: collapse;
}
th, td {
  padding: 2px;
}
td img {
    vertical-align:top;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 10px 20px 6px 20px;
  width: auto;
}

.ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: auto;
}
 
li a:link {
  display: block;
  background-color: #b181f7;
  color:#fff;
  text-decoration: none;
  padding: 5px 5px 5px 5px;
  margin-bottom: 6px;
}

li a:visited {
  display: block;
  background-color: #b181f7;
  color:#fff;
  text-decoration: none;
  padding: 5px 5px 5px 5px;
  margin-bottom: 6px;
}

li a:hover {
  display: block;
  background-color: #f649bc;
  color:#fff;
  text-decoration: underline;
  padding: 7px 7px 7px 7px;
  margin-bottom: 6px;
}

li a:active {
  display: block;
  background-color: #7f89e6;
  color:#fff;
  text-decoration: none;
  padding: 5px 5px 5px 5px;
  margin-bottom: 6px;
}
.bgcolor {
  background-color: rgb(255, 240, 211);
  padding: 10px;
}
 
.wrapper{
  border:3px solid #9a58f8;
    border-radius: 3px;
  max-width: 960px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}
.header{
  height: auto;
  background: #caa5ff;
  color: #404040;
}

.footer{
  height: auto;
  background: #caa5ff;
     background-image: url(Assets/Dividers/Purple_Skyline.gif);
    padding: 3px;
  color: #404040;
}

.content {
  display: flex;
  flex: 1;
  background: #fae8e8;
  color: #404040;
}
.columns{
  display: grid;
  grid-template-columns: 21.9% 56.2% 21.9%;
  width: 100%;
}
.main{
  flex: 1;
  order: 2;
  background: #ffffff;
  overflow: auto;
}
.sidebar-left{
  background: #fff5fc;
  background-image: url(Assets/Backgrounds/Falling_Hearts.gif);
  order: 1;
}
.sidebar-right{ 
  order: 3;
  background: #fff5fc;
  background-image: url(Assets/Backgrounds/Falling_Hearts.gif);
}

/* On screens that are 600px or less, stack the columns */
@media screen and (max-width: 600px) {
.columns {
  grid-template-columns: 1fr;
  padding: 0;
  }
.ul {
  display:none; 
  }
.show {
display: block;
  }
}


.seal-peek {
  position: fixed;
  left: -20px;
  bottom: 140px; /* For vertical position */
  z-index: 9999; /* Stays on top of most things */
  height: 265px; /* Adjust as needed */
  pointer-events: none; /* So it doesn’t block clicks underneath */
}

.cat-collage {
  position: absolute;
  top: 18px;
  left: 78%;
  transform: translateX(-11%) rotate(-21deg); /* centered and rotated slightly */
  z-index: 5;
  width: 100px; /* or whatever looks nice */
  pointer-events: none;
}