html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	color: #ddede9;
	background: #031a20;
	background-image: radial-gradient(ellipse at center, magenta, teal, magenta, teal, magenta, teal);
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;

	max-width: 800px;
	margin-left: auto;
	margin-right: auto;

	text-align: center;

}

.center-wrapper {
  text-align: center;
}

.index-list-1 {
	background-color: #043527;
	border: 3px solid #ce37b0;

  	display: inline-block; /* Allows the list to shrink to fit content and be centered */
  	list-style-position: inside;
  	list-style-image: url('gun_point.png');
  	list-style-type: circle; /* Will be ignored if list-style-image loads properly */
  
  	padding: 20px 35px 30px 30px; /* Reasonable padding around content */
  	margin: 10px auto; /* Auto left/right works with inline-block when inside centered wrapper */

  	width: fit-content;
  	height: fit-content;

  	color: yellow;
  	text-align: center; /* Change to left/right/center depending on desired text alignment */
}

.article-list-1 {
	background-color: #043527;
	border: 3px solid #ce37b0;

  	display: inline-block; /* Allows the list to shrink to fit content and be centered */
  	list-style-position: inside;
  	list-style-image: url('gun_point.png');
  	list-style-type: circle; /* Will be ignored if list-style-image loads properly */
  
  	padding: 20px 35px 30px 30px; /* Reasonable padding around content */
  	margin: 10px auto; /* Auto left/right works with inline-block when inside centered wrapper */

  	width: fit-content;
  	height: fit-content;

  	color: yellow;
  	text-align: center; /* Change to left/right/center depending on desired text alignment */
}


.borderimgsolid {
	border: 5px solid #ffc626;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

.main {
	width: fit-content;
	margin: 0 auto;
	padding: 0;
}
	
h1 {
	color: #ffc626;
	text-align: center;
	font-family: Garamond, "Times New Roman", serif;
}

h2 {
	color: #ffc626;
	text-align: center;
	font-family: Garamond, "Times New Roman", serif;
	font-size: 22px;
	text-decoration: underline;
	font-style: italic;
}

p {
	text-align: center;
	color: #fffacd;
	font-family: "Palatino Linotype", Palatino, "URW Palladio L", "Book Antiqua", serif;
	font-size: 20px;
	font-weight: bold; 
}

.italic-quote-text {
	font-size: 18px;
	font-style: italic;
}

a {
	font-family: "Palatino Linotype", Palatino, "URW Palladio L", serif;
	font-size: 20px;
	color: #fffacd;
}

a:visited {
	color: #ffc456;
}

a:active {
	color: #e0ffff;
}

a:hover {
	color: #fffacd;
}

.home-button {
	position: fixed;
	top: 20px;
	left: 20px;
	padding: 8px 12px;
	background-color: #042a35;
	color: white;
	text-decoration: none;
	border-radius: 5px;
	font-family: "Palatino Linotype", Palatino, "URW Palladio L", serif;
	font-weight: bold;
	z-index: 1000;
	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
	transition: background-color 0.2s;
}
.category-button {
	position: fixed;
	top: 20px;
	right: 20px;
	padding: 8px 12px;
	background-color: #042a35;
	color: white;
	text-decoration: none;
	border-radius: 5px;
	font-family: "Palatino Linotype", Palatino, "URW Palladio L", serif;
	font-weight: bold;
	z-index: 1000;
	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
	transition: background-color 0.2s;
}

iframe {
  display: block;     /* Make it a block-level element */
  margin: 0 auto;     /* Auto left/right margins center it */
}

.blocked {
  background-color: #043527;          /*#4c453c;    light grey background */
  padding: 15px;               /* space inside block */
  border-radius: 4px;          /* rounded corners */
  margin-bottom: 20px;
}

.bandcamp-embed {
  display: block;
  margin: 0 auto;   /* this centers it */
  border: 0;
}

.secondary {
	font-size: 16px;
}

.secondary-list {
	font-size: 16px;
	text-align: center;
	display: inline-block;
}

