/*
   (       )
   `-.`-'.-'
   ,:--.--:.
  / |  |  | \
   /\  |  /\
   | `.:.' |
   
ʚĭɞೃ𓋼𓍊๑ï𓍊𓋼⋆˚✿˖°𓆣 𖢥⊹₊⟡⋆  grid styles ⋆⟡₊⊹𖢥 𓆣°˖✿˚⋆𓋼𓍊ï๑𓍊𓋼ʚĭɞೃ
*/

/* home */
.homeparent {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 100px / auto;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	max-width: 1000px;
	min-width: 600px;
	margin: 30px auto 30px;
}

.div1 {
	position: relative;
	grid-area: 1 / 2;
	padding: 15px;
}
.div2 {
	position: relative;
	grid-area: 2 / 1 / 3 / 2;
	padding: 15px;
}
.div3 {
	position: relative;
	grid-area: 3 / 1 / 5 / 2;
	padding: 15px;
}
.div4 {
	position: relative;
	grid-area: 2 / 2 / 5 / 4;
	padding: 30px;
}
.div5 {
	position: relative;
	grid-area: 5 / 1 / 6 / 3;
	padding: 15px;
}
.div6 {
	position: relative;
	grid-area: 5 / 3 / 6 / 4;
	padding: 15px;
}

/*
   (       )
   `-.`-'.-'
   ,:--.--:.
  / |  |  | \
   /\  |  /\
   | `.:.' |
   
ʚĭɞೃ𓋼𓍊๑ï𓍊𓋼⋆˚✿˖°𓆣 𖢥⊹₊⟡⋆  navigation styles ⋆⟡₊⊹𖢥 𓆣°˖✿˚⋆𓋼𓍊ï๑𓍊𓋼ʚĭɞೃ
*/

.homenav {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

button.nav-buttonhome {
	background-color: var(--col1);
	color: var(--col4);
	border-color: var(--col4);
	font-size: 20px;
	width: 200px;
	padding: 5px;
	margin: 8px;
}

button.nav-buttonhome:hover {
	background-color: var(--col2);
	color: var(--col4);
	border-color: var(--col4);
}

/*
   (       )
   `-.`-'.-'
   ,:--.--:.
  / |  |  | \
   /\  |  /\
   | `.:.' |
   
ʚĭɞೃ𓋼𓍊๑ï𓍊𓋼⋆˚✿˖°𓆣 𖢥⊹₊⟡⋆  jukebox styles ⋆⟡₊⊹𖢥 𓆣°˖✿˚⋆𓋼𓍊ï๑𓍊𓋼ʚĭɞೃ
*/

.jukebox {
	position: relative;
}
.jukebox ul {
	display: none;
	position: absolute;
	background-color: var(--col1);
	border-radius: 6px;
	border: var(--col4) 3px dashed;
	list-style: none;
	width: 200px;
	text-align: left;
	padding: 10px;
	left: 100%;
	top: 0;
	margin: 0;
	z-index: 5;
}

.activate:focus + ul,
.jukebox:focus-within > ul {
	display: inline-block;
}

#jukebox-img {
	width: 200px;
}
.jukebox marquee {
	width: 180px;
}
button.jukebox-button {
	background-color: transparent;
	border: none;
	transition: all 0.2s;
}
button.jukebox-button:hover {
	transform: rotate(-5deg) scale(110%);
}
button.jukebox-button:active {
	transform: rotate(-5deg) scale(100%);
}
#sotw-previous {
	overflow: scroll;
}

/*
   (       )
   `-.`-'.-'
   ,:--.--:.
  / |  |  | \
   /\  |  /\
   | `.:.' |
   
ʚĭɞೃ𓋼𓍊๑ï𓍊𓋼⋆˚✿˖°𓆣 𖢥⊹₊⟡⋆  stats and updates styles ⋆⟡₊⊹𖢥 𓆣°˖✿˚⋆𓋼𓍊ï๑𓍊𓋼ʚĭɞೃ
*/

#created,
#updated,
#visitors,
#followers {
	padding: 0;
	margin: 0;
}

#updates {
	display: flex;
	flex-direction: column;
	height: fit-content;
	max-height: 100px;
	overflow: scroll;
	background-color: var(--col1);
	border: dashed 3px var(--col3);
	border-radius: 15px;
	padding: 3px;
	margin: 10px auto 30px;
	width: 400px;
}

#updates p {
	margin: 2px;
}

/*
   (       )
   `-.`-'.-'
   ,:--.--:.
  / |  |  | \
   /\  |  /\
   | `.:.' |
   
ʚĭɞೃ𓋼𓍊๑ï𓍊𓋼⋆˚✿˖°𓆣 𖢥⊹₊⟡⋆  absolute images ⋆⟡₊⊹𖢥 𓆣°˖✿˚⋆𓋼𓍊ï๑𓍊𓋼ʚĭɞೃ
*/

#tltogetic {
	position: absolute;
	left: -90px;
	width: 120px;
}
#trtogetic {
	position: absolute;
	right: -75px;
	width: 110px;
	top: -25px;
}
#pechatogetic {
	position: absolute;
	width: 110px;
	bottom: -45px;
	left: -60px;
	rotate: 10deg;
}
#bltogetic {
	position: absolute;
	width: 110px;
	left: -80px;
	bottom: -26px;
}
#brtogetic {
	position: absolute;
	width: 110px;
	right: -60px;
	bottom: -45px;
}
#sleepytogetic {
	position: absolute;
	width: 120px;
	bottom: -30px;
	left: -70px;
}
