.lw {
	max-height: .8em;
	max-width: 1em;
	vertical-align: middle ;
}

body {
	font-family: Tahoma, sans-serif ;
	background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 25%, rgba(0,212,255,1) 100%);
	background-image: url("/pix/bg/bg-03-2025-01.jpg") ;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50% ;
	color: #fef ;
	overflow-x: hidden;
}

article {
	background: rgba(33,51,107,0.85) ;
  	margin-bottom: 0;
  	padding: 1em;
  	border-color: #456bbb;
  	border-width: 0.5em 0.5em 0.5em 0.5em;
  	border-style: solid;
  	border-radius: 20px;
  	margin: auto;
	max-width: 1000px;
}

a {
	text-decoration: none ;
}

a:link {
	/*color: #e16513 ;*/
	color: #A5FFFF ;
}

a:hover {
	color: #ff6600 ;
}

a:visited {
	color: #b75a1c ;
}

section {
  padding: 0.5em;
  background: #fafafa;
  flex: 1;
  max-width: 1000px;
  margin: 0 auto;
}

img {
	max-width: 100% ;
}

header {
	text-align: center ;
	/*color: #456bbb*/
	color: #fff
}

h1 {
	text-align: center ;
	/*color: #456eee ;*/
	color: #fff
}

footer {
	text-align: center ;
	clear: both ;
	margin-bottom: 0;
	background: rgba(33,51,107,0.85) ;
  	padding: 1em;
  	border-color: #456bbb;
  	border-width: 0.5em 0.5em 0.5em 0.5em;
  	border-style: solid;
  	border-radius: 20px;
  	margin: auto;
	max-width: 600px;
}

/*Monero Address Font*/
code {
	color: #0d0 ;
	overflow-wrap: break-word ;
}
.crypto {
	font-size: x-small ;
}

/*Profile Picture */
.profile {
	text-align: center ;
	float: right;
	align: center;
	display: block ;
	margin: auto ;
}
.profile img {
	max-width: 300px ;
	max-height: 300px ;
	border-radius: 15%;
}
/* On smaller screens, where height is less than 750px, change the style of the Image-Viewer */
@media screen and (max-width: 750px) {
  .profile img {
	float: center;
	max-width: 100% ;
	max-height: 25%;
  }
}

/*Subtitles*/
.subtitle {
	text-align: center ;
}

/* For NEXTPREV.HTML */
#nextprev {
	/* The container for both the previous and next articles. */
}
#prevart {
	float: left ;
	text-align: left ;
}
#nextart {
	float: right ;
	text-align: right ;
}
#nextart,#prevart {
	max-width: 33% ;
}

/* For TAGLIST.HTML */
.taglist {
	text-align: center ;
	clear: both ;
}

/* Tagcloud */
#tagcloud {
	clear: both ;
	padding: 0;
	border-radius: 10px ;
	text-align: center ;
	margin: 0 auto ;
	border: solid 1px ;
	border-style: dashed ;
	list-style: none ;
}

#tagcloud li {
	display: inline-block ;
}

#tagcloud a {
	display: block ;
	width: auto ;
	border-radius: 10px ;
	padding: .25em ;
	margin: 2px ;
}

#tagcloud a:hover {
	box-shadow: 2px 2px 2px 2px black  ;
}
