<style>

.online{content:url("http://dl9.glitter-graphics.net/pub/1063/1063629jtzjgqy4i5.gif");}

</style>

<style>

@import url('https://fonts.googleapis.com/css2?family=Allerta+Stencil&family=Big+Shoulders+Stencil+Text&family=Turret+Road&display=swap');

.profile {
  font-family: 'Allerta Stencil', sans-serif;  
}

.profile .left h1 {
	
    font-family: 'Turret Road', cursive;
	line-height:1em;
	
}

.profile .contact .heading h4, .profile .table-section .heading h4, .profile .blurbs .heading h4, .profile .friends .heading h4, .blog-entry .comments .heading h4, .bulletin .comments .heading h4, .home-actions .heading h1, .statistics .heading h4 {
    font-family: 'Big Shoulders Stencil Text', cursive;
	line-height:1em;
	text-shadow: 0 0 7px black;
	font-size:1.5em;
	color:violet;
	
}

nav .top {
    background: rgba(0,0,0,0.0);
    color: violet;
}
nav .top a{
    color: violet!important;
}
nav .links {
    background: transparent !important;
    background-size: 100%100% !important;
    text-align: center;
}
nav .links a{
    color: violet!important;
}
#q, button {
color: 	violet;
background-color: darkmagenta;
border: 1px solid 	violet;
font-family: inherit;
}

nav img.logo{
filter: brightness(0) saturate(100%) invert(42%) sepia(0%) saturate(0%)
hue-rotate(10deg) brightness(96%) contrast(89%); !important;
} 



:root {
        --logo-blue: transparent;
        --darker-blue: transparent;
        --lighter-blue: transparent;
        --even-lighter-blue: transparent;
        --lightest-blue: transparent;	
        --dark-orange: transparent;
        --light-orange: transparent;
        --even-lighter-orange: transparent;
        --green: transparent;
        --pageTexture: url(http://dl2.glitter-graphics.net/pub/627/627192ynenupt6me.gif);
        --yourBackground: url(http://dl6.glitter-graphics.net/pub/831/831276ygvwu2efdd.jpg);
        --hover: ;
        --links: violet;
    }
    
    a{color: var(--links) !important;}
    a:hover{color: var(--hover) !important;}
    
    a:hover,
a:active,
.blog-entry .kudos-btn:hover,
.blog-entry .kudos-btn:active{
text-decoration: underline;
text-decoration-style: wavy;
}
.logout-btn:hover,
.logout-btn:active{
text-decoration: underline;
text-decoration-style: wavy;
}
nav .top a:hover{
text-decoration: underline;
text-decoration-style: wavy;
}
nav .links a:hover{
text-decoration: underline;
text-decoration-style: wavy;
}
    
    body {
	background-image: var(--yourBackground);
	background-size: cover;
	background-attachment: fixed;
	background-position:center;
	no-repeat fixed;
        background-color: indigo;

}

 main {
        border-radius: 0 0 15px 15px;
        background: transparent; !important;
        backdrop-filter: ;
	-webkit-backdrop-filter: indigo(4px);
    }
  html:before {
	display: block;
	position: fixed;
	pointer-events: none;
	content: " ";
	height: 100vh;
	width: 100vw;
	top: 0;
	left: 0;
	right: 0;
	background-image: var(--pageTexture);
	background-size: cover;
	background-attachment: fixed;
	background-position:center;
	opacity: .55;
	z-index: 5;
}  
    .blog-preview p {
        background-color: darkmagenta;
        padding: 5px 15px;
        border-radius: 15px;
        color: violet;
    }
    .blog-preview p a{
        color: #c00!important;
    }
    .blog-preview p a:hover,
    .blog-preview p a:active,
    .blog-preview p a:focus{
        color: white!important;
    }
    nav {
        border-radius: 15px 15px 0 0;
        overflow: hidden;
    }
    .profile .contact,
    .profile .url-info,
    .profile .table-section,
    .home-actions {
        border: none;
    }
    table.details-table {
        border-collapse: collapse;
    }
    table.details-table td {
        background-color: transparent !important;
    }
    .profile-pic {
        border-radius: 500px;
        overflow: hidden;
    }
    .heading {
        padding: 5px 0 !important;
        margin-top: 15px;
        margin-bottom: 10px;
        background-color: transparent !important;
        color: # !important;
        border-bottom: 2px solid;
    }
    
    .container {
        border-radius: 15px 15px 0 0;
        overflow: hidden;
        margin-top: 30px;
        padding: 10px;
    }
    footer {
        border-radius: 15px;
        background: #00000066; !important;
        display: block !important;
    }
    table.comments-table td {
        background-color: #00000066; !important;
    }
    .comments-table td:first-child img {
        width: 80px;
        border-radius: 500px;
    }
    .profile .friends .person img {
        border-radius: 500px;
    }
    .blog-preview p {
        font-size: 1.4rem;
    }
    a.addme {
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 15px;
        display: block;
    }
    
    .comments-table, .details-table {
	border: 1px solid #00000066;
	border-collapse: separate;
	border-spacing: 0 .5em;
}

h1, h2, h3, h4, h5,a, p, nav label, .section {color: violet;}

.profile .left h1 {
	text-transform: capitalize;
	font-size: 3rem;
	color: violet;
	text-shadow: 3px 3px 0 black;
}

.contact .inner a img {
    font-size: 0;
}
.contact .inner a img:before {
    font-size: 1em;
    display: block;
}
.contact .inner .f-row:nth-child(1) .f-col:nth-child(1) a:before {
	/* add to friends */
	content: "\2795"
}
.contact .inner .f-row:nth-child(1) .f-col:nth-child(2) a:before {
	/* add to favorites */
	content: "\2b50"
}
.contact .inner .f-row:nth-child(2) .f-col:nth-child(1) a:before {
	/* Send Message */
	content: "\1F4ac"
}
.contact .inner .f-row:nth-child(2) .f-col:nth-child(2) a:before {
	/* forward to friend */
	content: "\23e9"
}
.contact .inner .f-row:nth-child(3) .f-col:nth-child(1) a:before {
	/* instant message */
	content: "\1F4f1"
}
.contact .inner .f-row:nth-child(3) .f-col:nth-child(2) a:before {
	/* block user */
	content: "\274c"
}
.contact .inner .f-row:nth-child(4) .f-col:nth-child(1) a:before {
	/* add to group */
	content: "\1F465"
}
.contact .inner .f-row:nth-child(4) .f-col:nth-child(2) a:before {
	/* report user */
	content: "\1f5e3"
}

.profile .blurbs .section h4 {
	color: violet;
}

</style>
