:root {
    --greenhigh: #e7ffa3;
    --green: #96ff1e;
    --greengrad: #28e26f;
    --greenshad: #00b4cc;

    --bluehigh: #d6fffd;
    --blue: #7ae2ff;
    --bluegrad: #01baef;
    --blueshad: #017cef;

    --pinkhigh: #ffd8ec;
    --pink: #ffa8d3;
    --pinkgrad: hotpink;
    --pinkshad: #df009c;

    --shadow: #00000036;
    --background: #d6fffda6;
    #c9c9c9
}

/*[{"hex":"#ffffff"},{"hex":"#96ff1e"},{"hex":"#28e26f"},{"hex":"#00b4cc"},{"hex":"#d6fffd"},{"hex":"#7ae2ff"},{"hex":"#01baef"},{"hex":"#017cef"},{"hex":"#ffd3e9"},{"hex":"#ffa8d3"},{"hex":"#df009c"}]*/

body {
    background-color: #007ac0;
    margin-left: auto;
    margin-right: auto;
    font-family:'MS UI Gothic';
}



p {
    font-size: small;
}

header {
    background: url('/graphics/checkdark.png') repeat 0 0;
    background-attachment: fixed;
    animation: bg-scrolling-upleft 3s infinite;
    -webkit-animation: bg-scrolling-upleft 3s infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 2;
}

footer {
    width: 800px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    
}

footer p{
    font-size: x-small;
    color: white;
}

/*SCROLLING BG UPLEFT*/
@-webkit-keyframes bg-scrolling-upleft {
  0% {
   background-position: 54px 54px;
  }
}
@-moz-keyframes bg-scrolling-upleft {
  0% {
    background-position: 54px 54px;
  }
}
@-o-keyframes bg-scrolling-upleft {
  0% {
   background-position: 54px 54px;
  }
}
@keyframes bg-scrolling-upleft {
  0% {
   background-position: 54px 54px;
  }
}

a {
    text-decoration: none;
}

h1 {
    font-family: "Nunito", sans-serif;
    font-weight: 1000;
    font-style: normal;
    text-align: center;
    font-size: 40px;
    color: white;
    text-shadow: 0px 2px var(--blueshad), 2px 2px var(--blueshad), 2px 0px var(--blueshad), -2px -2px var(--blueshad), 0px -2px var(--blueshad), -2px 0px var(--blueshad), -2px 2px var(--blueshad), 2px -2px var(--blueshad), 0px 5px var(--blueshad), -2px 5px var(--blueshad), 2px 5px var(--blueshad);
    letter-spacing: 1px;
    margin-top: 5px;
}

h2 {
    text-align: center;
}

h3 {
    text-align: center;
}

h4 {
    background-color: var(--blue);
    border-radius: 5px;
    padding: 3px;
    color: var(--blueshad);
}

h5 {
    text-align: center;
}

h6 {
    text-align: center;
    margin: 0px;
    margin-bottom: 20px;
}

.smallbubblecentre {
    padding: 5px;
    border: solid black 1px;
    font-size: small;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
    margin-bottom: 10px;
    width: fit-content;
    position: relative;
    background-color: white;
    box-shadow: 0px 3px 0px 0px var(--shadow), inset 0px -3px 0px 0px var(--shadow);
}

.smallbubblecentre p{
    font-size: x-small; 
    margin: 0px;
    letter-spacing: 2px;
}

.smallbubblecentre:after {
  position: absolute; 
  width: 10px;
  height: 10px;
  left: 50%;
  margin-left: -5px;
  top: -6px;
  transform: rotate( 315deg );
  border-top: 1px solid black;
  border-right: 1px solid black;
  background-color: #fff;
  content: '';
  
}

.nav {
    background-color: var(--bluegrad);
    border: 1px solid black;
    border-width: 2px 0px 2px 0px;
    background-color: var(--bluegrad);
    box-shadow: inset 0px 0px 1px 0px var(--bluehigh), inset 0px -4px 0px 0px var(--blueshad), inset 0px 0px 0px 2px var(--bluegrad), inset 0px 2px 0px 2px var(--blue);
}

.navcentre {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    border: solid var(--blueshad);
    border-width: 0px 1px 0px 0px;
    border-radius: 2px;
    box-shadow: 1px 0px 0px 0px var(--bluegrad), -1px 0px 0px 0px var(--bluegrad), inset 0px 0px 1px 0px var(--bluehigh), inset 0px -4px 0px 0px var(--blueshad), inset 0px 0px 0px 2px var(--bluegrad), inset 0px 2px 0px 2px var(--blue);
}

.nav button {
    background-color: var(--bluegrad);
    border: var(--blueshad) 1px solid;
    border-width: 0px 1px 0px 1px;
    margin-right: -6px;
    border-radius: 2px;
    width: 111px;
    outline: none;
    cursor: pointer;
    padding: 10px;
    transition: 0.1s;
    font-family:'MS UI Gothic';
    font-weight: bold;
    box-shadow: inset 0px 0px 1px 0px var(--bluehigh), inset 0px -4px 0px 0px var(--blueshad), inset 0px 0px 0px 2px var(--bluegrad), inset 0px 2px 0px 2px var(--blue);
}

.nav button:hover {
    color: white;
}

.nav button.active {
    color: white;
}

.main {
    margin-top: 150px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.box {
    background-color: white;
    border: 1px solid;
    padding: 25px;
}

#webrings {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.termsgrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

.termsgrid div{
    border-right: 1px solid var(--bluegrad);
    padding-right: 20px;
}

.assetflex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cy img{
    width: 330px;
}

.assetcontainer {
    width: fit-content;
    height: fit-content;
    border: 1px solid var(--shadow);
    border-radius: 5px;
    overflow: hidden;
    margin-right: 5px;
    margin-bottom: 5px;
}

.background {
    padding: 5px;
    background: url("/graphics/checkgrey.png") 0 0;
    background-attachment: scroll;
    animation: bg-scrolling-upleft 7s infinite;
    -webkit-animation: bg-scrolling-upleft 7s infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}

.background img{
    display: inline-block;
    vertical-align: middle;
}

.doll {
    width: fit-content;
    text-align: center;
}

.doll img{

}

.button {
    width: 98px;
}

.stamp {
    width: 109px;
}

.hrcont {
    width: 300px;
    resize: horizontal;
}

.hrprev {
    height: 100px;
}

.stamp img{
    display: inline-block;
    vertical-align: middle;
}

.assetprev {
    background-color: var(--shadow);
    background: url("/graphics/checkgrey.png") 0 0;
    background-attachment: scroll;
    animation: bg-scrolling-upleft 7s infinite;
    -webkit-animation: bg-scrolling-upleft 7s infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    padding: 5px;
}

.assetsource {
    padding: 3px;
    text-align: center;
    font-size: small;
    border-top: 1px solid var(--shadow);
    border-bottom: 1px solid var(--shadow);
    background-color: white;
    font-size: x-small !important;
    height: 1.25em;
    overflow: scroll;
}

.assetsource p{
    margin: 0px;
    font-size: x-small;
    letter-spacing: 1px;
}

.assetinfo {
    margin: 3px;
    text-align: center;
    overflow: auto;
    font-size: x-small;
    letter-spacing: 1px;
}

.assetcode {
    padding: 3px;
    text-align: left;;
    border-top: 1px solid var(--shadow);
    background-color: white;
    height: 50px;
    overflow: auto;
    user-select: all;
}

.assetcode p{
    margin: 0px;
    font-size: small;
    letter-spacing: 1px;
}


/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.infobubble {
    padding: 10px;
    border: solid var(--shadow) 1px;
    font-size: small;
    border-radius: 10px;
    margin-top: -10px;
    margin-bottom: 10px;
    width: fit-content;
    position: relative;
    background-color: white;

}

.infobubble p{
    margin: 0px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.infobubble:after {
  position: absolute; 
  width: 10px;
  height: 10px;
  left: 5%;
  margin-left: -5px;
  top: -6px;
  transform: rotate( 315deg );
  border-top: 1px solid var(--shadow);
  border-right: 1px solid var(--shadow);
  background-color: #fff;
  content: '';
  
}

#pagedoll {
    position: fixed;
    right: 10px;
    bottom: 0px;
}

/* Sticker Sheet Club Styling
http://www.stickersheetclub.neocities.org 
*/
    
    /* Table Styling */
    table {
      background-color: var(--pink); 
      border: 1px solid var(--pink);
      width: 500px;
      font-size: small;
      
    }
		/* Space between the stickers */
		td img {
      padding:5px;
		}
	
    /* Black shadow around stickers
    You can change or remove this if you want */
		.stickersimg img {
    filter: drop-shadow(2px 2px 0px var(--shadow));
		}
			
    /* To customize mulitple sets of tables:
    Each sticker sheet has 3 tables: ssclubheader_#, ssclubstickers_#, and #ssclubfooter_#. 
    Give each set of tables a different number.
    */
	    
    #ssclubheader_1 {
    /* You can use the background header image code here and remove it from the HTML.*/
    background-image:url('https://stickersheetclub.neocities.org/images/stickersheetheader.png'); 
    background-repeat: repeat-x; 
    background-position: top center;
    
    }
			
  	#ssclubstickers_1 {
    /* You can add a different background color or image here too! */
    }
			
    #ssclubfooter_1 {
    /* Here too! */
    }

    .stickersheetgrid {
        display: grid;
        max-width: 1000px;
        grid-template-columns: 500px 500px;
        grid-gap: 20px;
    }

    .defaultcont {
        border: 1px solid var(--blue);
        border-radius: 5px;
    }

    .defaultheader {
        background-color: var(--blue);
        color: var(--blueshad);
        padding: 5px;
    }

    .defaultheader p{
        margin: 0px;
    }

    .defaultitems {
        padding: 5px;
    }

    .defaultitems p{
        margin: 0px;
        margin-right: 5px;
    }

/* HR */

.candybar1 {
    height: 20px;
    background-image: url(/stash/dividers/hr/candybar1.gif);
    border: none;
}

.candybar2 {
    height: 15px;
    background-image: url(/stash/dividers/hr/candybar2.gif);
    border: none;
}

.candybar2 {
    height: 15px;
    background-image: url(/stash/dividers/hr/candybar2.gif);
    border: none;
}

.candybar3 {
    height: 15px;
    background-image: url(/stash/dividers/hr/candybar3.gif);
    border: none;
}

.candybar4 {
    height: 33px;
    background-image: url(/stash/dividers/hr/candybar4.gif);
    border: none;
}

.candybar5 {
    height: 10px;
    background-image: url(/stash/dividers/hr/candybar5.gif);
    border: none;
}

.candybar6 {
    height: 13px;
    background-image: url(/stash/dividers/hr/candybar6.gif);
    border: none;
}

.candybar7 {
    height: 19px;
    background-image: url(/stash/dividers/hr/candybar7.gif);
    border: none;
}

.candybar8 {
    height: 20px;
    background-image: url(/stash/dividers/hr/candybar8.gif);
    border: none;
}

.candybar9 {
    height: 9px;
    background-image: url(/stash/dividers/hr/candybar9.gif);
    border: none;
}

.candybar10 {
    height: 16px;
    background-image: url(/stash/dividers/hr/candybar10.gif);
    border: none;
}

.candybar11 {
    height: 10px;
    background-image: url(/stash/dividers/hr/candybar11.gif);
    border: none;
}

.candybar12 {
    height: 20px;
    background-image: url(/stash/dividers/hr/candybar12.gif);
    border: none;
}

.candybar13 {
    height: 21px;
    background-image: url(/stash/dividers/hr/candybar13.gif);
    border: none;
}

.candybar14 {
    height: 30px;
    background-image: url(/stash/dividers/hr/candybar14.gif);
    border: none;
}

.candybar15 {
    height: 21px;
    background-image: url(/stash/dividers/hr/candybar15.gif);
    border: none;
}

.candybar16 {
    height: 23px;
    background-image: url(/stash/dividers/hr/candybar16.gif);
    border: none;
}

.candybar17 {
    height: 38px;
    background-image: url(/stash/dividers/hr/candybar17.gif);
    border: none;
}

.candybar18 {
    height: 23px;
    background-image: url(/stash/dividers/hr/candybar18.gif);
    border: none;
}

.candybar19 {
    height: 29px;
    background-image: url(/stash/dividers/hr/candybar19.gif);
    border: none;
}

.candybar20 {
    height: 17px;
    background-image: url(/stash/dividers/hr/candybar20.gif);
    border: none;
}

.candybar21 {
    height: 17px;
    background-image: url(/stash/dividers/hr/candybar21.gif);
    border: none;
}

.candybar22 {
    height: 10px;
    background-image: url(/stash/dividers/hr/candybar22.gif);
    border: none;
}

.candybar23 {
    height: 34px;
    border-image-slice: 0 56 34 56;
    border-image-width: auto auto auto auto;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: round round;
    border-image-source: url(/stash/dividers/hr/candybar23.gif)
}

.candybar24 {
    height: 18px;
    background-image: url(/stash/dividers/hr/candybar24.gif);
    border: none;
}

.candybar25 {
    height: 21px;
    background-image: url(/stash/dividers/hr/candybar25.gif);
    border: none;
}

.candybar26 {
    height: 29px;
    border-image-slice: 0 27 29 27;
    border-image-width: auto auto auto auto;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: repeat repeat;
    border-image-source: url(/stash/dividers/hr/candybar26.gif)
}

.candybar27 {
    height: 8px;
    background-image: url(/stash/dividers/hr/candybar27.gif);
    border: none;
}

.candybar28 {
    height: 49px;
    border-image-slice: 0 37 49 37;
    border-image-width: auto auto auto auto;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: repeat repeat;
    border-image-source: url(/stash/dividers/hr/candybar28.gif)
}

.candybar29 {
    height: 30px;
    background-image: url(/stash/dividers/hr/candybar29.gif);
    border: none;
}

.candybar30 {
    height: 10px;
    background-image: url(/stash/dividers/hr/candybar30.gif);
    border: none;
}

.candybar31 {
    height: 13px;
    background-image: url(/stash/dividers/hr/candybar31.gif);
    border: none;
}

.candybar32 {
    height: 19px;
    border-image-slice: 0 20 19 20;
    border-image-width: auto auto auto auto;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: repeat repeat;
    border-image-source: url(/stash/dividers/hr/candybar32.gif)
}

.candybar33 {
    height: 19px;
    background-image: url(/stash/dividers/hr/candybar33.gif);
    border: none;
}

.candybar34 {
    height: 21px;
    background-image: url(/stash/dividers/hr/candybar34.gif);
    border: none;
}

.candybar35 {
    height: 20px;
    background-image: url(/stash/dividers/hr/candybar35.gif);
    border: none;
}

.candybar36 {
    height: 13px;
    background-image: url(/stash/dividers/hr/candybar36.gif);
    border: none;
}

.candybar37 {
    height: 62px;
    background-image: url(/stash/dividers/hr/candybar37.gif);
    border: none;
}

.candybar38 {
    height: 23px;
    border-image-slice: 0 19 23 19;
    border-image-width: auto auto auto auto;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: round round;
    border-image-source: url(/stash/dividers/hr/candybar38.png)
}

.candybar39 {
    height: 29px;
    background-image: url(/stash/dividers/hr/candybar39.gif);
    border: none;
}

.candybar40 {
    height: 12px;
    border-image-slice: 0 13 12 13;
    border-image-width: auto auto auto auto;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: repeat repeat;
    border-image-source: url(/stash/dividers/hr/candybar40.gif)
}

.candybar41 {
    height: 27px;
    background-image: url(/stash/dividers/hr/candybar41.gif);
    border: none;
}

.candybar42 {
    height: 38px;
    background-image: url(/stash/dividers/hr/candybar42.gif);
    border: none;
}

.candybar43 {
    height: 23px;
    background-image: url(/stash/dividers/hr/candybar43.gif);
    border: none;
}

.candybar44 {
    height: 21px;
    background-image: url(/stash/dividers/hr/candybar44.gif);
    border: none;
}

.candybar45 {
    height: 39px;
    background-image: url(/stash/dividers/hr/candybar45.gif);
    border: none;
}

.candybar46 {
    height: 41px;
    background-image: url(/stash/dividers/hr/candybar46.gif);
    border: none;
}

.candybar47 {
    height: 35px;
    background-image: url(/stash/dividers/hr/candybar47.gif);
    border: none;
}

.candybar48 {
    height: 39px;
    background-image: url(/stash/dividers/hr/candybar48.gif);
    border: none;
}

.candybar49 {
    height: 63px;
    border-image-slice: 0 36 63 38;
    border-image-width: auto auto auto auto;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: repeat repeat;
    border-image-source: url(/stash/dividers/hr/candybar49.gif)
}

.candybar50 {
    height: 12px;
    background-image: url(/stash/dividers/hr/candybar50.gif);
    border: none;
}

.candybar51 {
    height: 27px;
    background-image: url(/stash/dividers/hr/candybar51.gif);
    border: none;
}

.candybar52 {
    height: 20px;
    background-image: url(/stash/dividers/hr/candybar52.gif);
    border: none;
}

.candybar53 {
    height: 43px;
    background-image: url(/stash/dividers/hr/candybar53.gif);
    border: none;
}

.candybar54 {
    height: 47px;
    border-image-slice: 0 39 47 37;
    border-image-width: auto auto auto auto;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: round round;
    border-image-source: url(/stash/dividers/hr/candybar54.gif)
}

.candybar55 {
    height: 67px;
    background-image: url(/stash/dividers/hr/candybar55.gif);
    border: none;
}

.candybar56 {
    height: 45px;
    background-image: url(/stash/dividers/hr/candybar56.gif);
    border: none;
}

.candybar57 {
    height: 52px;
    background-image: url(/stash/dividers/hr/candybar57.gif);
    border: none;
}

.candybar58 {
    height: 50px;
    background-image: url(/stash/dividers/hr/candybar58.gif);
    border: none;
}

.candybar59 {
    height: 60px;
    background-image: url(/stash/dividers/hr/candybar59.gif);
    border: none;
}

.candybar60 {
    height: 90px;
    border-image-slice: 0 0 90 71;
    border-image-width: auto auto auto auto;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: space space;
    border-image-source: url(/stash/dividers/hr/candybar60.gif)
}

.candybar61 {
    height: 40px;
    background-image: url(/stash/dividers/hr/candybar61.gif);
    border: none;
}

.candybar62 {
    height: 18px;
    background-image: url(/stash/dividers/hr/candybar62.gif);
    border: none;
}

.candybar63 {
    height: 76px;
    background-image: url(/stash/dividers/hr/candybar63.gif);
    border: none;
}