
@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap');



    body {
      background: url("images/pinstripes.svg");
      background-repeat: repeat;
      background-size: cover;
      font-size: 1.2rem;
     font-family: "Special Elite", system-ui;
   min-height:100vh;
   min-width: 85vh;
    }
.grid{
 display:inline-block;
  border:none;
}
.grid img{
  filter:brightness(.85);
  width:16rem;
}
.grid img:hover{
  filter:brightness(1);
}

.description{
  text-align-last: center;
}
#everything{
  margin-left:auto;
  margin-right:auto;
  margin-top:1rem;
  background-color:rgba(220, 119, 231, 0.59);
   border-style: solid; /* Required for the border to show */
  border-color: #9143cf;
  border-width:3px;
  max-width:1050px;
}
#footer{ color:#f7adff}


#bottomspace{
  flex-grow: 1;
  height:10rem;
}

#lotrgif{
  width:100%;
  height:90px;
  opacity: 0.9;
}
#kittygif{
 display: block;
  margin-left: auto;
  margin-right: auto;
}
#stuckpng{
  width:26rem;
  padding:.8%;
  padding-left:1.5rem;
}
#stuckinmyhead{
  font-weight:600;
  font-size:1.45rem;
    font-style: italic;
  text-align:center;
  line-height:rem;
  margin-bottom:.6rem;
}
#quote{
 font-size:1.3rem;
}
#artistname{
  padding-left:30rem;
}
#updates{
  border-radius: 15px;
  background-image: url("images/rainbowexplosion.pdf");
  background-position: left top;
  background-repeat: repeat;
  padding:8px ;
  margin:15px;
  width: 130px;
}
#title{
 color:rebeccapurple;
text-align: center;
}
#updates2{
    border:none;
  padding-left:0;
}
#updatetime{
   color:rebeccapurple;
  font-size: 1rem; 
  padding:5px;
  text-align: center;
}

    *{margin:0;
    padding:0;}
    #nav{
        border:black 4px hidden;
      height: 55px;
    margin:0;
      padding:5px;
      background-color:#982121;
    
    }
    nav li:first-child {margin-right:auto; }

/* custom colors for links and footer */
    
.navbar-custom a {
    color:#e16c00
}
#animal{
  width:13%

}
ated{
   transform: rotate(-15deg);
}

.footer a{
    color:rebeccapurple;
}

   .main-content {
     text-align: center;
  color: rebeccapurple; 
}
.main-content {
    color:#562885;
    padding-top:.6%;
        padding-left:.6%
}

#catgif{
  width:17rem;
  padding-left:-10px;
}
#catgifdiv{
    width:30rem;
  padding:0%;
    float:left;
  position:relative
}
.div2{
  padding-left:1.5%;
  padding-right:1.5%;
  padding-top:.5%;
  line-height: 1.5;
}

.container {
  border-radius:10px;
  
  display: flex;
   color:rebeccapurple;
}

.rainbowtext{
  font-weight: bold;
  font-style: italic;
  color:#b51775;
}
.divsparkle{
width:100%;
}
#letsexplore{
  color:rebeccapurple;
  padding:.5REM;
  font-size:1.9rem;
  text-align:center;
}
ul {
  list-style-type: none;
  color:#4f00d9;
}


li::marker{
	font-size: 1.5em;
	line-height: 0.1em;
}
    a:hover{
      color:#e746c5;
    }
    nav{
      background-color:#683e91;
      padding-bottom: .6%;
      padding-top: .2%;
    
    }
    nav ul{
      width:100%;
      list-style:none;
      display: flex;
      justify-content:flex-end;
      align-items:center;
    }
    
   
    nav a{ 
      height: 100%;
padding: 0 20px;
      display:flex;
      align-items:center;
    }
   
    .sidebar{
      
    position:fixed;
     top:0; right:0;
      height:100vh;
      width:250px;
      z-index:999;
      background-color:rgba(251, 251, 251, 0.73);
      backdrop-filter: blur(10px);
      display:none;
      flex-direction:column;
      align-items: flex-start;
      justify-content:flex-start;
    }
    .sidebar li{
    width:100%;
    }
    .sidebar a{
      width:100%;
    }
    @media(max-width: 800px){
      .hideOnMobile{
        display:none;
      }
    }
      h1{
    line-height:1.7;
      }
    #ig{
      padding:.3rem;
      padding-top:1rem;
       display: block;
      margin-left: auto;
  margin-right: auto;
  width:3rem;
}  
    .footer {
  position: fixed;
      padding: 5px;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: none;
  color: #e795c1;
  text-align: center;
}
    
      #footer li {
    list-style-type: none;
}
      .lacefooter{
          position:fixed;
          bottom:14px; right:-4px
      }
      

