  :root {
		--backgroundSize: 50px;
		
	}

* { 
	box-sizing: border-box;
}

body {
box-sizing: border-box;
  margin:0;
  height: 100vh;
  background-image: url(https://i.imgur.com/4AD4KE9.gif);
  background-size: var(--backgroundSize);
  color: var(--whiteish);
  display: grid;
  place-items: center;
  animation: movingBackground 1s linear infinite;
}
body:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@keyframes movingBackground {
  from { background-position: 0 0;}
  to {background-position: var(--backgroundSize) var(--backgroundSize);}
}

@font-face {
  font-family:'Nintendo-DS-BIOS';
  src: url('https://clovermart.neocities.org/Nintendo-DS-BIOS.ttf');
  }
  
  @font-face {
  font-family:'RomanceA';
  src: url('https://clovermart.neocities.org/RomanceA.ttf');
  }
  
.container {
	width:70vw;
	margin: auto;
	border-radius: 50px;
	display: flex;
	overflow:hidden;
	flex-wrap: wrap;
	padding: 5px;
	gap: 10px;
  position:relative;
  z-index: 5;
  font-family:'Nintendo-DS-BIOS';
  margin: auto;
}

.bg1 {
   background-color: white;
  border-width: 1em;
  border-color: white;
  margin:10px;
  border-radius: 10px;
  color:#668a53;
}

.bg2 {
  background-color: orange;
  border-width: 1em;
  border-color: white;
  margin:10px;
  border-radius: 10px;
  color:indianred;
}



/* these control the column widths */
.small {
flex: 1 1 10%;
height:150px;
width:300px;
overflow: auto;
border-inline-width: medium;
margin: auto;
margin-bottom:10px;
top: 20px;
}
.large { flex: 1 1 82%;
  text-align: center;
  color:#668a53;
}
.header {
  flex: 1 1 90%;
  margin:10px;
  text-align: center;
  font-size: 2rem;
  border: 10px;
  border-radius: 10px;
  font-family:'RomanceA';
  color:#668a53;
  text-shadow: -3px -3px 0 white, 3px -3px 0 white, -3px 3px 0 white, 3px 3px 0 white;
}
.full { flex: 1 1 100%; }
.half { 
  margin: auto;
  border: 10px;
  border-radius: 10px;
  width:25rem;
  flex: 1 1 10%; 
  height:650px;
  color:#668a53;
}

/* Container holding the image and the text */
.shelves {
 margin: auto;
  z-index: -15;
  width: 20rem;
  height:50rem;  
	flex: 1 1 10%;
	flex-wrap: wrap;
  position:relative;
  
  img {
    
    height: 40rem;
    filter: drop-shadow(0px 0px 1px #403833);
    object-fit: contain;

  }
}

.imgtxtl {
  font-family:'RomanceA';
  width: fit-content;
  height: fit-content;
  display: inline-block;
  position: relative;
}
.imgtxtl span {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 2.5rem;
  color: #FFF;
  filter: drop-shadow(1px 1px 0 black) 
    drop-shadow(-1px 1px 0 black)
    drop-shadow(1px -1px 0 black)
    drop-shadow(-1px -1px 0 black);
}
.imgtxtl:hover span, .imgtxtl:focus span {
  opacity: 1;
}
.imgtxtl:hover img, .imgtxtl:focus img {
  filter:grayscale();
  transform: rotate(-5deg);
}


.imgtxtr {
  font-family:'RomanceA';
  width: fit-content;
  height: fit-content;
  display: inline-block;
  position: relative;
}
.imgtxtr span {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 2.5rem;
  color: #FFF;
  filter: drop-shadow(1px 1px 0 black) 
    drop-shadow(-1px 1px 0 black)
    drop-shadow(1px -1px 0 black)
    drop-shadow(-1px -1px 0 black);
}
.imgtxtr:hover span, .imgtxtr:focus span {
  opacity: 1;
}
.imgtxtr:hover img, .imgtxtr:focus img {
  filter:grayscale();
  transform: rotate(5deg);
}



	

.about {
  padding-top:220px;
  padding-left: 70px;
  position:absolute;
}

.insta {
  padding-top:240px;
  padding-left: 80px;
  position:absolute;
}
.twitter {
  padding-top:230px;
  padding-left: 220px;
  position:absolute;
}
.art {

  padding-top:90px;
  padding-left:140px;
  position:absolute;
}
.portfolio {
  padding-top:90px;
  padding-left:110px;
  position:absolute;
}
.blog {

  padding-top:20px;
  padding-left:90px;
  position:absolute;
}
.bluesky {

  padding-top:20px;
  padding-left:230px;
  position:absolute;
}
.shrines {

  padding-top:360px;
  padding-left:140px;
  position:absolute;
}
.sitemap{

  padding-top:360px;
  padding-left:160px;
  position:absolute;
}
.links {
  padding-top:490px;
  padding-left:110px;
  position:absolute;
}
.bl {
  padding-top:490px;
  padding-left:90px;
  position:absolute;
}
.tumblr {
  padding-top:470px;
  padding-left:170px;
  position:absolute;
}
          
/*MISC*/

h1, h2, h3, h4, h5, h6, p  { 
  padding-left:5%;
  padding-right:5%;
	margin: 5px;
	line-height: 1.2;
}
h1 { 
	font-size: 3rem;
	letter-spacing: 2px;
	font-weight: normal;
	text-align: center;
	padding-bottom: 5px;
	text-decoration: none;
}
h2 { 
	font-size: 1.8rem;
	font-weight: normal;
	text-align: center;
}
h3 { 
  text-align: center;
	font-size: 2rem;
}
h4 { 
	font-size: 2rem;
	padding-left: 12px;
}

p{
  
  text-decoration: none;
  font-family: 'Nintendo-DS-BIOS';
}

a:link {
  text-decoration: none;
  color:#668a53;
}

a:visited {
  text-decoration: none;
  color:#668a53;
}

a:hover {
  text-decoration: none;
  color:#fc9e3a;
}

a:active {
  text-decoration: none;
}

/* prevents overflow on smaller screens */
img { max-width: 100%; }
pre { overflow-x: auto; }



.img-floatinganim {
animation-name: floating; 
animation-duration: 6s; 
animation-iteration-count: infinite; 
animation-timing-function: ease-in-out;
} 

@keyframes floating { 
0% { 
transform: translate(0,  0px); 
} 

50%  { 
transform: translate(0, 15px); 
} 

100%   {
transform: translate(0, -0px); 
} 
}


     
        ::-webkit-scrollbar {
        width: 0;
        /* remove scrollbar space */
        background: transparent;
        /* to make scrollbar invisible */
        }

        ::-webkit-scrollbar-thumb {
        background: transparent;
        }
        
      