
@import url('https://fonts.googleapis.com/css2?family=Jura&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Beastly:wght@300..700&family=Rubik+Beastly&display=swap');

a {
    color: darkorange;
}

a:hover { 
    color: darkgoldenrod; 
}

a:visited { 
    color: darkslateblue; 

}


    body {
    font-family: "Jura", serif;
	font-size: 15px;
	margin: auto;
	padding: 6px;
    background-color: #000;
    color: white;
}
    .outer {
	width: 900px;
	height: 750px;
	border: 1px solid #fff;
	padding: 9px;
	margin: auto;
    
}

    .title {
	border: 1px solid #fff;
	display: inline-block;
	vertical-align: top;
	width: 300px;
	height: 200px;
	margin-bottom: 6px;
    background-image: url('/INDEX/bgtitle.png');
    
}
    .site-title {
	font-family: "Rubik Beastly", sans-serif;
	font-size: 40px;
	text-align: center;
	padding-top: 50px;
	box-sizing: border-box;
}

    .site-subtitle {
	text-align: center;
}

    .banner-wrapper {
	display: inline-block;
	vertical-align: top;
	width: 550px;
	height: 200px;
}


    .banner {
	border: 1px solid #fff;
	display: inline-block;
	vertical-align: top;
	width: 593px;
	height: 170px;
	background-image: url('/INDEX/banner3.png');
	background-size: cover;
	background-position: 100%;
    filter: saturate(0%);
    transition: filter 0.3s ease;
}

    .banner:hover{
    filter: saturate(100%);
}

    .newemoticon {
        width: 100px;
        height: auto;
        max-width: 100%;
        text-align: center;
    }
    
    .newemoticon > img {
        width: 100px;
        background-image: url(/misc/stamp2.png);
        max-width: 100%;
        rotate: 10deg;
        position: absolute;
        left: 90%;
        top: 0%;
        border-radius:50%;
        display: inline-block;
        animation: wiggle 2.5s infinite;
        
}

    @keyframes wiggle {
        0% { transform: rotate(0deg); }
        80% { transform: rotate(0deg); }
        85% { transform: rotate(5deg); }
        95% { transform: rotate(-5deg); }
        100% { transform: rotate(0deg); }
}

    .clyde {
        width: 100px;
        height: auto;
        max-width: 100%;
        text-align: center;
}

    .clyde > img {
        width: 52px;
        position: absolute;
        left: -5%;
        top: 70%;
        rotate: -25deg;
        animation: wiggle 1.5s infinite;
    
}
    .scroller {
	border: 1px solid #fff;
	display: inline-block;
	vertical-align: top;
	width: 593px;
	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: 180px;
    border: 1px solid #fff;
}

    .menu {
	border: 1px solid #000;
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	box-sizing: border-box;
    color: black;
}

    .friends {
	display: inline-block;
	vertical-align: top;
	padding: 20px;
	box-sizing: border-box;
	background: #000;
	color: #FFF;
	width: 180px;
	margin-top: 12px;
    border: 1px solid #fff;
    
}

    .friends a {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	background: #000;
	color: #FFF;
	text-decoration: none;
	padding: 3px;
    border: 1px solid #fff;
    filter: saturate(0%);
    transition: filter 0.3s ease;
}

    .friends a:hover {
    filter: saturate(100%);
}

    .friends h2 {
	font-size: 12px;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
	border-bottom: 2px dotted #FFF;
    color: darkorange;
}

    .small {
	vertical-align: center;
    text-align: center
        
}

    .main {
	border: 1px solid #000;
	display: inline-block;
	vertical-align: top;
	width: 500px;
	height: 500px;
	
        
}

    .main iframe {
	height: 100%;
	width: 100%;
    background: #000;
}

    .right {
	width: 150px;
	display: inline-block;
	vertical-align: center;
        margin-left: 10px;
        
}

    .profile {
	border: 1px solid #fff;
	width: 190px;
	height: auto;
	background: #000;
	padding: 8px;
	box-sizing: border-box;
        position: static;
        
}

    .avatar {
	border: 1px solid #fff;
	width: 170px;
	height: 170px;
	margin-bottom: 0px;
	background-image: url('/INDEX/avvy.png');
    position: relative;
}

    .likes {
	border: 1px solid #bbb;
	width: 188px;
	height: 150px;
	margin-bottom: 30px;
    background: #000;
        position: absolute;
        
}

    .likes table {
	background: #FFF;
	margin: 30px auto; 15px; 15px; 15px;
        padding: 1px;
        
}

    .likes th {
	background: #000;
	color: #FFF;
}

    .menu a {
	border: 1px solid #bbb;
	height: 32px;
	line-height: 30px;
	width: 100%;
	display: inline-block;
	color: inherit;
	text-decoration: none;
	background: #FFF;
	text-align: center;
	position: relative;
	margin-bottom: 12px;
}

    .menu a:before {
	content: " ";
	display: inline-block;
	height: 30px;
	width: 30px;
	border: 1px dotted #000;
	position: absolute;
	left: 1px;
	top: 0px;
    bottom: 0px;
    background-image: url('/INDEX/soot.gif')
}

img {
	max-width: 100%;
}

h1 {
	background: #000;
	color: #FFF;
	margin: 0;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: -6px;
}

h2 {
	font-size: 14px;
    font: "Rubik Beastly";
	font-weight: 500;
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
	font-size: 12px;
	letter-spacing: 2px;
	padding: 3px;
}


::-webkit-scrollbar{
    width:  5px auto; 
}
    
::-webkit-scrollbar-track{
    background-color: 5px transparent;
}

::-webkit-scrollbar-thumb{
    background-color: 5px darkgoldenrod;
}