@import url('https://fonts.googleapis.com/css2?family=Miniver&display=swap" rel="stylesheet');

body {
	margin: 0;
	padding: 0;
	font-family: lucida grande,verdana,arial,helvetica;
	font-size: 12px;
}

img {
	max-width: 100%;
}

.outer {
	width: 1400px;
	margin: auto;
	position: relative;
}

.header {
	background: #000000;
	width: 100%;
	height: 160px;
	border: 1px solid black;
	background-image: url(/home/starsbackground.png);
	background-size: cover;
}

.white {
	background: #FFF;
	border: 1px solid black;
	padding: 24px;
	min-height: calc(100vh - 280px);
	margin-bottom: 2rem;
}

.nav-item {
	background: #FFF;
	display: inline-block;
	border: 1px solid #000;
	position: relative;
	padding: 12px 24px;
	bottom: -1px;
}

.nav-item.active {
	border-bottom: 1px solid #FFF;
}

.content {
	width: 1000px;
	float: left;
	padding-bottom: 1rem;
}

.side {
	width: 250px;
	height: 100%;
	float: right;
}

.clear {
	clear: both;
}

.side-box {
	background: #ff9cce;
	padding: 12px;
	min-height: 100px;
}

textarea.code {
	background: #000;
	color: #FFF;
	font-family: monospace;
	padding: 12px;
	width: 100%;
}

.breadcrumbs {
	background: #EEE;
	display: inline-block;
	padding: 3px 6px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #666;
}

.breadcrumbs a {
	text-decoration: none;
	color: #666;
	font-weight: bold;
}

.nav a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: bold;
}

h1 {
	background: #000;
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 3px 6px;
}

h2 {
	font-size: 1em;
	border-bottom: 1px dotted #000;
	margin-top: 2rem;
}

.border {
	border: 1px solid #000;
}

h2 a {
	text-decoration: none;
	color: #000;
}

.nav-item.nav-top {
	border: none;
}

.site-title {
	color: #ffffff;
	margin-top: 40px;
	margin-left: 70px;
}

.site-title a {
	color: #ffffff;
	text-decoration: none;
	font-family: 'Miniver', cursive;
	font-size: 45px;
}

.update {
	display: inline;
	margin-right: 24px;
}

.updates {
	font-size: 11px;
	margin-top: 6px;
	margin-bottom: 3px;
}

.cow {
	position: absolute;
	width: 300px;
	right: -8px;
	top: 10px;
}

.post-content img {
	max-width: 100%;
}

.muted {
	opacity: 0.3;
}

.recent-image img {
	width: 50px;
	border: 1px solid;
}

.sidebar {
	border: 0;
	width: 100%;
	height: 800px;
}

hr {
	border: 0;
	border-bottom: 1px dotted black;
	margin: 2rem 0;
}

.border-0 {
    border: none;
}

.iframe {
	border: 0;
	width: 1025px;
	height: 850px;
}

.status {
	border: 0;
	width: 240px;
	height: 240px;
}

#statuscafe-username {
    margin-bottom: .5em;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}

a:link {
  color: grey;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: grey;
  background-color: transparent;
  text-decoration: none;
}

table, th, td {
        border: 1px solid black;
        border-collapse: collapse;
        padding: 5px;
        text-align: left;
    }
    th {
        background-color: #ffffff; /* Adds a light grey background to header cells */
    }
    
.row {
  display: flex;
}

.column {
  flex: 50%;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 equal columns */
  gap: 10px; /* Space between images */
}

.image-grid img {
  width: 350px;
  height: 100%; /* Fixed height for uniformity */
  object-fit: contain; /* Crops image to fill without stretching */
}

 .stickers {
    position:absolute;
    max-width:20%;
    height:95%;
    max-height:95%;
    text-align:center;
    display:flex;
    flex-flow:column;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;

  .stickers img {
    max-width: 115px;
      object-fit: contain;
      position:relative;
      z-index:1;
     }
