/*------------------------------------------------------------------*/
/* 			THE FOLLOWING WILL CONTAIN UNIVERSAL STYLING 			*/
/*------------------------------------------------------------------*/

body {
	background-color: black;
}
pre {
	background: #111222;
	background-color: waterloo;
	border: 2px solid fuchsia;
	border-radius: 20px;
	padding: 1em;
	white-space: pre-wrap;
	overflow-wrap: break-word;
	max-width: 650px;
	margin: auto;
}
a:link {
	color: powderblue;
	background-color: transparent;
	text-decoration: underline;
}
aside {
	display: block;
	margin: 0 auto;
	width: 55%;
	padding: 7px;
	float: center;
	color: white;
	background-color: lightgrey;
}		

.site-title {
	color: deeppink;
	text-align: center;
	font-family: retro, "Lucida Handwriting", Verdana, Copperplate;
	font-size: 32px;
	text-decoration-line: underline;
	text-decoration-style: double;
}
.navbar {
	display: flex;
	justify-content: center;
	gap: 0.5em;
	flex-wrap: wrap;
	padding: 0.9em;
}
.site-subhead {
	color: MediumSlateBlue;
	text-align: center;
	font-family: Monaco, Verdana, Copperplate;
	text-decoration-line: underline;
	text-decoration-style: wavy;
}
.rssed {
	max-width: 80%;
	max-height: 2.5em;
	margin: auto;
	display: block;
	border: solid 1px brown;
}
.content-title {
	color: darkviolet;
	text-align: center;
	font-family: Tahoma, Garamond; 
	text-decoration-line: underline;
	text-decoration-style: dashed;
}
.sub-head {
	color: hotpink;
	text-align: center;
	font-family: "Courier New", Tahoma, Garamond;
	text-decoration-line: underline;
	text-decoration-style: double;
}
.blogify {
	color: bisque;
	padding: 40px;
	font-family: Arial;
}
.thanks {
	color: lightgray;
	text-align: center;
}
.ending {
	color: aquamarine;
	text-align: center;
}

/*--------------------------------------------------------------*/
/* 			THE FOLLOWING WILL CONTAIN CUSTOM STYLING 			*/
/*--------------------------------------------------------------*/

.flex-container {
	display: flex;
	justify-content: center;
	padding: 0.5em;
}
.iconic {
	max-width: 90%;
	max-height: 4.3em;
	margin: auto;
	display: block;
	/* border: dotted 1px grey; */
}
.buttonize {
	display: block;
	margin: 0 auto;
	border: solid;
	border-radius: 5px;
	padding: 1ex;
	font-family: Arial;
	box-shadow: 0 8px gray;
			
}
.buttonize:active {
	box-shadow: 0 5px #666;
	transform: translateY(4px);
}
/*------------------------------------------------------------------*/
/* 			THE FOLLOWING WILL CONTAINS DE-ACTIVATED STYLING 		*/
/*------------------------------------------------------------------*/

/*
.sidepage {
	border-style: dotted;
}

.buttonize {
	background-color: darkcyan;
	border: 2px purple;
	color: gold;
	padding: 15px 32px;
	text-align: center;
	text-decoration: bold;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.boxed {
	background: #111222;
    background-color: black;
  	border: 4px solid dodgerblue;
  	border-radius: 1px;
  	padding: 0.4em;
  	white-space: pre-wrap;
  	overflow-wrap: break-word;
  	max-width: 400px;
  	margin: auto;
}

.object {
	max-width: 75%;
	max-height: 3.5em;
	margin: auto;
	display: block;
	border: solid 1px grey;
}
 */
