@font-face {
    font-family: AppleKid;
    src: url('/3-Assets/Fonts/applekid-regular.ttf');
}

body, html {
	padding: 0;
	margin: 0;
	height: 100%;
	background: url('bg.jpg');
	font-size: 12px;
	font-family: "Comic Sans MS", Lato, Verdana;
}

.page {
	padding: 12px;
	background: #000000;
	background: #000000;
}

.page h1:first-child {
	margin-top: 0;
}

img {
	max-width: 100%;
}
iframe {
	border: 0;
	width: 100%;
	height: 100%;
}

h1, h2, h3, h4 {
}

h1 {
}

h2 {
}

.wrapper {
	border: 6px ridge;
	width: 700px;
	margin: auto;
	margin-top: 20px;
	box-sizing: border-box;
}

.header {
	border-bottom: 6px ridge;
	height: 160px;
	box-sizing: border-box;
	background-image: url('headerbg.jpg');
	position: relative;
}

.main {
	display: flex;
}

.side {
  border-right: 6px ridge;
  width: 200px;
  padding: 12px;
  box-sizing: border-box;
  background: #000000;
  color: white;
  min-height: 760px;
}

.content {
	flex-grow: 1;
}

.button {
	display: block;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 12px;
	font-size: 17px;
	background-image: url('bg.png');
	border-radius: 4px;
	color: #2fcca7;
	text-decoration: none;
	text-shadow: 0 0 0px #FFF;
	letter-spacing: 1px;
	border: 4px solid #ffffff;
}

.button:hover {
	text-decoration: underline;
}

.wrapper-body {
	background-image: url('0004.gif');
	background-repeat: repeat-x;
	background-position: bottom; 
}

.cat {
  position: absolute;
  top: 0;
  right: 40px;
  height: 140px;
}

.title {
  padding-top: 20px;
  padding-left: 20px;
}

h1 {
	color: #03ffc0;
	border-bottom: 1px dashed;

}

h2 {
	color: #ffffff;
}
p {
	color: #ffffff;
}

a {
	color: red;
}

Li {
	color: red;
}

/***
EZ Gallery by netfriend - https://netfriend.neocities.org/ez-gallery/
Released under the Unlicense - https://unlicense.org/
***/

.ezgallery.montage { 
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.ezgallery.montage img {
  flex: auto;
  margin: 0 5px 5px 0;
  object-fit: contain;
  object-position: bottom;
}

.ezgallery.horizontal { 
  display: grid;
  grid-gap: 5px;
  gap: 5px;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  grid-auto-rows: minmax(100px, auto);
}

.ezgallery.horizontal a {
  text-align: center;
}

.ezgallery.horizontal img {
  text-align: center;
  vertical-align: middle;
  margin: 0 5px 5px 0;
  max-width: 100px;
  max-height: 100px;
  object-fit: contain;
  object-position: bottom;
}