@charset "utf-8";

/* Body Styles */

nav.horizontal {
	display: flex;
	height: 40px;
padding-top: 10px;
}


	nav.horizontal ul {
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
	height: 40px;
	
	}
	
	nav.horizontal ul li {
		flex-grow: 1;
		flex-shrink: 1;
		flex-basis: auto;
	}

nav.bottom {
	background-color: rgb(89, 96, 106);
}

nav.horizontal ul {
	text-align: center;
	width: 100%;	
}

blockquote {
	border-radius: 10px ;
}

nav.horizontal li {
	list-style-type: none;	
	width: 100%;
}

nav.horizontal li a {
	display: block;
	width: 100%;
}

nav.horizontal {
	background-color:rgb(89, 96, 106);  
	align-items: center;
}
html {
	background-image: url("spiral.gif");
background-position: center;
	background-size: cover;
}
	nav {
 color: rgb(232, 255, 250);
 text-decoration: none;
		   display: block;
	}
	nav a:link, nav a:visited {
 color: rgb(232, 255, 250);
 text-decoration: none;
	}
	nav a:active {
 color: rgb(232, 255, 250);
 text-decoration: none;
	}
nav a:hover {
	display: block;
	background-color: rgb(75, 76, 76);
	text-decoration: none;
}

nav a:hover, a:active{
 color: rgb(232, 255, 250);
 text-decoration: underline;
}
body {
	background-color: #FFADFC;
}
header {
	background-color: rgb(75, 76, 76);
	width: 100%;
}
footer {
	background-color: rgb(75, 76, 76);
	width: 100%;
}
a.submenuTitle:hover+ul.submenu, ul.submenu:hover {
 display: block;
}

	nav.horizontal {
	align-items: center;
   min-height: 2em;
}
section img:nth-of-type(1) {
   display: block;
    width: 100%;
height: 50%;
}
section img:nth-of-type(2) {
   display: block;
    width: 10%;
height: 50%;
}
body {  
   box-shadow: rgb(51, 51, 51) 5px 0px 15px,
               rgb(51, 51, 51) -5px 0px 15px;
   margin: 0px auto;
   min-height: 100%;
   min-width: 320px;
   max-width: 1024px;
   width: 100%;
}
blockquote.tabbed {
	background-color: #FFE1FE;
}
nav button {
	align-self:center;
}

button {
	background-color: #665272;
	border-color: #493D4E;
	border-width:3px;
	
}
button nav a:hover, a:active{
 background-color: #493D4E;
 text-decoration: none;
	color: mintcream;
}
nav.horizontal {

	padding-right: 50px;
}
blockquote.update {
	background-color: #FFE1FE;
	padding: 15px;
	
}
nav ul {
   list-style: none;
   list-style-image: none;
}

body {
	display: flex;
	flex-flow: row wrap;
}

article.BadFusions {
	flex-grow: 1;
	flex-shrink: 4;
	flex-basis: 300px;
}

article.Fusions {
	flex-grow: 4;
	flex-shrink: 1;
	flex-basis: 500px;
}

article.Fusions img {
	width: 25%;
}
article.BadFusions img {
	width: 58%;
}

article.Meme {
	flex-grow: 1;
	flex-shrink: 4;
	flex-basis: 260px;
}

article.OtherSprite {
	flex-grow: 4;
	flex-shrink: 1;
	flex-basis: 600px;
}

article.OtherSprite img {
	width: 20%;
}
article.Meme img {
	width: 90%;
}

blockquote.bluesky-embed {
	float: left;
	width: 20%;
	border-radius: 40px;
	padding-top: 10px;
}
article.youtube {
	float: left;
	width: 80%;
	border-radius: 20px ;
}