/*------------------------------------------------------------------*/
/* 			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;
}
.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;
}
.site-subhead {
	color: MediumSlateBlue;
	text-align: center;
	font-family: Monaco, Verdana, Copperplate;
	font-style: italic;
	text-decoration-line: underline;
	text-decoration-style: wavy;
}
.rssed {
	max-width: 80%;
	max-height: 2.5em;
	margin: auto;
	display: block;
	border: none;
}
.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;
}
.object {
	max-width: 75%;
	max-height: 3.5em;
	margin: auto;
	display: block;
	border: solid 1px grey;
}
.navbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	text-align: center;
	font-variant: small-caps;
	font-weight: bold;
}

/*------------------------------------------------------------------*/
/* 			THE FOLLOWING WILL CONTAINS DE-ACTIVATED STYLING 		*/
/*------------------------------------------------------------------*/

/*
.buttoned {
	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;
}
*/
