@font-face {
    font-family: 'footlight_mt_light';
    src: url(https://maurimo.dev/footlight-mt-light-webfont.woff2);
    }
@font-face {
    font-family: 'cothamsans-webfont';
    src: url(https://maurimo.dev/cothamsans-webfont.woff2);
      }

body {
    margin:0px;
    padding:0px;
	color: #262c1e;
		font-family: "SimSun", sans-serif;
		font-optical-sizing: auto;
		font-weight: normal;
		font-style: normal;
		font-size: 18px;
        background-repeat: repeat;
    height:100%;
}

.floater {
  position: absolute;
  bottom:-1em;
  left:1em;
  width:17em;
}

img {
	max-width: 100%;
}

a {
	color: #86ea16;
}

.sidebar {
    position: absolute;
    width: 21.5em;
    margin-top: 10px;
    background-image: url('./imgs/bg-tile.png');
}

.sidemenu {
    position: absolute;
    top:430px;
    margin-top: 10px;
    width: 21.5em;
    background-image: url('./imgs/bg-tile.png');
}

.sidemenu-content {
    background-image: url('./imgs/bg-tile.png');
    font-family: "SimSun", sans-serif;
    max-height:39.4em;
    overflow: auto;
}
.sidebar-content {
    padding: 20px;
    height:100%;
    background-image: url('./imgs/bg-tile.png');
    font-family: "SimSun", sans-serif;
}
.post {
    width:100%;
    height:100%;
    background-image: url('./imgs/bg-tile.png');
    padding:19px;
    margin:-30px;
    padding-right: 49px;
}
.post-list a {
	display: block;
	text-decoration: none;
}

.post-list a:before {
	content: "\00b7";
	margin-left: -12px;
	width: 14px;
	display: inline-block;
}

.title {
	font-size: 63px;
	font-weight: bold;
	letter-spacing: -2px;
	font-family: 'footlight_mt_light';
    filter:drop-shadow(0px 2px 4px #ffffff);

    color:#08b316;
}

.subtitle {
	margin-bottom: 24px;
	font-style: italic;
}

.profile img {
	border: 1px solid #86ea16;
	display: inline;
	float: left;
	margin-bottom: 12px;
	margin-right: 6px;
}

.profile .profile-desc {
	display: inline;
}

.profile {
	border: 1px solid #86ea16;
	padding: 12px;
	border-top: 8px solid #86ea16;
	min-height: 60px;
}


.menu a {
	border: 1px solid #86ea16;
	text-decoration: none;
	padding: 4px;
	display: inline-block;
	margin-bottom: 6px;
}

.menu a:hover {
	font-weight: bold;
}

.sidebar a:hover {
	text-decoration: underline;
}

iframe {
	height: 100%;
	width: 100%;
}

.postarea{
    position: absolute;
    width: calc(100% - 450px);
    margin-left: 400px;
    margin-top:10px;
}

.main {
    background-image: url('./imgs/bg-tile.png');
    height:80vh;

}

.page {
    width: 100%;
    height: 100%;
}

html {
    margin:30px;
    scrollbar-width: thin; 
    background-image: url('./imgs/bg_sky.png');
}

::-webkit-scrollbar {
  width: 10px;
}

h1 {
	font-variant: small-caps;
	border-bottom: 1px dashed;
}

h2 {
    font-variant: small-caps;
    border-color:#08b316;
    border-style:dotted;
    padding:10px;
}