@import url('https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kode+Mono&display=swap');

body {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 6px;
    background-image: url('img/bg1.png');
    background-color: darkgrey;
}

p,
h1,
h2,
li,
details,
summary,
span,
table,
th,
td,
sub,
sup,
a,
i {
    font-family: 'Kode Mono', monospace;
}

.page {
    background-color: white;
    background-image: none;
}

details>p {
    margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}

audio {
    padding-top: 54px;
    height: 20px;
}

.outer {
    width: 900px;
    height: 700px;
    border: 1px solid #000;
    padding: 6px;
    background-image: url('img/1.png');
    background-color: white;
    margin: auto;
}

.title {
    border: 1px solid #000;
    display: inline-block;
    vertical-align: top;
    width: 300px;
    height: 200px;
    margin-bottom: 6px;
    background-image: url('img/2.png');
}

.site-title {
    font-family: 'Gloria Hallelujah', sans-serif;
    font-size: 30px;
    text-align: center;
    padding-top: 50px;
    box-sizing: border-box;
}

.site-subtitle {
    font-family: 'Verdana', sans-serif;
    text-align: center;
    font-size: 13px;
}

.banner-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 540px;
    height: 200px;
}


.banner {
    border: 1px solid #000;
    display: inline-block;
    vertical-align: top;
    width: 590px;
    height: 170px;
    background-image: url('img/banner7.jpg');
    background-size: cover;
    background-position: 20%;
}

.scroller {
    border: 1px solid #000;
    display: inline-block;
    vertical-align: top;
    width: 590px;
    height: 20px;
    background: #FFF;
    margin-top: 6px;
    overflow: hidden;
}

.marquee {
    overflow: hidden;
    display: flex;
    line-height: 20px;
}

.marquee span {
    white-space: nowrap;
}

.left {
    display: inline-block;
    vertical-align: top;
    width: 200px;
}

.menu {
    border: 1px solid #000;
    display: inline-block;
    vertical-align: top;
    padding: 24px;
    box-sizing: border-box;
    background-image: url('img/4.png');
    background-color: black;
}

.small {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.main {
    border: 1px solid #000;
    display: inline-block;
    vertical-align: top;
    width: 500px;
    height: 490px;
    background: #FFF;
}

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

.right {
    width: 186px;
    display: inline-block;
    vertical-align: top;
}

.profile {
    border: 1px solid #000;
    width: 187px;
    height: auto;
    background: #FFF;
    padding: 6px;
    box-sizing: border-box;
}

.avatar {
    border: 1px solid #000;
    width: 170px;
    height: 170px;
    margin-bottom: 12px;
    background-image: url('img/avvy.jpg');
    background-size: cover;
}

.ad {
    border: 1px solid #000;
    width: 185px;
    height: 185px;
    background-image: url('img/5.png');
}

.pagespacer {
    height: 200px;
}

.menu a {
    border: 1px solid #FFF;
    height: 34px;
    line-height: 30px;
    width: 100%;
    display: inline-block;
    color: inherit;
    text-decoration: none;
    background: #FFF;
    text-align: center;
    position: relative;
    margin-bottom: 13px;
}

.menu a:before {
    content: " ";
    display: inline-block;
    height: 32px;
    width: 32px;
    background: #c3c3c3;
    border: 2px solid #FFF;
    position: absolute;
    left: -1px;
    top: -1px;
}

a.icohome:before {
    background-image: url('img/home.png');
    background-repeat: no-repeat;
    background-position: center center;
}

a.icoabout:before {
    background-image: url('img/about.png');
    background-repeat: no-repeat;
    background-position: center center;
}

a.icointerests:before {
    background-image: url('img/interests.png');
    background-repeat: no-repeat;
    background-position: center center;
}

a.icoblog:before {
    background-image: url('img/blog.png');
    background-repeat: no-repeat;
    background-position: center center;
}

a.icostuff:before {
    background-image: url('img/stuff.png');
    background-repeat: no-repeat;
    background-position: center center;
}

a.icoart:before {
    background-image: url('img/art.png');
    background-repeat: no-repeat;
    background-position: center center;
}

a.icoocs:before {
    background-image: url('img/ocs.png');
    background-repeat: no-repeat;
    background-position: center center;
}

a.icolinks:before {
    background-image: url('img/links.png');
    background-repeat: no-repeat;
    background-position: center center;
}

a.icoguestbook:before {
    background-image: url('img/guestbook.png');
    background-repeat: no-repeat;
    background-position: center center;
}

img {
    max-width: 100%;
}

h1 {
    background: #000;
    color: #FFF;
    margin: -6px;
    ;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
}

h2 {
    font-size: 14px;
    font-weight: 500;
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 3px;
}

.width-50 {
    width: 50%;
}

th,
td {
    padding: 6px 12px;
    vertical-align: top;
}

th {
    background: black;
    color: white;
}

.tint {
    background: rgba(21, 119, 46, 0.2);
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    position: fixed;
    pointer-events: none;
}

.footer {
    text-align: center;
}