
/*fonts*/
@import url('https://spacesprinkles.site/fonts/Angi3.css');
@import url('https://spacesprinkles.site/fonts/afs-fonts.css');

/*names:
Poison
KGInimitableOriginal
AwesomeMother
*/



/*structure*/
:root {
  --red:#fa8085;
  --orange:#fd9d7c;
  --yellow:#fbd97d;;
  --green:#a3d963;
  --blue:#2ec7d6;
  --purple:#9c70cc;
  --pink:#fd7ab0;
  --black:#0000000;
  --dkgray:#343434;
  --gray:#666666;
  --ltgray:#9a9a9a;
  --ltstgray:#bdbdbd;
  --supergray:#d0d0d0;
  --white:#ffffff;
  --rainbowrt: linear-gradient(to right, #fa8085,#fd9d7c,#fbd97d,#a3d963,#2ec7d6,#9c70cc,#fd7ab0);
  --rainbowlt: linear-gradient(to left, #fa8085,#fd9d7c,#fbd97d,#a3d963,#2ec7d6,#9c70cc,#fd7ab0);
  --rainbowbottom: linear-gradient(to bottom, #fa8085,#fd9d7c,#fbd97d,#a3d963,#2ec7d6,#9c70cc,#fd7ab0);
  --rainbowtop: linear-gradient(to top, #fa8085,#fd9d7c,#fbd97d,#a3d963,#2ec7d6,#9c70cc,#fd7ab0);
}

* {
  box-sizing: border-box;
  font-family: 'Geologica', sans-serif;
  font-size:18px;
  line-height: 24px;
  scroll-behavior: smooth !important;	cursor: url('https://spacesprinkles.site/images/cursor-cookie3.png'),auto !important;
}

::-webkit-scrollbar {
	width: 15px;
	background: transparent;
}
::-webkit-scrollbar-button {
	height: 0px;;
}
::-webkit-scrollbar-track {
	border: 0px;
}
::-webkit-scrollbar-thumb {
	  	background: var(--rainbowtop);
	border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover, ::-webkit-scrollbar-button:hover {
	background: var(--ltstgray);
}

a, span.link{
font-weight: bold;
text-decoration: none;
transition: all .5s ease-in-out;
}

a:hover, label:hover, a img:hover, button:hover, button img:hover{
cursor: url('https://spacesprinkles.site/images/cursor-cookie5.png'),auto !important;
text-decoration: none;
}

body {
  margin: 0;
  background: url('images/bg3.png');
}

p{
  text-align:justify;
  padding: 5px 50px;
  }

.topnav {
  overflow: hidden;
 background: var(--rainbowrt);
  box-shadow: 0px 0px 10px var(--ltstgray);
  font-weight: bold;
}

.linkies .left{
  float: left;
}

.linkies .right{
  float:right !important;
}

.linkies .left a{
  text-transform: capitalize;
font-family: 'KGInimitableOriginal', sans-serif;
font-size: 24px;
font-weight: normal;
}

.linkies::after{
  clear:both;
}

.linkies a:after{
padding: 5px;
vertical-align:bottom;
font-weight: normal !important;
font-size: 27px;
}

.linkies a.title:after{
font-family: Angi3;
content: "A" !important;
}

.linkies a.me:after{
  font-family: Angi3;
  content:'U';
}

.linkies a.you:after{
  font-family: Angi3;
  content:'c';
  text-transform: lowercase;
}

.linkies a.links:after{
  font-family: Angi3;
  content:'T';
}

.linkies a.tagbox:after{
  font-family: Angi3;
  content:'(';
}

.topnav a {
  float: left;
  display: block;
  color: var(--white);
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.topnav a:hover {
  color: var(--dkgray);
  background-image: linear-gradient(to bottom, #dddddd,#bdbdbd);
}

.content {
  padding: 4px 8px;
  width: 70%;
  background: #ffffff;
  margin: 10px auto;
  box-shadow: 0px 0px 10px var(--ltstgray);
  border-radius: 20px;
}

.clouds{
  width: 100%;
  height: 240px;
  background: url('images/cloudbg4.png');
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: repeat-x;
}

.footer {
 background: var(--rainbowrt);
  padding: 4px;
  box-shadow: 0px 0px 10px var(--ltstgray);
}

.footer p{
  text-align:center;
  text-shadow: 1px 1px 5px white;
}

.footer p:after{
font-family: Angi3;
content: "A" !important;
padding: 5px;
vertical-align:middle;
font-weight: normal !important;
font-size: 24px;
}

.footer strong{
  color: var(--black);
}



/* details */

.center{
  text-align:center;
  margin: 0 auto;
}

h1, h2, h3{
  font-size:36px;
  font-family: 'KGInimitableOriginal', sans-serif !important;
  line-height: 48px;
  text-align:center;
  font-weight: normal;
  text-transform: capitalize;
}


hr{	
	
	  	background: var(--rainbowlt);
	width: 90% !important;
	border: 0px !important;
	height: 12px;
	border-radius: 20px;
	margin: 20px auto;
	opacity: 1;
}



sup{
	color: #606060;
	font-variant: small-caps;
	text-transform: lowercase;
	background: #eeeeee;
	padding: 0px 8px 4px 8px;
	border-radius: 20px;
	text-shadow: 1px 1px 0px #ffffff;
	letter-spacing: 2px;
}

sub{
	color: #947200;
	font-variant: small-caps;
	text-transform: lowercase;
	background: #fff0bd;
	padding: 0px 8px 4px 6px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-left: 2px dashed #ffd33b;
	text-shadow: 1px 1px 0px #ffffff;
	vertical-align: 5px;
	letter-spacing: 2px;
}

b,  strong{
		 color: #a3d963;
	 line-height: 33px;
}


i, cite,em{
color: #fd9d7c;
	 line-height: 33px;
}

u,.underline{
color: #9c70cc;
	line-height: 33px;
	text-decoration: underline wavy #fbd97d;
	font-style: bold;
}

s,del{
	color: #bdbdbd;
	text-decoration: line-through wavy #fa8085;
	line-height: 33px;
}

.content a{
  color: #fd7ab0;
  text-decoration: underline wavy #fbd97d;
}

.content a:hover{
  color: #2ec7d6;
  text-decoration: underline wavy #9c70cc;
}

.content .history a span, .content .history a span:hover{
  text-decoration:none !important;
  font-size: 50px !important;
  padding: 20px !important;
  line-height: 80px;
}

input, textarea, select, button[type=submit]{
  border-radius: 20px;
  border: 3px solid #9a9a9a;
  background: #d0d0d0;
  color: #000000;
font-family: 'AwesomeMother', sans-serif;
font-size: 27px;
opacity: .65;
}

input:hover, textarea:hover, select:hover{
  opacity: .8;
}

input:focus, textarea:focus, select:focus{
  opacity: 1;
  background: var(--yellow);
}

.cog-choice__value, .cog-button__text{
  color: #000000;
font-family: 'AwesomeMother', sans-serif;
font-size: 27px;
}

label.cog-label, .cog-asterisk, legend{
  font-family: 'KGInimitableOriginal', sans-serif !important;
  font-size: 30px !important;
  font-weight: normal;
}

.cog-asterisk{
  color:   var(--pink) !important;
}

button[type=submit]{
  background: var(--green);
  font-weight: bold;
  border-color: darkgreen !important;
  padding: 8px 10px 4px 10px;
  text-transform: uppercase;
}

button[type=submit]:hover{
  background: var(--orange);
  border-color: tomato !important;
}
  

/* updates box and tagboard */

#updates{
background:  var(--rainbowrt);
width: 70%;
margin: 0 auto;
padding: 3px 10px 10px 10px;
border-radius: 20px;
}

#updates h2, #tagboard h2{
color: white;
font-family: 'AwesomeMother', sans-serif !important;
font-size: 45px;
margin: 4px 5px;
}

.news,.tag{
background:  var(--white);
width: auto;
margin: 0 auto;
height: 470px;
overflow: auto;
border-radius: 0px 0px 10px 10px;
border: 4px solid #ffffff;
}


/* updates box */

#tagboard{
background:  var(--rainbowrt);
width: 25%;
margin: 0 auto;
padding: 3px 10px 10px 10px;
border-radius: 20px;
}





/* tables but not really tables */

div.fauxtable {
  border: 0px solid #000000;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
.divTable.fauxtable .divTableCell, .divTable.fauxtable .divTableHead {
  border: 0px solid #AAAAAA;
  padding: 3px 3px;
}
/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}







/* ####### MOBILE CSS ####### */

@media only screen and (max-width: 800px){
  
  .content{
    width: 100%;
  margin: 10px auto;
  box-shadow: 0px 0px 10px var(--ltstgray);
  border-radius: 0px;
  }
  
  .clouds{
  display:none;
  }
  
  .linkies .right, .linkies .left{
    float: none !important;
    text-align:center !important;
  }

  
}