body {
    font-family: "Silkscreen";}

@font-face {
    font-family: "Extrude";
    src: url(/fonts/Extrude.ttf);
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: "scifi2k2";
    src: url(/fonts/scifi2k2.ttf);
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: "scifi2k2";
    src: url(/fonts/scifi2ki.ttf);
    font-style: italic;
    font-weight: 100;
}

body {
background-image: url(/img/penis.png);
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
background-size: cover;
padding-top: 40px; 
}

img {
	max-width: 50%;
}

.outer {
	width: 1100px;
	margin: auto;
	position: relative;
	padding-top: 435px;
}

.update {
	display: inline;
	margin-right: 24px;
}

.updates {
    font-size: 18px;
    background: linear-gradient(to right, #E8337B, #42F5DA, #FFD4E6);
    color: #000;
    padding: 8px 0;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    border-bottom: 3px solid #000;
    font-family: "Silkscreen", monospace;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.white {
	background: #FFF;
	border: 4px solid #E02907;
	padding: 20px;
	min-height: 3px;
	margin-bottom: 1rem;
	z-index: 1;
}

.nav {
    display: inline-block;
    margin-right: 20px;
}

.nav-item {
	background: #FFF;
	display: inline-block;
	border: 4px solid #E02907;
	position: relative;
	padding: 12px 24px;
	bottom: 4px;
}

.nav-item.active {
	background: #42F5DA;
	border: 4px solid #045152;
}

.content {
	width: 70%;
	float: left;
	padding-bottom: 0.5rem;
	height: auto;
}

.static {
  border: 0px;
  position: relative;
  padding-top: 3rem;
  display: flex;
  justify-content: center; 
  flex-wrap: wrap; 
  gap: 6px;
}

.static img {
  width: 120px;
  height: 50px;
}
  

.musicplayer{
  border: 0px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  transform: scale(1);
  transform-origin: center;
  }


.side {
	width: 30%;
	height: 100%;
	float: right;
}

.clear {
	clear: both;
}

.side-box {
	background: #EEE;
	padding: 12px;
	min-height: 900px;
}


.nav a {
  font-family: scifi2k2;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 20px;
	font-weight: bold;
}

h1 {
  font-family: scifi2k2;
	background: #045152;
	color: #FFF;
	font-size: 2em;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 3px 6px;
}

.nav-item.nav-top {
	border: none;
}

.site-title {
	color: #FFF;
	margin-top: 40px;
	margin-left: 70px;
}

.site-title a {
	color: #FFF;
	text-decoration: none;
	font-family: scifi2k2;
	font-style: italic;
	font-size: 45px;
}

/*ANIMATED HEADER THING HERE*/
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
}

.header-image {
    width: 3000px;
    max-width: 100%; 
    height: auto; 
    display: block;
}

.yasu {
	position: absolute;
	width: 360px;
	right: 20px;
	margin-top: 80px;
}

.post-content img {
	max-width: 90%;
}

.muted {
	opacity: 0.3;
}

.recent-image img {
	width: 50px;
	border: 1px solid;
}
/*HEY FUMBDUCK HERES THE SIDEBAR CONTROLLER*/
.sidebar {
	border: 4px solid #045152;
	width: 100%;
	height: 750px;
}

hr {
	border: 0;
	border-bottom: 1px dotted black;
	margin: 2rem 0;
}

table {
	border-collapse: collapse;
}

th, td {
	padding: 6px 12px;
	border: 1px solid #000;
    vertical-align: top;
}

th {
	background: #EEE;
	color: black;
}

table.border-0 th, table.border-0 td {
    border: 0;
}

.border-0 {
    border: none;
}

table img {
	max-width: 100%;
}
.foot {
  background: #FFF;
	border: 4px solid #E02907;
	width: 800px;
	padding: 12px;
	min-height: 3px;
	margin-bottom: 1rem;  
	margin-left: auto;
  margin-right: auto;
  clear: both;
	}
.banners {
	text-align: center;
	width: 1000px;
	min-height: 3px;
	margin-bottom: 1rem;  
	margin-left: auto;
  margin-right: auto;
  clear: both;
	}

.footertext{
  color: #E02907;
  text-align: center;
  }

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tab-content iframe {
    width: 100%;
    height: 100vh;
    min-height: 1100px;
    max-height: 1100px;
    border: 0px;
}
