/*...........................................................

		variables

..........................*/

:root {
   --shadow-color: 0deg 48% 31%;
   --scrollbar-thumb: var(--brown-texture);
   --brown-texture: var(--brown) url("/background/texture/brown3.png");
   --black: #5B5144;
   --brown: #5B5144;
   --red: #c62929;
   --red2: #aa3535;
   --outline-color: var(--red2);
   --selection-bg: var(--red-bg);
   --summary-hover: var(--red);
}

/*...........................................................

		basic styling

..........................*/

body{
   background: var(--red-bg) url("/background/28.gif");
      background-size: auto;
}

/*..........................

		links

..........................*/

a{
   color: var(--red);
}

a:is(:hover, :focus){
   color: var(--black)
}

/*..........................

		footer

..........................*/

footer{
   color: var(--white);
}

footer a{
   color: var(--white);
   text-shadow: var(--text-shadow-custom);
   text-decoration: none;
}

footer a:hover, footer a:focus{
   text-shadow: var(--text-shadow-black);
}

/*...........................................................

		navigation buttons!!!

..........................*/

nav a{
   text-shadow: var(--literal-text-shadow)!important;
}

/*...........................................

	headings

..........................*/

h2:nth-of-type(1):before, h2:nth-of-type(1):after{
   height: calc(1.2 * var(--size));
   width: calc(1.2 * var(--size));
	background-image: url("/stickers/cutie/3_autumn/H06.png");
}

h2:nth-of-type(2):before, h2:nth-of-type(2):after{
   height: calc(1.3 * var(--size));
   width: calc(1.4 * var(--size));
	background-image: url("/stickers/cutie/4_winter/C11.png");
}

h2:nth-of-type(3):before, h2:nth-of-type(3):after{
   height: calc(1.3 * var(--size));
   width: calc(1.5 * var(--size));
	background-image: url("/stickers/cutie/4_winter/B11.png");
}

h2:nth-of-type(4):before, h2:nth-of-type(4):after{
	background-image: url("/stickers/cutie/4_winter/B16.png");
}

h2:nth-of-type(5):before, h2:nth-of-type(5):after{
   height: calc(1.3 * var(--size));
   width: calc(1.6 * var(--size));
	background-image: url("/stickers/cutie/4_winter/D06.png");
}

h2:nth-of-type(6):before, h2:nth-of-type(6):after{
	background-image: url("/stickers/cutie/4_winter/B14.png");
}

h2:nth-of-type(8):before, h2:nth-of-type(8):after{
   height: calc(1.3 * var(--size));
   width: calc(2 * var(--size));
	background-image: url("/stickers/cutie/4_winter/B12.png");
}