@charset "utf-8";
/* CSS Document */

body {
	background-color: #1C203F;
	color: #FFFFFF;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace"; 
	font-size: 1em;
}

h1 {
	color: white;
	vertical-align: middle;
	font-size: 2.5em;
	margin: 0px;
}

a {
	display: inline-block;
	width: 80%;
	margin: auto;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
	text-decoration: none;
	border: 2px solid #0A3;
	border-radius: 16px;
	background-color: #001500;
	padding: 8px 32px 8px 32px;
	color: #00990A;
	font-weight: 900;
	font-size: 2em;
	/* color: #BAB */
}

a:hover {
	color: white;
	background-color: #808;
}

.block {
	display: block;
    width: 80%;
	height: 3em;
    background-color: black;
	margin: auto;
    margin-top: 16px;
    margin-bottom: 32px;
    border: 2px solid #00990A;
    border-radius: 16px;
    padding: 8px 32px 8px 32px;
    text-align: center;
	vertical-align: middle;
}

.jellworm-button{
  display: inline-block;
  /* width: 120px; */
  width: 2em;
  height: 2em;
  background-image: url('jellyworm.png');
  background-size: cover;
  background-position: center;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}

.tom-button{
  display: inline-block;
  width: 2em;
  height: 2em;
  background-image: url('kitty/icons/tom.png');
  background-size: cover;
  background-position: center;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}



.file-button{
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url('kitty/icons/kitty_file.png');
  background-size: contain;
  background-position: center;
  position: relative;
  text-decoration: none;
  overflow: visible;
}

.link-text {
  position: absolute;
  bottom: 0;
	left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6); /* semi-transparent black */
  text-align: center;
  padding: 4px 0;
  font-weight: bold;
  font-size: 0.2em;
}

.file-link-text {
  position: absolute;
	bottom: -25px;
	left: 0px;
  width: auto;
  background: rgba(0, 0, 0, 0.6); /* semi-transparent black */
  text-align: center;
  padding: 5px 15px;
  font-weight: bold;
  font-size: 14px;
	border-radius: 10px;
}