/* start light mode styling */
	:root {
		--text: #9468B7 ;
		--border: #A1C3A1;
		--accent: rgb(166, 96, 168);
		--bg: #ffecf6;
		--gradientTop: #ffffff;
		--gradientBottom: #ffecf6;
	}
	header {
		background: url('***light mode banner image***');
	}
/* end light mode styling */

#borderimg { 
  border: 10px solid transparent;
  padding: 0px;
  border-image: url(https://i.ibb.co/JR2g16nR/tumblr-b3b04b6b71938f9bd546234ce3f4ea6c-dbe64731-75.png) 35% round;
}

#borderbow { 
  border: 12px solid transparent;
  padding: 0px;
  border-image: url(https://i.ibb.co/bMM430hw/tumblr-a7b567bc4ff3215d67482a542e3090c3-41437106-75.png) 35% round;
}

* { 
	box-sizing: border-box;
}
body {

	zoom:109%;

	padding: 10px;
	font-family: 'MS PGothic', sans-serif;
	color: var(--text);

	/* page background pattern */
	background-color: var(--gradientTop);
	background-image: url("https://i.ibb.co/gbycvz1K/022.gif");
	background-size: 20px 20px;
	background-position: 0 0, 0 0, 10px 18px, 10px 18px, 0 0, 10px 18px;

}





.container {
	max-width: 55rem;
	margin: 2vw auto 12px auto;
	border: 11px solid transparent;
  border-image: url(https://i.ibb.co/JR2g16nR/tumblr-b3b04b6b71938f9bd546234ce3f4ea6c-dbe64731-75.png) 35% round;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	padding: 5px;
	gap: 5px;
	background-color: var(--gradientBottom);
	background-image: url("https://i.ibb.co/tw9HNp2d/004.gif");
}
/* these control the column widths */
.small { flex: 1 1 9%; }
.large { flex: 1 1 69%; }
.full { flex: 1 1 100%; }
.half { flex: 1 1 49%; }

header {
	background-image: url("https://i.ibb.co/67134kqM/clovers3222025.png");
  background-size: 600px 500px;
	background-position: center;
	width: 100%;
	height: 120px; /* change banner height here*/
	border: 2px ridge var(--border);
	border-radius: 5px;
	position: relative;
}
header span {
	font-size: 2.5rem;
	position: absolute;
	bottom: 0;
	right: 10px;.itim-regular {
  font-family: "Itim", cursive;
  font-weight: 400;
  font-style: normal;
}

	margin: 10px;
	font-weight: bold;
	text-shadow: 1px 1px var(--text),
		-1px 1px var(--text),
		1px -1px var(--accent),
		-1px -1px var(--accent);
	color: var(--gradientTop);
}

pic {
	border: 2px ridge var(--border);
	border-radius: 5px;
	padding: 5px;
	background: url("https://i.ibb.co/PG6Gq8Y4/pinktile32222025.png");
}
pic div {
	text-align: center;
	font-size: 1.25rem;
	margin: 5px 5px 10px 5px;
}
pic a {
	display: block;
	margin: 5px;
	background: linear-gradient(to right,var(--bg),var(--gradientBottom));
	border-radius: 5px;
	padding: 2px 7px;
	text-decoration: none;
}
nav {
	border: 2px ridge var(--border);
	   min-height: 450px;
	   max-width: 166px;
	border-radius: 5px;
	padding: 5px;
	background: url("https://i.ibb.co/PG6Gq8Y4/pinktile32222025.png");
}
nav div {
	text-align: center;
	font-size: 1.25rem;
	margin: 5px 5px 10px 5px;
}
nav a {
	display: block;
	margin: 5px;
	background: linear-gradient(to right,var(--bg),var(--gradientBottom));
	border-radius: 5px;
	padding: 2px 7px;
	text-decoration: none;
}
nav a:link, nav a:visited { 
	color: var(--text);
}
nav a:hover, nav a:focus {
	background: linear-gradient(to right,var(--bg), var(--gradientBottom), var(--gradientTop));
}

/* optional button styling like in the preview */
div.small > img {
	display: block;
	margin: 5px auto;
	border:2px ridge var(--border);
	border-radius: 5px;
}

.box {
  background: #ffffff;
  background-size: 190px;
   border: 12px solid transparent;
  border-image: url(https://i.ibb.co/bMM430hw/tumblr-a7b567bc4ff3215d67482a542e3090c3-41437106-75.png) 35% round;
  width: 200px;
	height: 270px; 
  transform: rotate(4deg);
  z-index: 1;
  overflow: auto;
  color: #C98BA0;

}

.update-log {
  background: url("https://i.ibb.co/ksbbSpkN/bluewhitestripebackground32525.png");
  background-attachment: local;
  border: 1px;
  border-color: #BA95D8;
  border-style: dashed;
  padding: 10px;
  margin: 10px;
  max-width: 200px;
  max-height: 110px;
  overflow: auto;
}

.purplebox {
  background: url("https://i.ibb.co/Ndx3kVsZ/tumblr-bb7b81e04f1b5065d13742ec5de9d746-90047218-400.jpg");
  background-size: 100px;
  border: 1px;
  border-color: #BA95D8;
  border-style: dashed;
  padding: 10px;
  margin: 10px;
  overflow: auto;
}

.stampbox {
  background: url("https://i.ibb.co/Ndx3kVsZ/tumblr-bb7b81e04f1b5065d13742ec5de9d746-90047218-400.jpg");
  background-size: 100px;
  border: 1px;
  border-color: #BA95D8;
  border-style: dashed;
  padding: 27px;
  margin: 10px;
  overflow: auto;
}

.purplestripebox {
  background: url("https://files.catbox.moe/3h7qte.png");
  background-size: 30px;
  border: 1px;
  border-color: #BA95D8;
  border-style: dashed;
  padding: 10px;
  margin: 10px;
  overflow: auto;
}

.bluebox {
  background: url("https://i.ibb.co/ksbbSpkN/bluewhitestripebackground32525.png");
  border: 10px solid transparent;
  border-image: url(https://i.ibb.co/JR2g16nR/tumblr-b3b04b6b71938f9bd546234ce3f4ea6c-dbe64731-75.png) 35% round;
  padding: 10px;
  overflow: auto;
}

.whitebox {
  background: white;
  border: 10px solid transparent;
  border-image: url(https://i.ibb.co/JR2g16nR/tumblr-b3b04b6b71938f9bd546234ce3f4ea6c-dbe64731-75.png) 35% round;
  padding: 10px;
  overflow: auto;
}

.dollbox {
  background: white;
border: 12px solid transparent;
  border-image: url(https://i.ibb.co/bMM430hw/tumblr-a7b567bc4ff3215d67482a542e3090c3-41437106-75.png) 35% round;
  padding: 10px;
  overflow: auto;
  margin-top: 25px;
}

.statusbox {
  background: white;
  border: 10px solid transparent;
  border-image: url(https://i.ibb.co/JR2g16nR/tumblr-b3b04b6b71938f9bd546234ce3f4ea6c-dbe64731-75.png) 35% round;
  padding: 3px;
  margin-left:10px;
  margin-right:10px;
  overflow: auto;
}

.planks {
  background: url("https://files.catbox.moe/p64mfr.png");
  background-size: 60px;
  border: 1px;
  border-color: rgb(182, 151, 111);
  color: rgb(153, 118, 78);
  border-style: dashed;
  padding: 10px;
  margin: 10px;
  overflow: auto;
}

main-section {
	border: 2px ridge var(--border);
	border-radius: 5px;
	background: url("https://i.ibb.co/j9mmT1dB/002.png");
	background-attachment: local;
	padding: 5px;
   max-height: 455px;
   overflow: auto;
}

shipblog {
	border: 10px solid transparent;
  border-image: url(https://i.ibb.co/JR2g16nR/tumblr-b3b04b6b71938f9bd546234ce3f4ea6c-dbe64731-75.png) 35% round;
	background: url("https://i.ibb.co/j9mmT1dB/002.png");
	background-attachment: local;
	padding: 5px;
   max-height: 310px;
   overflow: auto;
}

blacksection {
	border: 2px ridge var(--border);
	border-radius: 5px;
	background: rgb(0, 0, 0);
	background-attachment: local;
	padding: 5px;
   max-height: 455px;
   overflow: auto;
}

side-section {
	border: 2px ridge var(--border);
	border-radius: 5px;
	background: url("https://i.ibb.co/Jw1V0vFp/016.gif");
  background-size: 60px 60px;
	padding: 5px;
  max-width: 700px;
  max-height: 455px;
  overflow: auto;
}

bottom-section {
	border: 2px ridge var(--border);
	border-radius: 5px;
	background: url("https://i.ibb.co/j9mmT1dB/002.png");
	padding: 5px;
}

water {
	border: 2px ridge var(--border);
	border-radius: 5px;
	background: url("https://i.ibb.co/23ZP4tG0/ba937cf766386138db3acb16bf12984bc6270f0e.png");
	background-size: 60px 60px;
	background-attachment: local;
	padding: 5px;
   max-height: 455px;
   overflow: auto;
}

introbox {
	border: 2px ridge var(--border);
	border-radius: 5px;
	background: url("https://i.ibb.co/ksbbSpkN/bluewhitestripebackground32525.png");
	background-attachment: local;
	padding: 5px;
   max-height: 450px;
   overflow: auto;
}

purplestripes {
	border: 2px ridge var(--border);
	border-radius: 5px;
	background: url("https://files.catbox.moe/3h7qte.png");
	background-size: 30px 30px;
	padding: 5px;
   max-height: 455px;
   overflow: auto;
}

/*QuickReset*/ * {margin:0; box-sizing:border-box;}


.About {
  display: flex;
}

.About > * {
  margin: 10px;
}

footer {
	text-align: center;
	margin-bottom: 5vw;
	font-size: 0.8rem;
}
footer a { 
	text-decoration: none;
}

.margin {
	margin-left: 25px;
	margin-right: 15px;
}

.button {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}


/* Corner overlays are now absolutely positioned inside .container */
#topcorner {
  /* Position set inline in HTML for container-relative placement */
  transform: rotate(-15deg);
}

#tiltright {
  /* Position set inline in HTML for container-relative placement */
  transform: rotate(15deg);
}

#belowtop {
  /* Position set inline in HTML for container-relative placement */
  transform: rotate(0deg);
}

#moretilt {
	transform: rotate(-25deg);
}


  *::-webkit-scrollbar {
	width: 1px;
  }

  *::-webkit-scrollbar-track {
	background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
	background-color: #fff1f9;
  }

.center {
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: center;

}

.centertext{
  text-align: center;
  padding-top: 50px;
}

.centermargin {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 7px;
		margin-bottom: 7px;
}

  .sidesecpic {
	display: block;
	object-fit: cover;
	width: 130px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px;
	margin-bottom: 3px;
	border-style: dashed;
	border-width: 2px;
	border-color: rgb(255, 176, 215);
  }

    .phone {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 150px;
		margin-bottom: 150px;
  }

  .indent {
  text-indent: 2rem;
}

  textarea {
	border-style: dashed;
	border-width: 2px;
	border-color: rgb(255, 176, 215);
	color: rgb(255, 103, 179);

  }

h1, h2, h3, h4, h5, h6, p  { 
	margin: 5px;
	line-height: 1.2;
}
h1 { 
	font-size: 1.4rem;
	letter-spacing: 2px;
	font-weight: normal;
	text-align: center;
	border-bottom: 2px ridge var(--border);
	padding-bottom: 5px;
}
h2 { 
	font-size: 1.25rem;
	font-weight: normal;
	text-align: center;
}
h3 { 
	font-size: 1.1rem;
}
h4 { 
	font-size: 1rem;
	color: var(--accent);
	padding-left: 12px;
}

/* prevents overflow on smaller screens */
img { max-width: 100%; }
pre { overflow-x: auto; }

p.a {
  text-align-last: right;
}

a {
  color: var(--text);
  font-size: 1rem;
  text-decoration: underline;
}

a:hover, a:focus {
	font-style: italic;
}
a:visited {
	color: var(--accent);
}

/* webring etc stuffs */

