
body {
    background: #222323;
    color: #222323;
    font-size: 12px;
    font-family: Verdana, sans-serif;
    line-height: 1.1rem;
}

a {
  color: #222323;
}

h1 {
  font-size: 12px;
  border-bottom: 1px dashed;
  font-weight: normal;
  letter-spacing: 1px;
  padding-bottom: 4px;
  text-transform: uppercase;
}

h2 {
  background: #222323;
  color: #f0f6f0;
  font-weight: 600;
  font-size: 13px;
  padding: 2px 4px;
  display: inline-block;
}

h3 {
    border-bottom: 1px dashed #00000040;
    margin: 0;
    margin-top: 1.5rem;
    font-size: 12px;
    padding-bottom: 3px;
    margin-bottom: 0.5rem;
}

.outer, .hero, .banner, .profile, .side, .avatar, .fish, .menu, .main {
    border: 1px solid #222323;
    box-sizing: border-box;
    vertical-align: top;
    background-repeat: no-repeat;
}

.outer {
    background: #F0F6F0;
    width: 881px;
    height: auto;
    padding: 3px;
    margin: auto;
}

.outer::after {
    content: " ";
    display: block;
    background-image: url('/img/footer.png');
    height: 19px;
}

.hero {
    height: 139px;
    width: 268px;
    display: inline-block;
    margin-right: 4px;
    background-image: url('/img/hero.png');
}

.banner {
    height: 139px;
    width: 600px;
    background: #222323;
    display: inline-block;
    background-image: url('/img/banner.png');
}

.side {
    border: none;
    width: 145px;
    display: inline-block;
}

.profile {
    height: 303px;
    width: 100%;
    padding: 3px;
    margin-top: 4px;
}

.avatar {
    width: 100%;
    height: 113px;
    background-image: url('/img/avatar.png');
}

.about-box {
    border: none;
    font-size: 11px;
    padding: 0 4px;
}

.fish {
    width: 100%;
    height: 106px;
    margin-top: 4px;
    background-image: url('/img/fish.gif');
}

.menu {
    border: 0;
    width: 153px;
    display: inline-block;
    margin-top: 4px;
    padding: 0px 4px;
    font-size: 11px;
}

.menu a {
    background: url('/img/button.png');
    width: 100%;
    height: 30px;
    display: block;
    margin-bottom: 4px;
    text-align: center;
    line-height: 20px;
    color: inherit;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.main {
    width: 570px;
    display: inline-block;
    margin-top: 4px;
    padding: 6px 12px;
    height: calc(100vh - 190px);
    overflow-y: auto;
}

pre {
    max-width: 100%;
    overflow: scroll;
    background: #222323;
    color: #f0f6f0;
    font-family: Consolas, monospace;
    padding: 12px;
}

img, video {
    max-width: 100%;
}

.page img, .page video {
  max-width: 75%;
  border: 1px solid #000;
}

.image-filtered {
/*    filter: grayscale(90%) sepia(100%) hue-rotate(450deg) saturate(0.1);*/
    max-width: 250px;
    max-height: 400px;
}

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

.post img.no-hover {
    filter: unset;
}

a img:hover {
    filter: none;
}

.post video {
    max-width: 330px;
    max-height: 400px;
}

.post {
    padding-bottom: 96px;
}

.border-0 {
    border: none !important;
}

.btn-blog {
    display: inline-block;
    width: calc(50% - 2px);
    border: 1px solid;
    box-sizing: border-box;
    text-align: center;
    padding: 6px;
    position: relative;
}

.btn-blog.next::after {
    position: absolute;
    content: "\000BB";
    right: 0;
    font-size: 16px;
    line-height: 14px;
    padding: 0 12px;
}

.btn-blog.prev::before {
    position: absolute;
    content: "\000AB";
    left: 0;
    font-size: 16px;
    line-height: 14px;
    padding: 0 12px;
}

.btn-blog.next {
    float: right;
}

.disabled {
    opacity: 0.2;
}

.btn-blog.archive {
    margin-top: 4px;
    width: 100%;
}

.archive li {
    margin: 6px 0;
}

.btn {
    border: 1px solid;
    padding: 1px;
    float: right;
    margin-left: 4px;
}

.blog-nav {
    position: fixed;
    bottom: 36px;
    background: #f0f6f0;
    width: 529px;
    padding: 12px 0;
}

label {
    display: block;
}

textarea, input {
    width: 100%;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
}

th, td {
    border: 1px solid;
    padding: 3px 6px;
}

th {
    background-color: #ebf1eb;
}

.emoji {
    height: 28px;
    position: relative;
    top: 6px;
}

.home .image-filtered {
    max-width: 350px;
}

.projects img {
    border: 1px solid black;
}

.guestbook {
    background: #f0f6f0;
}

.date {
    opacity: 0.5;
    font-size: 85%;
}