html {
	--bg-color: none;
	--sheep-yellow: #dbcb00;
	--sheep-purple: #adb6e1;
	--sheep-white: #d9e2e9;
	background-image: url('https://file.garden/ZWzGXx9JoSEF0CWG/sheep/sitbcbg.png');
	background-repeat: repeat;
}
body {
	font-family: 'Brady Bunch', "Slackey", Arial, sans-serif;
	margin: 20px 0;
}
p, mark {
		font-family: "Playpen Sans", cursive;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
}
mark {
	background-color: #ffffff82;
}
}
a:link {
	color:black;
}
a:hover {
	color: var(--sheep-yellow);
}
a:visited {
	color: var(--sheep-yellow);
}
article {
	background-color: var(--sheep-white);
	overflow:hidden;
}
article > h1 {
	margin: 0 auto;
}
.ul a {
	color: black;
}
li a {
	color: black;
	font-family: "Playpen Sans", cursive;
	text-decoration: none;
}
li a:hover {
	text-decoration: underline;
	color: black;
}
@font-face {
	font-family: 'Brady Bunch', sans-serif;
	src: url(https://file.garden/ZWzGXx9JoSEF0CWG/sheep/bradybunch@font-face);
}
.main {
	width: 600px;
	padding: 12px;
	background-color: var(--sheep-purple);
	background-image: url('https://file.garden/ZWzGXx9JoSEF0CWG/sheep/bg2.png');
	background-repeat: repeat;
	max-height: 90vh;
	overflow:auto;
}
.right {
	width: 200px;
	padding: 12px;
	position: sticky;
	top: 0;
}
.flexbox {
	display: flex;
}
.indexlink {
	padding: 3px;
}
.tab:hover {
	cursor: pointer;
}
.headercont {
	border: 12px solid transparent;
	border-image: url(https://file.garden/ZWzGXx9JoSEF0CWG/sheep/divborder.png) 44 round;
}
.sheepcontent {
	display: none;
	padding: 6px 12px;
	border-top: none;
	animation: fadeanim 1s;
}
.comicflex {
	display:flex;
	flex-direction: row;
	align-items: center;
}
.comicflex img {
	width: 50%;
	height: 50%;
}
.toygrid img, a {
	width: 100%;
}
@keyframes fadeanim {
  from {opacity: 0;}
  to {opacity: 1;}
}
#sheeplogo {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
#contentimage {
	float:right;
	transition: transform .2s;
}
#contentimage:hover {
	transform: rotate(-7deg);
}
#wobble {
	font-size: 45px;
	text-align: center;
	color: var(--sheep-yellow);
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black, 0 0;
}
#watchnow {
	transition: transform .2s;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black, 0 0;
}
#watchnow:hover {
	transform: scale(1.5);
}
#indextitle {
	color:white;
	letter-spacing: 3px;
	text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black, 0 0;
}
#indexfont {
	font-family: 'Brady Bunch', "Playpen Sans", sans-serif;
	font-size: 30px;
  margin: 0;
  padding: 0 0 0 13px;
  text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black, 0 0;
}
#indexa {
	text-decoration: none;
}
#default {
	background-image: url(https://file.garden/ZWzGXx9JoSEF0CWG/sheep/section1.png);
	background-size: cover;
}
#section1 {
	background-image: url(https://file.garden/ZWzGXx9JoSEF0CWG/sheep/section5.png);
	background-size: cover;
}
#section2 {
	background-image: url(https://file.garden/ZWzGXx9JoSEF0CWG/sheep/section2.png);
	background-size: cover;
}
#section3 {
	background-image: url(https://file.garden/ZWzGXx9JoSEF0CWG/sheep/section3.png);
	background-size: cover;
}
#section4 {
	background-image: url(https://file.garden/ZWzGXx9JoSEF0CWG/sheep/section4.png);
	background-size: cover;
}
#charactersright {
	float:right;
	width:100px;
	padding: 0px 5px 0 10px;
}
#charactersleft {
	float:left;
	width:100px;
	padding: 0px 10px 0 5px;
}
#charactertitle {
	margin:8px 0 0;
	font-size: 26px;
  color: var(--sheep-yellow);
  letter-spacing: 1px;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black, 0 0;
}
@keyframes floating {
0% { transform: translate(0, 0px); }
50% { transform: translate(0, 15px); }
100% { transform: translate(0, -0px); }
}
@media only screen and (max-width: 630px) {
   .right {
     position:relative;
     max-width:100%;
     width:100%;
     height:max-content;
     display:flex;
     flex-direction:column;
     flex-wrap:wrap;
     overflow:hidden;
     order: 1;
   }
   .index {
    width: max-content;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: auto;
    padding: 10px;
  }
   #indextitle {
   	display: none;
  }
   .tab {
   	display:flex;
   	flex-direction: column;
   	flex-wrap:wrap;
    overflow:hidden;
   }
   #sheeplogo {
   	 height: auto;
   	 width: 75%;
   	 margin: auto;
   }
   .flexbox {
     flex-wrap:wrap;
     flex-direction:row;
   }
   .main {
     order:2;
     max-width: 90%;
     margin: auto;
   }
}